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

Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.

This commit is contained in:
José Tomás Tocino
2015-11-02 00:53:43 +01:00
committed by Tim Graham
parent f15f4b8bb6
commit 39a16dd2e0
5 changed files with 28 additions and 3 deletions

View File

@@ -292,6 +292,9 @@ Management Commands
* The :djadmin:`shell` command supports tab completion on systems using
``libedit``, e.g. Mac OSX.
* The :djadmin:`inspectdb` command lets you choose what tables should be
inspected by specifying their names as arguments.
Migrations
~~~~~~~~~~