aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-16Merge pull request #1180 from kevin-brown/pull_1164Tom Christie
2013-10-16Allow to customize description so that markup can be accepted if needed.Omer Katz
2013-10-16Using the filenames where relevantRikki
2013-10-16Mention name of file to editRikki
2013-10-16Added name of file to editRikki
2013-10-15[Fix]: Error with partial=True and validate_<name>Colin Huang
2013-10-13Merge pull request #1171 from alazaro/patch-1Tom Christie
2013-10-12Add missing commas in relations.mdÁlvaro Lázaro
2013-10-11Merge pull request #1157 from dpetzel/tutorial_authenticationTom Christie
2013-10-11fix ticket link in test docstringCraig de Stigter
2013-10-11fix writing into foreign key with non-null sourceCraig de Stigter
2013-10-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-10-10Merge branch 'html-form-rendering'Tom Christie
2013-10-10Ensure read-only fields don't break with current HTML renderer behaviorTom Christie
2013-10-09Merge pull request #1071 from craigds/field-transform-methodsCarlton Gibson
2013-10-06Merge pull request #1156 from dpetzel/tutorial_serializationTom Christie
2013-10-05Be sure to import UserSerializerdpetzel
2013-10-05**very minor** typo fixdpetzel
2013-10-04Added @hcliff for #1153. Thanks!Tom Christie
2013-10-04Merge pull request #1153 from hcliff/masterTom Christie
2013-10-04support args on get_object_or_404Henry Clifford
2013-10-03Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-10-03Drop erronous left-over bit of docs. Closes #1147Tom Christie
2013-10-03Merge pull request #1104 from FreakyDug/masterTom Christie
2013-10-03Merge remote-tracking branch 'upstream/master'Philip Douglas
2013-10-03docs: add paragraph on transform_fieldname methodsCraig de Stigter
2013-10-03add tests for transform_fieldname methodsCraig de Stigter
2013-10-02Fix rendering of forms and add error rendering on HTML formTom Christie
2013-10-02Serializers can now be rendered directly to HTMLTom Christie
2013-10-02Merge pull request #1144 from jeffnuss/patch-1Tom Christie
2013-10-01Update release-notes.mdJeff
2013-09-30Merge pull request #1140 from doronpr/patch-1Tom Christie
2013-09-30corrected doc for throttle_classes decoratorDoron Pearl
2013-09-29Merge pull request #1136 from KrzysiekJ/patch-1Tom Christie
2013-09-29Minor documentation fix.Krzysztof Jurewicz
2013-09-26Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-09-26Allow .template_name attribute specified on view. Closes #1000Tom Christie
2013-09-24Added @mkai, for work on #1126. Thanks!Tom Christie
2013-09-24Merge pull request #1126 from mkai/_django1.6_model_nameTom Christie
2013-09-23Address pending deprecation of Model._meta.module_name in Django 1.6Markus Kaiserswerth
2013-09-23Merge pull request #1125 from gkapkowski/patch-1Tom Christie
2013-09-23Match docs to current code.Grzegorz Kapkowski
2013-09-22Merge pull request #1124 from johnmee/patch-1Tom Christie
2013-09-23Mindnumbingly trivial single-char typo.John Mee
2013-09-20Merge pull request #1117 from carltongibson/#1116Tom Christie
2013-09-20Correct typo in doc string.Carlton Gibson
2013-09-20Clear cached serializer data on `save()` + test. Fixes #1116.Carlton Gibson
2013-09-17Merge pull request #1115 from soncco/patch-1Tom Christie
2013-09-18Fixing simple typoBraulio Soncco
2013-09-15[Add]: CustomValidationTests.test_partial_updateColin Huang