1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added AutoField introspection for PostgreSQL

Refs #23748.
This commit is contained in:
Claude Paroz
2014-11-14 18:45:31 +01:00
parent 11662022be
commit 1a63093e22
3 changed files with 18 additions and 4 deletions

View File

@@ -320,7 +320,9 @@ Management Commands
* :djadmin:`runserver` now uses daemon threads for faster reloading.
* :djadmin:`inspectdb` now outputs ``Meta.unique_together``.
* :djadmin:`inspectdb` now outputs ``Meta.unique_together``. It is also able to
introspect :class:`~django.db.models.AutoField` for MySQL and PostgreSQL
databases.
* When calling management commands from code through :ref:`call_command
<call-command>` and passing options, the option name can match the command