summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_constraints.py
AgeCommit message (Expand)Author
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Simplified tests for PostgreSQL constraints.Mariusz Felisiak
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2019-03-18Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette