1
0
mirror of https://github.com/django/django.git synced 2024-12-30 21:16:26 +00:00
django/django
Mariusz Felisiak 345e3cf57f [5.0.x] Fixed #35329 -- Fixed migrations crash when adding partial unique constraints with nulls_distinct.
Bug in 595a2abb58.

Thanks Lucas Lemke Saunitti for the report.
Backport of b98271a6e4 from main
2024-03-26 22:59:23 +01:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf [5.0.x] Updated translations from Transifex. 2024-01-29 05:22:31 +01:00
contrib [5.0.x] Fixed #35273 -- Fixed rendering AdminFileWidget's attributes. 2024-03-14 20:37:53 +01:00
core [5.0.x] Fixed #35059 -- Ensured that ASGIHandler always sends the request_finished signal. 2024-01-31 14:45:44 -03:00
db [5.0.x] Fixed #35329 -- Fixed migrations crash when adding partial unique constraints with nulls_distinct. 2024-03-26 22:59:23 +01:00
dispatch [5.0.x] Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. 2024-02-08 12:56:41 +01:00
forms [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
http [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
middleware [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
template [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
urls [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
utils [5.0.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2024-03-04 08:22:40 +01:00
views [5.0.x] Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorators crash with .pyc-only builds. 2024-02-17 08:16:36 +01:00
__init__.py [5.0.x] Post-release version bump. 2024-03-04 08:42:23 +01:00
__main__.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
shortcuts.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00