django/tests/postgres_tests/migrations
Mariusz Felisiak 7991111af1
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField when the right hand side is the same type.
Thanks Tilman Koschnick for the report and initial patch.
Thanks Carlton Gibson the review.

Regression in 6b048b364c.
2019-07-10 10:33:36 +02:00
..
0001_setup_extensions.py Fixed #28126 -- Added GistIndex to contrib.postgres. 2017-09-04 21:08:02 -04:00
0002_create_test_models.py Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField when the right hand side is the same type. 2019-07-10 10:33:36 +02:00
__init__.py