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
This commit is contained in:
Jannis Leidel 2010-12-12 22:58:25 +00:00
parent 3d35ac7868
commit a03a8adb3e
5 changed files with 30 additions and 0 deletions

View file

@ -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