django1/django/contrib/postgres/fields
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
..
__init__.py Fixed #26610 -- Added CITextField to contrib.postgres. 2016-09-21 12:11:37 -04:00
array.py Removed obsolete Lookup hook to prepare rhs expressions. 2019-03-21 20:54:21 -04:00
citext.py Fixed #28702 -- Made query lookups for CIText fields use citext. 2017-11-29 10:35:37 -05:00
hstore.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
jsonb.py Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value. 2018-04-04 10:53:46 -04:00
mixins.py Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable defaults. 2017-10-20 13:17:22 -04:00
ranges.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
utils.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00