django1/django/contrib/postgres/fields
Simon Charette cecef94275 Fixed #27257 -- Fixed builtin text lookups on JSONField keys.
Thanks Nick Stefan for the report and Tim for the review.
2016-09-22 22:19:37 -04:00
..
__init__.py Fixed #26610 -- Added CITextField to contrib.postgres. 2016-09-21 12:11:37 -04:00
array.py Refs #27025 -- Fixed ArrayField querying on Python 3.6. 2016-09-20 10:14:47 -04:00
citext.py Fixed #26610 -- Added CITextField to contrib.postgres. 2016-09-21 12:11:37 -04:00
hstore.py Fixed #26120 -- Made HStoreField cast keys and values to strings. 2016-01-29 09:51:23 -05:00
jsonb.py Fixed #27257 -- Fixed builtin text lookups on JSONField keys. 2016-09-22 22:19:37 -04:00
ranges.py Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup() 2016-05-04 20:02:01 +02:00
utils.py Instead of using DjangoJSONEncoder, use base_field's value_to_string. 2015-06-06 12:55:04 +01:00