summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-24 23:43:47 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-28 09:42:59 +0100
commitbb8ec71f61066587aa3a8feb0aedab213422775a (patch)
treea0c56cd92a456d87d041a80ce590b115a435a014 /docs/internals
parentaff57793b46e108c6e48d5ce3b889bf90b513df9 (diff)
Updated the AppCommand API to support apps without a models module.
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.