summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 3 insertions, 1 deletions
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