mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +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:
parent
147ac85613
commit
5bc3123479
6 changed files with 69 additions and 17 deletions
|
@ -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
|
||||
^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue