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:
committed by
Tim Graham
parent
04de436932
commit
0edb8a146f
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user