aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2014-10-31Guard against malicious string inputs for numbers. Closes #1903.Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Update to bootstrap 3. Closes #1085Tom Christie
2014-10-31Validator documentation and tweaksTom Christie
2014-10-30Ensure json.dumps(separators=...) works on both 2.x and 3.xTom Christie
2014-10-28unique_for_date/unique_for_month/unique_for_yearTom Christie
2014-10-22unique_for_month, unique_for_yearTom Christie
2014-10-22First pass at unique_for_date, unique_for_month, unique_for_yearTom Christie
2014-10-22.validate() can raise field errors or non-field errorsTom Christie
2014-10-20Used Django utils SortedDict instead of stdlib's OrderedDict forErik Wickstrom
2014-10-19Maintain order of views on router for api root view.Erik Wickstrom
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-16TweakTom Christie
2014-10-16Performance for PK fieldsTom Christie
2014-10-16get_attribute method on fieldsTom Christie
2014-10-16Stricter checking for failure cases.Tom Christie
2014-10-15Add a keys method to BindingDictMarty Alchin
2014-10-15Support fields that reference a simple callableTom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Reorganize to use template_pack in form renderingTom Christie
2014-10-15Drop template includesTom Christie
2014-10-15Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-10-15Fix 'lookup_field' on ModelSerializer. Closes #1944.Tom Christie
2014-10-12Rename `preform_update` to `perform_update`Andy Freeland
2014-10-10Relations in 'read_only_fields' should not include a queryset kwargTom Christie
2014-10-10Flake8Tom Christie
2014-10-10TweaksTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-10-09Use BoundField .name on fieldsTom Christie
2014-10-09Checks and repr on BoundFieldTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-09TweakingTom Christie
2014-10-09Merge pull request #1920 from thedrow/topic/encoder-improvementsTom Christie
2014-10-08Limit blank string -> None to just be on relational fieldsTom Christie
2014-10-08Support empty file fieldsTom Christie
2014-10-08TweaksTom Christie
2014-10-08More gradual deprecationTom Christie
2014-10-08.validate() returning validated data. transform_<field> hooks.Tom Christie
2014-10-08Tweak pre/post save hooks. Return instance in .update().Tom Christie
2014-10-08Tests for generic relationshipsTom Christie
2014-10-08Tests for relational fieldsTom Christie
2014-10-07Reintroduce save hooksTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-03Serializer.save() takes keyword arguments, not 'extras' argumentTom Christie
2014-10-03Fix indentationTom Christie
2014-10-03Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-10-03Revert accidental stupidityTom Christie
2014-10-03Merge pull request #1921 from koordinates/fix-typosTom Christie
2014-10-03More spelling tweaksCraig de Stigter