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

Fixed #29004 -- Added inspectdb --include-views option.

This commit is contained in:
bquinn
2018-01-09 16:04:56 +00:00
committed by Tim Graham
parent 92f48680db
commit c2b969e124
7 changed files with 78 additions and 20 deletions

View File

@@ -155,7 +155,8 @@ Internationalization
Management Commands
~~~~~~~~~~~~~~~~~~~
* ...
* The new :option:`inspectdb --include-views` option allows creating models
for database views.
Migrations
~~~~~~~~~~