aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
2014-11-17Docs for advanced default argument usage. Closes #1945Tom Christie
2014-11-10Update fields.pyTom Christie
2014-11-07ModelField fix. Closes #2018.Tom Christie
2014-11-06Fixed base_url duplication in FileField.use_urlTymur Maryokhin
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-11-06Support for bulk create. Closes #1965.Tom Christie
2014-11-05ModelField should support max_length. Closes #2018.Tom Christie
2014-11-05Fix failing copy of fields when RegexValidator is used. Closes #1954.Tom Christie
2014-11-05Support None if initial part of dotted lookup returns None. Closes #1223.Tom Christie
2014-10-31Lazy loading of fields and validators. Closes #1963.Tom Christie
2014-10-31Guard against malicious string inputs for numbers. Closes #1903.Tom Christie
2014-10-28unique_for_date/unique_for_month/unique_for_yearTom Christie
2014-10-22First pass at unique_for_date, unique_for_month, unique_for_yearTom Christie
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-16get_attribute method on fieldsTom Christie
2014-10-15Support fields that reference a simple callableTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-08Limit blank string -> None to just be on relational fieldsTom Christie
2014-10-08Support empty file fieldsTom Christie
2014-10-08Tests for relational fieldsTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-03Merge pull request #1921 from koordinates/fix-typosTom Christie
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-10-02Browsable API tweaksTom Christie
2014-10-02First pass on incorperating the form rendering into the browsable APITom Christie
2014-10-01Use six.text_type instead of str everywhereTom Christie
2014-09-29Absolute URLs for file fieldsTom Christie
2014-09-29.validate() on serializer fieldsTom Christie
2014-09-29Uniqueness validationTom Christie
2014-09-26FileField and ImageFieldTom Christie
2014-09-26Simplify serialization slightlyTom Christie
2014-09-26Added ListFieldTom Christie
2014-09-26request.data attributeTom Christie
2014-09-25Partial supportTom Christie
2014-09-25Fix syntax errorTom Christie
2014-09-25Refuse to downcast from datetime to date or timeTom Christie
2014-09-25Check for redundant on SerializerMethodFieldTom Christie
2014-09-25Clean up bind - no longer needs to be called multiple times in nested fieldsTom Christie
2014-09-25Ensure proper sorting of 'choices' attribute on ChoiceFieldTom Christie
2014-09-24Enforce field_name != sourceTom Christie
2014-09-24Custom deepcopy on Field classesTom Christie
2014-09-23NullBooleanFieldTom Christie
2014-09-23Tests for field choicesTom Christie
2014-09-22allow_blank, allow_nullTom Christie
2014-09-22Tests & tweaks for ChoiceFieldTom Christie
2014-09-22Tests and tweaks for choice fieldsTom Christie
2014-09-22More compat fixesTom Christie
2014-09-22Support format=None for date/time fieldsTom Christie
2014-09-22Tweaks to DecimalFieldTom Christie