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

Refs #29722 -- Added introspection of materialized views for PostgreSQL.

This commit is contained in:
Nick Pope
2018-09-12 01:23:35 +01:00
committed by Tim Graham
parent 45ef3df7d0
commit bf8b625a3b
4 changed files with 50 additions and 12 deletions

View File

@@ -179,6 +179,9 @@ Management Commands
* :djadmin:`inspectdb` now creates models for foreign tables on PostgreSQL.
* :option:`inspectdb --include-views` now creates models for materialized views
on PostgreSQL.
Migrations
~~~~~~~~~~