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:
committed by
Tim Graham
parent
f15f4b8bb6
commit
39a16dd2e0
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user