aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/field_mapping.py
AgeCommit message (Expand)Author
2014-12-09Copy model field validators, don't reuse the same list.Tom Christie
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
2014-11-13required=False for nullable relationshipsTom Christie
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. Cl...Tom Christie
2014-11-07Minor tweaksTom Christie
2014-10-08More gradual deprecationTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-01First pass at HTML form renderingTom Christie
2014-09-29Uniqueness validationTom Christie
2014-09-24OPTIONS supportTom Christie
2014-09-23NullBooleanFieldTom Christie
2014-09-23Tests for field choicesTom Christie
2014-09-18get_base_field() refactorTom Christie