django1/django/contrib/postgres/fields
Matt C e7e5d9b338 Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types. 2016-03-15 11:23:38 -04:00
..
__init__.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
array.py Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types. 2016-03-15 11:23:38 -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 #24716 -- Deprecated Field._get_val_from_obj() 2015-07-14 09:13:22 -04:00
ranges.py Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values 2016-02-16 21:07:05 +01:00
utils.py Instead of using DjangoJSONEncoder, use base_field's value_to_string. 2015-06-06 12:55:04 +01:00