django1/django/contrib/postgres/forms
Tim Graham a7b7f27c05 Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
2015-08-07 13:26:17 -04:00
..
__init__.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
array.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
hstore.py Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. 2015-08-07 13:26:17 -04:00
jsonb.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
ranges.py Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare_value() 2015-05-25 12:06:55 -04:00