From f73d04dda9f1a96acdab77dacd7bdeaad66ad736 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Fri, 28 Jun 2013 13:38:04 -0300 Subject: Removed 'cleanup' management command as per deprecation TL. --- docs/ref/django-admin.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index c2c11e6db4..caee368e63 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -102,18 +102,6 @@ is compatible with the current version of Django. Upon finding things that are incompatible or require notifying the user, it issues a series of warnings. -cleanup -------- - -.. django-admin:: cleanup - -Can be run as a cronjob or directly to clean out old data from the database -(only expired sessions at the moment). - -.. versionchanged:: 1.5 - - :djadmin:`cleanup` is deprecated. Use :djadmin:`clearsessions` instead. - compilemessages --------------- -- cgit v1.3