1
0
mirror of https://github.com/django/django.git synced 2024-12-27 03:25:58 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Mariusz Felisiak
b1f2833bc4 [5.0.x] Added release date for 5.0.3, 4.2.11, and 3.2.25.
Backport of 977d254169 from main
2024-02-26 08:27:34 +01:00
AlexCLeduc
69e5b13c75 [5.0.x] Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related().
Regression in 1391356276
following deprecation in eedbf930287cb72e9afab1f7208c24b1146b0c4ec.

Backport of a084c5d35a from main
2024-02-21 05:17:36 +01:00
Mariusz Felisiak
41a4bba817 [5.0.x] Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorators crash with .pyc-only builds.
Thanks Jon Janzen for the implementation idea.

Thanks Marcus Hoffmann for the report.

Regression in 38e391e95f.
Backport of d1be05b3e9 from main
2024-02-17 08:16:36 +01:00
Hisham Mahmood
3a54e64ef7 [5.0.x] Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys when not included in ModelAdmin.list_filter.
Regression in f80669d2f5.

Thanks Sarah Boyce for the review.
Backport of 8db593de05 from main
2024-02-15 08:18:27 -03:00
Vašek Dohnal
761e913191 [5.0.x] Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.
Regression in e83a88566a.

Backport of 1b5338d03e from main
2024-02-08 12:56:41 +01:00
Mariusz Felisiak
c22075af80 [5.0.x] Fixed #35172 -- Fixed intcomma for string floats.
Thanks Warwick Brown for the report.

Regression in 55519d6cf8.
Backport of 2f14c2cedc from main
2024-02-08 10:59:43 +01:00
Natalia
d6f14b2209 [5.0.x] Added stub release notes for 5.0.3.
Backport of f61bc03197 from main
2024-02-06 12:09:54 -03:00