mirror of
https://github.com/django/django.git
synced 2025-04-07 06:56:40 +00:00
Previously, the paths would appear in a nondeterministic order in the resulting JSON file. I assume this would often reflect the order in which files are listed by the operating system, given dict's insertion order preservation, but there are probably many more factors affecting this. Sorting them results in more comparable results, smaller diffs and (depending on the environment) more efficient deployments.