summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/jsonb.py
AgeCommit message (Collapse)Author
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn