aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/metadata.py
AgeCommit message (Collapse)Author
2015-02-20Set field length/values as actual attributes.Rense VanderHoek
The SimpleMetadata class in metadata.py tries to getattr() attributes on a field. For this to work, max_length and min_length have to be actually set as an attribute. Did the same for min_value and max_value and added those two to SimpleMetadata.get_field_info
2014-12-04Removed custom StringIO, force_text, smart_text compatTymur Maryokhin
2014-11-18Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084Tom Christie
2014-11-07Metadata API should examine child serializer if passed parent ↵Tom Christie
ListSerializer. Closes #2035.
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-09-25Automatic field bindingTom Christie
2014-09-24OPTIONS supportTom Christie