mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24558 -- Made dumpdata mapping ordering deterministic.
Thanks to gfairchild for the report and Claude for the review.
This commit is contained in:
@@ -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
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user