diff options
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 70faa3c90d..11f62fb958 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -88,8 +88,6 @@ cleanup .. django-admin:: cleanup -.. versionadded:: 1.0 - Can be run as a cronjob or directly to clean out old data from the database (only expired sessions at the moment). @@ -98,9 +96,6 @@ compilemessages .. django-admin:: compilemessages -.. versionchanged:: 1.0 - Before 1.0 this was the "bin/compile-messages.py" command. - Compiles .po files created with ``makemessages`` to .mo files for use with the builtin gettext support. See :doc:`/topics/i18n/index`. @@ -191,8 +186,6 @@ By default, ``dumpdata`` will output all data on a single line. This isn't easy for humans to read, so you can use the ``--indent`` option to pretty-print the output with a number of indentation spaces. -.. versionadded:: 1.0 - The :djadminopt:`--exclude` option may be provided to prevent specific applications from being dumped. @@ -396,9 +389,6 @@ makemessages .. django-admin:: makemessages -.. versionchanged:: 1.0 - Before 1.0 this was the ``bin/make-messages.py`` command. - Runs over the entire source tree of the current directory and pulls out all strings marked for translation. It creates (or updates) a message file in the conf/locale (in the django tree) or locale (for project and application) @@ -910,8 +900,6 @@ testserver <fixture fixture ...> .. django-admin:: testserver -.. versionadded:: 1.0 - Runs a Django development server (as in ``runserver``) using data from the given fixture(s). @@ -1009,8 +997,6 @@ createsuperuser .. django-admin:: createsuperuser -.. versionadded:: 1.0 - This command is only available if Django's :doc:`authentication system </topics/auth>` (``django.contrib.auth``) is installed. |
