django1/django/contrib/postgres/fields
Simon Charette 59b57e672c Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Thanks to Jean Gourds for the report, Tim and Claude for the review.
2015-12-07 14:45:22 -05:00
..
__init__.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
array.py Fixed #25867 -- Fixed a system check crash with nested ArrayFields. 2015-12-07 14:45:22 -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