diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-11-14 18:45:31 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-11-20 16:13:58 +0100 |
| commit | 1a63093e22a18688914a82651c461e2ea89cd564 (patch) | |
| tree | f4dc86c7a74e9f28fa5d60082fd53441c20f5f5e /docs | |
| parent | 11662022be261d9a926b763e9fecc9f55ac3514a (diff) | |
Added AutoField introspection for PostgreSQL
Refs #23748.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 97317b8298..41a0be4ecc 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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 |
