diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-06-28 13:38:04 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-06-28 21:48:16 -0300 |
| commit | f73d04dda9f1a96acdab77dacd7bdeaad66ad736 (patch) | |
| tree | 8e70452d5a76cc64ae8fad67bc61f7ed5de94422 /docs | |
| parent | bb33ee5e7bf5325696e80e6d87e7614a9607a1b7 (diff) | |
Removed 'cleanup' management command as per deprecation TL.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 12 | ||||
| -rw-r--r-- | docs/releases/1.5-beta-1.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.5.txt | 2 |
3 files changed, 2 insertions, 14 deletions
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 --------------- diff --git a/docs/releases/1.5-beta-1.txt b/docs/releases/1.5-beta-1.txt index 57b13ea6ce..a1c9edd890 100644 --- a/docs/releases/1.5-beta-1.txt +++ b/docs/releases/1.5-beta-1.txt @@ -689,7 +689,7 @@ framework. ``cleanup`` management command ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The :djadmin:`cleanup` management command has been deprecated and replaced by +The ``cleanup`` management command has been deprecated and replaced by :djadmin:`clearsessions`. ``daily_cleanup.py`` script diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index a1b046776b..2bb3095297 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -788,7 +788,7 @@ the built-in :func:`itertools.product` instead. ``cleanup`` management command ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The :djadmin:`cleanup` management command has been deprecated and replaced by +The ``cleanup`` management command has been deprecated and replaced by :djadmin:`clearsessions`. ``daily_cleanup.py`` script |
