Fixed #18978 -- Moved cleanup command to sessions.

This removes a dependency of 'core' on 'contrib'.
This commit is contained in:
Aymeric Augustin 2012-10-27 11:49:46 +02:00
parent 908efca817
commit 83ba0a9d4b
9 changed files with 59 additions and 11 deletions

View file

@ -293,6 +293,11 @@ these changes.
* The ``AUTH_PROFILE_MODULE`` setting, and the ``get_profile()`` method on
the User model, will be removed.
* The ``cleanup`` management command will be removed. It's replaced by
``clearsessions``.
* The ``daily_cleanup.py`` script will be removed.
2.0
---