|
@@ -421,18 +421,12 @@ PostgreSQL
|
|
|
* Models are created for partition tables if
|
|
|
:option:`--include-partitions` is used.
|
|
|
|
|
|
-.. versionchanged:: 2.2
|
|
|
-
|
|
|
- Support for foreign tables and materialized views was added.
|
|
|
-
|
|
|
.. django-admin-option:: --database DATABASE
|
|
|
|
|
|
Specifies the database to introspect. Defaults to ``default``.
|
|
|
|
|
|
.. django-admin-option:: --include-partitions
|
|
|
|
|
|
-.. versionadded:: 2.2
|
|
|
-
|
|
|
If this option is provided, models are also created for partitions.
|
|
|
|
|
|
Only support for PostgreSQL is implemented.
|
|
@@ -783,8 +777,6 @@ name must be a valid Python :ref:`identifier <python:identifiers>`.
|
|
|
|
|
|
.. django-admin-option:: --no-header
|
|
|
|
|
|
-.. versionadded:: 2.2
|
|
|
-
|
|
|
Generate migration files without Django version and timestamp header.
|
|
|
|
|
|
.. django-admin-option:: --check
|
|
@@ -841,8 +833,6 @@ schema matches what is recorded in your initial migration.
|
|
|
|
|
|
.. django-admin-option:: --plan
|
|
|
|
|
|
-.. versionadded:: 2.2
|
|
|
-
|
|
|
Shows the migration operations that will be performed for the given ``migrate``
|
|
|
command.
|
|
|
|
|
@@ -907,10 +897,6 @@ more robust change detection, and a reduction in power usage. Django supports
|
|
|
.. _pywatchman: https://pypi.org/project/pywatchman/
|
|
|
.. _watchman documentation: https://facebook.github.io/watchman/docs/config.html#ignore_dirs
|
|
|
|
|
|
-.. versionchanged:: 2.2
|
|
|
-
|
|
|
- Watchman support replaced support for `pyinotify`.
|
|
|
-
|
|
|
When you start the server, and each time you change Python code while the
|
|
|
server is running, the system check framework will check your entire Django
|
|
|
project for some common errors (see the :djadmin:`check` command). If any
|
|
@@ -1193,8 +1179,6 @@ first and last migration, with ``_squashed_`` in between.
|
|
|
|
|
|
.. django-admin-option:: --no-header
|
|
|
|
|
|
-.. versionadded:: 2.2
|
|
|
-
|
|
|
Generate squashed migration file without Django version and timestamp header.
|
|
|
|
|
|
``startapp``
|
|
@@ -1762,8 +1746,6 @@ Example usage::
|
|
|
|
|
|
.. django-admin-option:: --force-color
|
|
|
|
|
|
-.. versionadded:: 2.2
|
|
|
-
|
|
|
Forces colorization of the command output if it would otherwise be disabled
|
|
|
as discussed in :ref:`syntax-coloring`. For example, you may want to pipe
|
|
|
colored output to another command.
|