|
@@ -613,7 +613,6 @@ Define a ``__str__`` method and apply the
|
|
|
The :func:`~django.utils.itercompat.product` function has been deprecated. Use
|
|
|
the built-in :func:`itertools.product` instead.
|
|
|
|
|
|
-
|
|
|
``django.utils.markup``
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
@@ -621,3 +620,15 @@ The markup contrib module has been deprecated and will follow an accelerated
|
|
|
deprecation schedule. Direct use of python markup libraries or 3rd party tag
|
|
|
libraries is preferred to Django maintaining this functionality in the
|
|
|
framework.
|
|
|
+
|
|
|
+``cleanup`` management command
|
|
|
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+The :djadmin:`cleanup` management command has been deprecated and replaced by
|
|
|
+:djadmin:`clearsessions`.
|
|
|
+
|
|
|
+``daily_cleanup.py`` script
|
|
|
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
+
|
|
|
+The undocumented ``daily_cleanup.py`` script has been deprecated. Use the
|
|
|
+:djadmin:`clearsessions` management command instead.
|