1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00
django/django
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
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Updated translations from Transifex. 2024-08-07 10:09:42 -03:00
contrib Fixed #35846 -- Improved reproducibility on staticfiles manifests. 2024-10-16 13:36:38 +02:00
core Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.OS_OPEN_FLAGS. 2024-08-28 11:44:05 -03:00
db Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseWrapper methods. 2024-08-28 19:25:07 -03:00
dispatch Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. 2024-02-08 11:36:28 +01:00
forms Refs #32339 -- Adjusted deprecation warning stacklevel in transitional form renderers. 2024-08-28 11:44:05 -03:00
http Refs #33735 -- Adjusted warning stacklevel in StreamingHttpResponse.__iter__()/__aiter__(). 2024-08-28 11:44:05 -03:00
middleware Removed unneeded hyphens in "counterintuitive". 2024-07-04 08:30:19 +02:00
template Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat. 2024-08-06 08:50:08 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed #35622 -- Made unittest ignore Django assertions in traceback frames. 2024-08-08 21:34:01 -03:00
urls Fixed #35252 -- Optimized _route_to_regex(). 2024-03-05 13:09:10 +01:00
utils Refs #34609 -- Fixed deprecation warning stack level in format_html(). 2024-08-27 15:14:50 -03:00
views Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return default_urlconf(). 2024-08-23 18:07:47 +02:00
__init__.py Bumped version; main is now 5.2 pre-alpha. 2024-05-22 15:44:07 -03:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00