1
0
mirror of https://github.com/django/django.git synced 2025-01-05 16:06:07 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
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
Johannes Maron
8fd953f28a [5.0.x] Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.
Regression in 8a6c0203c4.

Backport of e69019555d from main
2024-03-14 20:37:53 +01:00
Ben Cail
5f07460a67 [5.0.x] Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when validating empty values.
Thanks Brian Ibbotson for the report.

Regression in 7414704e88.

Backport of 1570ef02f3 from main.
2024-03-08 06:46:40 +01:00
Mariusz Felisiak
b5acf10638 [5.0.x] Added stub release notes for 5.0.4.
Backport of 337e37f3bb from main
2024-03-04 11:21:02 +01:00