django1/django/contrib/postgres/fields
David Sanders e0ae1363ec Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
Bug in 667105877e.
2022-08-09 20:13:21 +02:00
..
__init__.py Fixed #26610 -- Added CITextField to contrib.postgres. 2016-09-21 12:11:37 -04:00
array.py Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. 2022-08-03 11:42:51 +02:00
citext.py Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. 2022-08-03 11:42:51 +02:00
hstore.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
jsonb.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
ranges.py Fixed #33905 -- Fixed CheckConstraint() validation on range fields. 2022-08-09 20:13:21 +02:00
utils.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00