django1/django/contrib/postgres/fields
Mariusz Felisiak 521308e575 Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations over AutoField. 2019-08-23 10:43:08 +02:00
..
__init__.py Fixed #26610 -- Added CITextField to contrib.postgres. 2016-09-21 12:11:37 -04:00
array.py Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations over AutoField. 2019-08-23 10:43:08 +02:00
citext.py Fixed #28702 -- Made query lookups for CIText fields use citext. 2017-11-29 10:35:37 -05:00
hstore.py Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params. 2019-08-14 15:25:35 +02:00
jsonb.py Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params. 2019-08-14 15:25:35 +02: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 #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
utils.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00