django1/django/contrib/postgres/fields
Simon Charette 3738e4ac46 Fixed #25841 -- Handled base array fields validation errors with params.
Thanks to Trac alias benzid-wael for the report.
2015-12-17 20:25:04 -05:00
..
__init__.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
array.py Fixed #25841 -- Handled base array fields validation errors with params. 2015-12-17 20:25:04 -05:00
hstore.py Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
jsonb.py Fixed #24716 -- Deprecated Field._get_val_from_obj() 2015-07-14 09:13:22 -04:00
ranges.py Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
utils.py Instead of using DjangoJSONEncoder, use base_field's value_to_string. 2015-06-06 12:55:04 +01:00