django1/django/contrib/postgres/fields
Matthew Somerville 2926559cce Fixed #24937 -- fix serialization of Date(Time)RangeField.
Use the DjangoJSONEncoder so that datetime and date are encoded
appropriately.
2015-06-05 22:01:42 +01:00
..
__init__.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
array.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
hstore.py Add HasAnyKeys lookup for HStoreField. 2015-05-30 21:39:45 +01:00
jsonb.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
ranges.py Fixed #24937 -- fix serialization of Date(Time)RangeField. 2015-06-05 22:01:42 +01:00