aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/model_meta.py
AgeCommit message (Expand)Author
2015-02-17Fixes for latest pep8 updates. Refs #2563.Tom Christie
2015-01-23Merge masterTom Christie
2015-01-23Work around meta API differencesTom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2014-12-29First pass at refactoring get_field_info in utils.model_metaKyle Valade
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-11-28Use ImproperlyConfigured when model meta lookup failsTom Christie
2014-11-18Ensure `_resolve_model` does not return `None`Doug Beck
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-10-08More gradual deprecationTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-15Drop label from serializer fields when not neededTom Christie