summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-12-12 22:58:25 +0000
committerJannis Leidel <jannis@leidel.info>2010-12-12 22:58:25 +0000
commita03a8adb3e46a2df78de604340e729766ae2c18a (patch)
tree46b3e79ad8d42f69cbce245b03074f1af16b02de /docs/internals
parent3d35ac786800ddcea3b2cb59d04a29fb25636155 (diff)
Fixed #14268 -- Start the deprecation of the reset and sqlreset management command. Thanks, Carl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 1f5758c877..4cd4807188 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -136,6 +136,9 @@ their deprecation, as per the :ref:`Django deprecation policy
template variable, not an implied string. The new-style
behavior is provided in the ``future`` template tag library.
+ * The :djadmin:`reset` and :djadmin:`sqlreset` management commands
+ are deprecated.
+
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
to ``django.contrib.contenttypes.views.shortcut()`` as part of the