From 45ef3df7d07489ee0b76479cc799faa92e443a69 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 12 Sep 2018 01:36:15 +0100 Subject: Fixed #29719 -- Added introspection of foreign tables for PostgreSQL. Thanks infinite-l00p for the initial patch. --- docs/ref/django-admin.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b94bcbea9e..b6a2319341 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -395,6 +395,18 @@ table's lifecycle, you'll need to change the :attr:`~django.db.models.Options.managed` option to ``True`` (or simply remove it because ``True`` is its default value). +Database-specific notes +~~~~~~~~~~~~~~~~~~~~~~~ + +PostgreSQL +^^^^^^^^^^ + +* Models are created for foreign tables. + +.. versionchanged:: 2.2 + + Support for foreign tables was added. + .. django-admin-option:: --database DATABASE Specifies the database to introspect. Defaults to ``default``. -- cgit v1.3