django1/django/contrib/postgres/forms
Tim Graham a2975cb083 [1.11.x] Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Thanks Preston Timmons for review.

Backport of 1ebd295082 from master
2017-04-29 22:24:29 -04:00
..
__init__.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
array.py [1.11.x] Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering. 2017-04-29 22:24:29 -04:00
hstore.py Fixed #27582 -- Allowed HStoreField to store null values. 2016-12-15 10:35:44 -05:00
jsonb.py Refs #27003 -- Fixed JSONField crash on converted values. 2016-11-15 18:43:55 -05:00
ranges.py Replaced dict.setdefault() usage to avoid unnecessary object instantiations. 2016-01-05 13:06:23 -05:00