aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/serializer_helpers.py
AgeCommit message (Expand)Author
2015-01-21Make ReturnDict cachable. Closes #2360.Tom Christie
2015-01-21Allow missing fields option for inherited serializers. Closes #2388.Tom Christie
2015-01-19ReturnDict and ReturnList repr as standard dict/list. Closes #2421.Tom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-02BindingDict inherits from collections.MutableMapping. Closes #2135.Tom Christie
2014-11-07.copy() for serializer .data and .errors dictionariesTom Christie
2014-11-07Serializer cleanupTom Christie