aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-07Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)Xavier Ordoquy
2014-12-06Merge pull request #2219 from linovia/bugfix/tutorial_2Tom Christie
Update the tutorial against DRF v3 (part 4 & 5)
2014-12-06Fix the new Django default db nameXavier Ordoquy
PrimaryKeyRelatedField now needs a queryset argument. urls now don't use urlpatterns.
2014-12-05Test tweaksTom Christie
2014-12-05Merge pull request #2213 from BrickXu/masterTom Christie
Raise error if `fields` on serializer is not a list of strings.
2014-12-05Merge pull request #2215 from tomchristie/tomchristie-better-serializer-errorsTom Christie
Better serializer errors for nested writes.
2014-12-05Minor tweaksTom Christie
2014-12-05Better serializer errors for nested writes. Closes #2202Tom Christie
2014-12-05Minor docs tweaksTom Christie
2014-12-05Merge pull request #2204 from carltongibson/default-docs-fixTom Christie
Clarify read-only & `unique_together` Documentation
2014-12-05Merge pull request #2200 from maryokhin/masterTom Christie
Clean up compat code
2014-12-05user in example should have been instance. Closees #2191.Tom Christie
2014-12-05Added .validated_data usage. Closes #2214.Tom Christie
2014-12-05Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-05Style tweaks in examplesTom Christie
2014-12-05Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-jsonTom Christie
Escape \u2028 and \u2029 in JSON output.
2014-12-05Fix quickstart tutorialTom Christie
2014-12-05Merge pull request #2209 from linovia/bugfix/tutorial_1Carlton Gibson
Bugfix/tutorial 1
2014-12-05Add validation for fields & exclude type.BrickXu
2014-12-05Merge pull request #3 from tomchristie/masterBrickXu
Merge upstream
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-12-04Fix the tutorial against the v3.0Xavier Ordoquy
2014-12-04print() function works from Python 2.6 to 3.XXavier Ordoquy
2014-12-04Merge branch 'master' of github.com:tomchristie/django-rest-frameworkTymur Maryokhin
2014-12-04Removed unused compat codeTymur Maryokhin
2014-12-04Removed custom urlparse compatTymur Maryokhin
2014-12-04Add missing definite articleCarlton Gibson
2014-12-04Initial link from Serializers to ValidatorsCarlton Gibson
2014-12-04Merge branch 'master' of github.com:tomchristie/django-rest-frameworkCarlton Gibson
2014-12-04Merge pull request #2172 from kchange/masterTom Christie
Added missing default style for FileField
2014-12-04Removed custom StringIO, force_text, smart_text compatTymur Maryokhin
2014-12-04Removed custom python_2_unicode_compatible. Closes #2183Tymur Maryokhin
2014-12-04Updated Django versions to match requirementsTymur Maryokhin
2014-12-03Merge pull request #2197 from mtschammer/mtschammer-validated_attrs-renameTom Christie
Renamed validated_attrs to validated_data to be more in line with other code
2014-12-03Merge pull request #2196 from ↵Kevin Brown
tomchristie/tomchristie-improve-update-nested-validation Improve checks for nested creates and updates.
2014-12-03Renamed validated_attrs to validated_data to be more in line with other ↵Martin Tschammer
similar code.
2014-12-03Improve nested update and create testing.Tom Christie
2014-12-03Improved nested update test in update().Tom Christie
Closes #2194.
2014-12-03Escape \u2028 and \u2029 in JSON output.Tom Christie
Closes #2169.
2014-12-03Merge pull request #2188 from eiriksm/patch-2Tom Christie
Update build status icon on github pages page.
2014-12-03Update build status icon on github pages page.eiriksm
2014-12-03Merge pull request #2175 from BrickXu/fix_2171Tom Christie
Not allow to pass an empty actions to viewset.as_view()
2014-12-03Merge pull request #2185 from eiriksm/patch-1Tom Christie
Use svg version of travis build status badge
2014-12-03Use svg version of travis build status badgeeiriksm
2014-12-02Merge pull request #2182 from sh4r3m4n/masterTom Christie
Updated serializers documentation
2014-12-02Updated serializers documentationMatías Lang
There was an error in the docs: the field extra_field_kwargs of the serializer's Meta doesn't work. The field must be extra_kwargs instead.
2014-12-02Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-02BindingDict inherits from collections.MutableMapping. Closes #2135.Tom Christie
2014-12-02Merge pull request #2181 from daaray/patch-2Tom Christie
Fix typo in serializers doc
2014-12-02fix typoDavid Ray