summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYoong Kang Lim <yoongkang.lim@gmail.com>2016-01-27 22:15:38 +1100
committerTim Graham <timograham@gmail.com>2016-02-04 19:40:12 -0500
commit0edb8a146fd6c60f4c3b1ad0a4a89963962f22af (patch)
tree67940a5d20ae5b4732ba4b263806ea0e230c0973 /docs
parent04de4369325097472d7ad036dac262555002ba88 (diff)
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 602bf311f3..76729a23be 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -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
~~~~~~~~~~