From bf8b625a3bb6c2cb5f1be3713f3bafe2c1050366 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 12 Sep 2018 01:23:35 +0100 Subject: Refs #29722 -- Added introspection of materialized views for PostgreSQL. --- docs/ref/django-admin.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b6a2319341..1a3baecfda 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -402,10 +402,12 @@ PostgreSQL ^^^^^^^^^^ * Models are created for foreign tables. +* Models are created for materialized views if + :option:`--include-views` is used. .. versionchanged:: 2.2 - Support for foreign tables was added. + Support for foreign tables and materialized views was added. .. django-admin-option:: --database DATABASE -- cgit v1.3