django1/django/db
Hannes Ljungberg fed7f992ac [4.0.x] Fixed #33335 -- Made model validation ignore functional unique constraints.
Regression in 3aa545281e.

Thanks Hervé Le Roy for the report.

Backport of 1eaf38fa87 from main
2021-12-06 13:28:54 +01:00
..
backends [4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 11:14:08 +01:00
migrations [4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non-model class. 2021-11-02 15:35:52 +01:00
models [4.0.x] Fixed #33335 -- Made model validation ignore functional unique constraints. 2021-12-06 13:28:54 +01:00
__init__.py Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
transaction.py Fixed #32220 -- Added durable argument to transaction.atomic(). 2020-11-27 21:43:15 +01:00
utils.py Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend(). 2021-01-06 20:15:14 +01:00