aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
AgeCommit message (Expand)Author
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
2014-09-22Fix compat issuesTom Christie
2014-09-22Ensure 'messages' in fields are respected in preference to default validator ...Tom Christie
2014-09-22Tests and tweaks for text fieldsTom Christie
2014-09-22Field tests and associated cleanupTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-15Drop label from serializer fields when not neededTom Christie
2014-09-12Drop usage of validatiors.EMPTY_VALUESTom Christie
2014-09-12Coerce dates etc to ISO_8601 in seralizer, by default.Tom Christie
2014-09-12UNICODE_JSON and COMPACT_JSON settingsTom Christie
2014-09-12Clean up relational fields queryset usageTom Christie