aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-21Added . Closes #1188.Tom Christie
2013-10-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-10-21Add invite signupTom Christie
2013-10-21Merge pull request #1189 from jespino/patch-1Tom Christie
Remove the detail=None from APIException signature
2013-10-21Remove the detail=None from APIException signatureJesús Espino
The documentation not match with the implementation. The APIException doesn't have detail parameter in the constructor class, actually doesn't have constructor method at all.
2013-10-18Update 3-class-based-views.mdTom Christie
2013-10-18Merge pull request #1177 from rprince/patch-2Tom Christie
Mention name of file to edit
2013-10-18Merge pull request #1178 from rprince/patch-3Tom Christie
Using the filenames where relevant
2013-10-18Update 2-requests-and-responses.mdTom Christie
2013-10-18Merge pull request #1176 from rprince/patch-1Tom Christie
Added name of file to edit
2013-10-18Merge pull request #1182 from tamakisquare/add-to-creditsTom Christie
add @tamakisquare for work on #1111
2013-10-17add @tamakisquare for work on #1111Colin
2013-10-17Merge pull request #1170 from craigds/write-into-foreignkey-with-sourceTom Christie
fix writing into foreign key with non-null source
2013-10-17Merge pull request #1112 from tamakisquare/issue-1111Tom Christie
Test case and fix for issue 1111
2013-10-17Merge pull request #1172 from brutasse/fix/return-objectTom Christie
Return object in save_object
2013-10-17Fix a docstring to reflect what the method doesBruno Renié
2013-10-17Added @badale, for work on #1179. Thanks!Tom Christie
2013-10-17Merge pull request #1181 from badale/masterTom Christie
Fixed #1179: RepresenterError with DecimalField and YAMLRenderer
2013-10-17Fix decimal support with YAMLRendererbadaud_t
2013-10-17Fix typo YAMLRendererTestsbadaud_t
2013-10-16Merge pull request #1180 from kevin-brown/pull_1164Tom Christie
Put template block around the description
2013-10-16Allow to customize description so that markup can be accepted if needed.Omer Katz
2013-10-16Using the filenames where relevantRikki
Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out.
2013-10-16Mention name of file to editRikki
To reduce unnecessary cognitive load of the learner, name the file they are putting this code in.
2013-10-16Added name of file to editRikki
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.
2013-10-15[Fix]: Error with partial=True and validate_<name>Colin Huang
The error occurs when serializer is set with partial=True and a field-level validation is defined on a field, for which there's no corresponding update value in .data
2013-10-13Merge pull request #1171 from alazaro/patch-1Tom Christie
Add missing commas in relations.md
2013-10-12Add missing commas in relations.mdÁlvaro Lázaro
2013-10-11Merge pull request #1157 from dpetzel/tutorial_authenticationTom Christie
Be sure to import UserSerializer
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
Feature: add transform_<fieldname> methods to serializers
2013-10-06Merge pull request #1156 from dpetzel/tutorial_serializationTom Christie
typo fix
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
support args on get_object_or_404
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
Fix a TypeError when a serializer is created with files but no data
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
Update release-notes.md