diff options
| author | Fabio C. Barrionuevo da Luz <bnafta@gmail.com> | 2015-01-18 18:53:18 -0300 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-01-20 01:07:34 +0100 |
| commit | bd691f4586c8ad45bd059ff9d3621cbf8afdcdce (patch) | |
| tree | e6b8a57dd1eeb9520a926a449d2f5cafe4095ef5 /docs/releases | |
| parent | beed786b81dd470901bc5efe0f8077a796419417 (diff) | |
Fixed #24177 -- Added documentation about database view support in inspectdb
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index bea98f6524..c89c65de5c 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -415,6 +415,9 @@ Management Commands introspect :class:`~django.db.models.AutoField` for MySQL and PostgreSQL databases. +* :djadmin:`inspectdb` now introspects database views on all database backends. + In previous versions, only tables (not views) were inspected. + * When calling management commands from code through :ref:`call_command <call-command>` and passing options, the option name can match the command line option name (without the initial dashes) or the final option destination |
