#25015: Set sort_keys=True for django.core.serializers.json
--------------------------------------+--------------------
     Reporter:  mdj2                  |      Owner:  nobody
         Type:  New feature           |     Status:  new
    Component:  Core (Serialization)  |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  1                     |      UI/UX:  0
--------------------------------------+--------------------
 The JSON serializer used for the dumpdata management command doesn't sort
 keys by default. This is a mild annoyance when you've changed data related
 to a fixture in the database directly, and you want to use dumpdata to add
 the change to version control. The diff between the two versions of the
 fixture will include tons of noise since the key order may have changed.

--
Ticket URL: <https://code.djangoproject.com/ticket/25015>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.16b892d15cead36a7ed8f4774d7a05c8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to