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

Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.

Thanks infinite-l00p for the initial patch.
This commit is contained in:
Nick Pope
2018-09-12 01:36:15 +01:00
committed by Tim Graham
parent 31edb106b5
commit 45ef3df7d0
4 changed files with 45 additions and 2 deletions

View File

@@ -177,6 +177,8 @@ Management Commands
* The new :option:`--force-color` option forces colorization of the command
output.
* :djadmin:`inspectdb` now creates models for foreign tables on PostgreSQL.
Migrations
~~~~~~~~~~