summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2015-04-01 15:42:09 -0400
committerSimon Charette <charette.s@gmail.com>2015-04-02 15:21:43 -0400
commit5bc3123479bd97dc9d8a36fa9a3421a71063d1da (patch)
treeefe8d154cb1487c318b436f6f5813863e6b042b4 /docs
parent147ac856131233b2960503c3cc0d65059a57851a (diff)
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Thanks to gfairchild for the report and Claude for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 07480e65d6..167e016c33 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -164,6 +164,8 @@ Management Commands
:djadmin:`sqlmigrate`, the SQL code generated for each migration operation is
preceded by the operation's description.
+* The :djadmin:`dumpdata` command output is now deterministically ordered.
+
Models
^^^^^^