aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-10Move the static content into the docs themeDougal Matthews
2014-12-10Merge pull request #2241 from IvanAlegre/patch-1Tom Christie
Update serializers.py
2014-12-10Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243.Tom Christie
2014-12-10Fix trailing spaceJ. Iván Alegre
2014-12-10Remove unnecessary hasattr all and add comment for nested relationshipsJ. Iván Alegre
2014-12-09snippets relationship in tutorial should be read_onlyTom Christie
2014-12-09Take in care that input data in serializer can be a ManagerJ. Iván Alegre
2014-12-09Copy model field validators, don't reuse the same list.Tom Christie
2014-12-09Merge branch 'validator-pollution' of ↵Tom Christie
git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution
2014-12-09Update serializers.pyJulio Iván Alegre
Treat the input queryset as it comes (maybe it has been changed in a higher level). Evaluating .all() does nothing if or if not is a queryset.
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie
2014-12-09Merge pull request #2239 from jpadilla/allow-blank-choicefieldTom Christie
Add allow_blank for ChoiceField #2184
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
This makes a ChoiceField optional in HTML if model field has `blank=True` set.
2014-12-09Minor docs tweaksTom Christie
2014-12-09Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-09Add REST framework: Under the hood. video to the 3.0 announcement.Tom Christie
2014-12-09Update README.mdTom Christie
2014-12-08Don't use 'instance' argument in rendering form for paginated data. Closes ↵Tom Christie
#2205.
2014-12-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-08cd back to parent directoryTom Christie
2014-12-08Merge pull request #2165 from phalt/httpie-examplesTom Christie
Use httpie for tutorials
2014-12-08one last tabs / spaces!phalt
2014-12-08fixed indentationsphalt
2014-12-08Added 3.0 to release notes.Tom Christie
2014-12-08Added missing translation markers in realtions.py. Closes #2231.Tom Christie
2014-12-08Merge pull request #2232 from tomchristie/validate-in-list-serializerTom Christie
Added ListSerializer.validate().
2014-12-08Added ListSerializer.validate(). Closes #2168.Tom Christie
2014-12-08Merge pull request #2229 from jpadilla/localization-noteTom Christie
Add misc note about localization
2014-12-08Add misc note about localizationJosé Padilla
2014-12-08Merge pull request #2187 from loic/cosmetic_fixesTom Christie
Cosmetic fixes in the API browser HTML.
2014-12-08Fixed unit test for auth loginVictor Cabral
2014-12-08Ported a couple of templates to Bootstrap 3.x.Loic Bistuer
2014-12-08Fixed display issues with tooltips.Loic Bistuer
2014-12-07Merge pull request #2226 from mhenwood/amend_viewset_docsTom Christie
Amend ViewSet docs to warn of potential problem
2014-12-07Merge pull request #2224 from linovia/bugfix/2221Tom Christie
Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)
2014-12-07Amend ViewSet docs to warn of potential problemMark Henwood
I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point.
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