summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 29a68ff0c1..29f7df53ae 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -179,6 +179,8 @@ these changes.
* The model and form ``IPAddressField`` will be removed.
+* ``AppCommand.handle_app()`` will no longer be supported.
+
* FastCGI support via the ``runfcgi`` management command will be
removed. Please deploy your project using WSGI.