From da431f7d93b61d332204a17b5a11a4fa45a0cda9 Mon Sep 17 00:00:00 2001 From: harshita Date: Sat, 3 Jan 2026 22:12:37 +0530 Subject: [PATCH 1/2] Update README --- docs/lifecycle.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/lifecycle.rst b/docs/lifecycle.rst index 37d45cd9bd..ce6c01b0e3 100644 --- a/docs/lifecycle.rst +++ b/docs/lifecycle.rst @@ -158,14 +158,3 @@ parts that you can use to customize its behavior. and :data:`.session` are no longer available. #. The :data:`.appcontext_popped` signal is sent. -When executing a CLI command or plain app context without request data, the same -order of steps is followed, omitting the steps that refer to the request. - -A :class:`Blueprint` can add handlers for these events that are specific to the -blueprint. The handlers for a blueprint will run if the blueprint -owns the route that matches the request. - -There are even more decorators and customization points than this, but that aren't part -of every request lifecycle. They're more specific to certain things you might use during -a request, such as templates, building URLs, or handling JSON data. See the rest of this -documentation, as well as the :doc:`api` to explore further. From 6c6180b785b01b59388e26e12859e099441acb5a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:44:06 +0000 Subject: [PATCH 2/2] [pre-commit.ci lite] apply automatic fixes --- docs/lifecycle.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/lifecycle.rst b/docs/lifecycle.rst index ce6c01b0e3..d5b23a534a 100644 --- a/docs/lifecycle.rst +++ b/docs/lifecycle.rst @@ -157,4 +157,3 @@ parts that you can use to customize its behavior. #. The app context is popped, :data:`.current_app`, :data:`.g`, :data:`.request`, and :data:`.session` are no longer available. #. The :data:`.appcontext_popped` signal is sent. -