diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-06-07 15:02:35 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-06-07 15:02:35 +0200 |
| commit | c28e700c7e54e3071f173b34a12eb1c4f6e39552 (patch) | |
| tree | 7b82ef60a2ca6a9d5d28cd10d3bea40f1b791284 /docs/ref/django-admin.txt | |
| parent | 6492e8e5e6643c5a90d71727af7f17a362b9362b (diff) | |
Removed references to changes made in 1.2.
Thanks Florian Apolloner for the patch.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index f04f9ee058..7a2ba33fda 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -119,8 +119,6 @@ createcachetable Creates a cache table named ``tablename`` for use with the database cache backend. See :doc:`/topics/cache` for more information. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database onto which the cachetable will be installed. @@ -142,8 +140,6 @@ the program name (``psql``, ``mysql``, ``sqlite3``) will find the program in the right place. There's no way to specify the location of the program manually. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database onto which to open a shell. @@ -212,15 +208,11 @@ name to ``dumpdata``, the dumped output will be restricted to that model, rather than the entire application. You can also mix application names and model names. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database from which data will be dumped. .. django-admin-option:: --natural -.. versionadded:: 1.2 - Use :ref:`natural keys <topics-serialization-natural-keys>` to represent any foreign key and many-to-many relationship with a model that provides a natural key definition. If you are dumping ``contrib.auth`` ``Permission`` @@ -240,8 +232,6 @@ fixture will be re-installed. The :djadminopt:`--noinput` option may be provided to suppress all user prompts. -.. versionadded:: 1.2 - The :djadminopt:`--database` option may be used to specify the database to flush. @@ -296,8 +286,6 @@ needed. ``inspectdb`` works with PostgreSQL, MySQL and SQLite. Foreign-key detection only works in PostgreSQL and with certain types of MySQL tables. -.. versionadded:: 1.2 - The :djadminopt:`--database` option may be used to specify the database to introspect. @@ -308,8 +296,6 @@ loaddata <fixture fixture ...> Searches for and loads the contents of the named fixture into the database. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database onto which the data will be loaded. @@ -452,8 +438,6 @@ Currently supported: .. django-admin-option:: --symlinks -.. versionadded:: 1.2 - Use the ``--symlinks`` or ``-s`` option to follow symlinks to directories when looking for new translation strings. @@ -768,8 +752,6 @@ sql <appname appname ...> Prints the CREATE TABLE SQL statements for the given app name(s). -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -783,8 +765,6 @@ Prints the CREATE TABLE and initial-data SQL statements for the given app name(s Refer to the description of ``sqlcustom`` for an explanation of how to specify initial data. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -795,8 +775,6 @@ sqlclear <appname appname ...> Prints the DROP TABLE SQL statements for the given app name(s). -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -821,8 +799,6 @@ table modifications, or insert any SQL functions into the database. Note that the order in which the SQL files are processed is undefined. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -834,8 +810,6 @@ sqlflush Prints the SQL statements that would be executed for the :djadmin:`flush` command. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -846,8 +820,6 @@ sqlindexes <appname appname ...> Prints the CREATE INDEX SQL statements for the given app name(s). -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -864,8 +836,6 @@ number for automatically incremented fields. Use this command to generate SQL which will fix cases where a sequence is out of sync with its automatically incremented field data. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database for which to print the SQL. @@ -1027,8 +997,6 @@ data files. The :djadminopt:`--noinput` option may be provided to suppress all user prompts. -.. versionadded:: 1.2 - The :djadminopt:`--database` option can be used to specify the database to synchronize. @@ -1047,7 +1015,6 @@ test <app or test identifier> Runs tests for all installed models. See :doc:`/topics/testing` for more information. -.. versionadded:: 1.2 .. django-admin-option:: --failfast The ``--failfast`` option can be used to stop running tests and report the @@ -1155,8 +1122,6 @@ changepassword .. django-admin:: changepassword -.. versionadded:: 1.2 - This command is only available if Django's :doc:`authentication system </topics/auth>` (``django.contrib.auth``) is installed. @@ -1317,8 +1282,6 @@ to a number of commands. .. django-admin-option:: --database -.. versionadded:: 1.2 - Used to specify the database on which a command will operate. If not specified, this option will default to an alias of ``default``. |
