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

Fixed #26144 -- Warned when dumping proxy model without concrete parent.

This commit is contained in:
Yoong Kang Lim
2016-01-27 22:15:38 +11:00
committed by Tim Graham
parent 04de436932
commit 0edb8a146f
4 changed files with 56 additions and 2 deletions

View File

@@ -245,6 +245,9 @@ Management Commands
* The new :option:`shell --command` option lets you run a command as Django and
exit, instead of opening the interactive shell.
* Added a warning to :djadmin:`dumpdata` if a proxy model is specified (which
results in no output) without its concrete parent.
Migrations
~~~~~~~~~~