From 5bc3123479bd97dc9d8a36fa9a3421a71063d1da Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Wed, 1 Apr 2015 15:42:09 -0400 Subject: Fixed #24558 -- Made dumpdata mapping ordering deterministic. Thanks to gfairchild for the report and Claude for the review. --- docs/releases/1.9.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 ^^^^^^ -- cgit v1.3