| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-21 | Added . Closes #1188. | Tom Christie | |
| 2013-10-21 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-21 | Add invite signup | Tom Christie | |
| 2013-10-21 | Merge pull request #1189 from jespino/patch-1 | Tom Christie | |
| Remove the detail=None from APIException signature | |||
| 2013-10-21 | Remove the detail=None from APIException signature | Jesú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-18 | Update 3-class-based-views.md | Tom Christie | |
| 2013-10-18 | Merge pull request #1177 from rprince/patch-2 | Tom Christie | |
| Mention name of file to edit | |||
| 2013-10-18 | Merge pull request #1178 from rprince/patch-3 | Tom Christie | |
| Using the filenames where relevant | |||
| 2013-10-18 | Update 2-requests-and-responses.md | Tom Christie | |
| 2013-10-18 | Merge pull request #1176 from rprince/patch-1 | Tom Christie | |
| Added name of file to edit | |||
| 2013-10-18 | Merge pull request #1182 from tamakisquare/add-to-credits | Tom Christie | |
| add @tamakisquare for work on #1111 | |||
| 2013-10-17 | add @tamakisquare for work on #1111 | Colin | |
| 2013-10-17 | Merge pull request #1170 from craigds/write-into-foreignkey-with-source | Tom Christie | |
| fix writing into foreign key with non-null source | |||
| 2013-10-17 | Merge pull request #1112 from tamakisquare/issue-1111 | Tom Christie | |
| Test case and fix for issue 1111 | |||
| 2013-10-17 | Merge pull request #1172 from brutasse/fix/return-object | Tom Christie | |
| Return object in save_object | |||
| 2013-10-17 | Fix a docstring to reflect what the method does | Bruno Renié | |
| 2013-10-17 | Added @badale, for work on #1179. Thanks! | Tom Christie | |
| 2013-10-17 | Merge pull request #1181 from badale/master | Tom Christie | |
| Fixed #1179: RepresenterError with DecimalField and YAMLRenderer | |||
| 2013-10-17 | Fix decimal support with YAMLRenderer | badaud_t | |
| 2013-10-17 | Fix typo YAMLRendererTests | badaud_t | |
| 2013-10-16 | Merge pull request #1180 from kevin-brown/pull_1164 | Tom Christie | |
| Put template block around the description | |||
| 2013-10-16 | Allow to customize description so that markup can be accepted if needed. | Omer Katz | |
| 2013-10-16 | Using the filenames where relevant | Rikki | |
| Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out. | |||
| 2013-10-16 | Mention name of file to edit | Rikki | |
| To reduce unnecessary cognitive load of the learner, name the file they are putting this code in. | |||
| 2013-10-16 | Added name of file to edit | Rikki | |
| 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-13 | Merge pull request #1171 from alazaro/patch-1 | Tom Christie | |
| Add missing commas in relations.md | |||
| 2013-10-12 | Add missing commas in relations.md | Álvaro Lázaro | |
| 2013-10-11 | Merge pull request #1157 from dpetzel/tutorial_authentication | Tom Christie | |
| Be sure to import UserSerializer | |||
| 2013-10-11 | fix ticket link in test docstring | Craig de Stigter | |
| 2013-10-11 | fix writing into foreign key with non-null source | Craig de Stigter | |
| 2013-10-10 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-10 | Merge branch 'html-form-rendering' | Tom Christie | |
| 2013-10-10 | Ensure read-only fields don't break with current HTML renderer behavior | Tom Christie | |
| 2013-10-09 | Merge pull request #1071 from craigds/field-transform-methods | Carlton Gibson | |
| Feature: add transform_<fieldname> methods to serializers | |||
| 2013-10-06 | Merge pull request #1156 from dpetzel/tutorial_serialization | Tom Christie | |
| typo fix | |||
| 2013-10-05 | Be sure to import UserSerializer | dpetzel | |
| 2013-10-05 | **very minor** typo fix | dpetzel | |
| 2013-10-04 | Added @hcliff for #1153. Thanks! | Tom Christie | |
| 2013-10-04 | Merge pull request #1153 from hcliff/master | Tom Christie | |
| support args on get_object_or_404 | |||
| 2013-10-04 | support args on get_object_or_404 | Henry Clifford | |
| 2013-10-03 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-03 | Drop erronous left-over bit of docs. Closes #1147 | Tom Christie | |
| 2013-10-03 | Merge pull request #1104 from FreakyDug/master | Tom Christie | |
| Fix a TypeError when a serializer is created with files but no data | |||
| 2013-10-03 | Merge remote-tracking branch 'upstream/master' | Philip Douglas | |
| 2013-10-03 | docs: add paragraph on transform_fieldname methods | Craig de Stigter | |
| 2013-10-03 | add tests for transform_fieldname methods | Craig de Stigter | |
| 2013-10-02 | Fix rendering of forms and add error rendering on HTML form | Tom Christie | |
| 2013-10-02 | Serializers can now be rendered directly to HTML | Tom Christie | |
| 2013-10-02 | Merge pull request #1144 from jeffnuss/patch-1 | Tom Christie | |
| Update release-notes.md | |||
