mirror of
https://github.com/django/django.git
synced 2025-07-12 13:49:11 +00:00
This change reuses the existing sorting of `hashed_files` in `ManifestStaticFilesStorage.save_manifest` to also store a sorted `paths` mapping in the manifest file. This ensures stable manifest output that does not change unnecessarily.