1
0
mirror of https://github.com/django/django.git synced 2025-04-07 06:56:40 +00:00
Linus Heckemann f3cd99a28d Fixed #35846 -- Improved reproducibility on staticfiles manifests.
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.
2024-10-16 13:36:38 +02:00
..
2024-08-07 10:09:42 -03:00
2024-01-26 12:45:07 +01:00