summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/jsonb.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
| | | | | | The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-301-0/+99