| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-31 | Updated OAuth2 authentication docs. | erkarl | |
| 2013-10-29 | Merge pull request #1206 from sheppard/patch-1 | Carlton Gibson | |
| Great. Thanks! | |||
| 2013-10-29 | minor typo | S. Andrew Sheppard | |
| 2013-10-25 | Merge pull request #1203 from squidsoup/doc/testing-example | Carlton Gibson | |
| Docs: Fix for API test client example | |||
| 2013-10-25 | In the API test client example 'data' was not defined. There's also no | Kit Randel | |
| need to define 'expected' as we can just test against the dict. | |||
| 2013-10-24 | Merge pull request #1202 from jkbr/patch-1 | Tom Christie | |
| Removed commented-out credits from footer so that django-debug-toolbar works | |||
| 2013-10-24 | Removed commented-out credits from footer to make django-debug-toolbar work. | Jakub Roztočil | |
| The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected. | |||
| 2013-10-24 | Added @yamila-moreno for work on #1199. Thanks! | Tom Christie | |
| 2013-10-24 | Merge pull request #1199 from yamila-moreno/get-filter-backends | Tom Christie | |
| Added get_filter_backends method | |||
| 2013-10-24 | Added get_filter_backends method | Yamila Moreno | |
| 2013-10-24 | Merge pull request #1200 from yamila-moreno/patch-1 | Tom Christie | |
| Typo on generic-views.md | |||
| 2013-10-24 | Typo on generic-views.md | Yamila | |
| 2013-10-24 | Added @alexanderlukanin13 for fix #1198. Thanks! | Tom Christie | |
| 2013-10-24 | Merge pull request #1198 from alexanderlukanin13/form-post-unicode | Tom Christie | |
| Fixed UnicodeEncodeError when POST JSON via web interface; added test | |||
| 2013-10-24 | Update comment in `get_parser_context`. | Tom Christie | |
| 2013-10-24 | Fixed UnicodeEncodeError when POST JSON via web interface; added test | alexanderlukanin13 | |
| 2013-10-22 | Added @jbzdak, for the nice docs improvements in #1191. Thanks! | Tom Christie | |
| 2013-10-22 | Merge pull request #1191 from jbzdak/master | Tom Christie | |
| Filter documentation explanation | |||
| 2013-10-22 | Small documentation fix | Jacek Bzdak | |
| 2013-10-22 | Merge remote-tracking branch 'origin/master' | Jacek Bzdak | |
| 2013-10-22 | Explained a bit more about django-filter implementation. | Jacek Bzdak | |
| Well, I spent some time trying to gues how djang-filter works, and if this changes would be introduced, I would have saved this time. | |||
| 2013-10-22 | Added @ross for work on #1187. Thanks! | Tom Christie | |
| 2013-10-22 | Merge pull request #1187 from ross/paginator_def_val | Tom Christie | |
| paginator should validate page and provide default | |||
| 2013-10-21 | remove stray func from test | Ross McFarland | |
| 2013-10-21 | retract the default page stuff. | Ross McFarland | |
| better way comming in a seperate pr | |||
| 2013-10-21 | Use lookup_url_kwarg in presave if required | Tom Christie | |
| 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-19 | paginator should validate page and provide default | Ross McFarland | |
| - use the standard paginator.validate_number method rather strict_postive_int. - support optional paginator method, default_page_number, to get the default page number rather than hard-coding it to 1 - this allows supporting non-integer based pagination which can be an important performance tweak on extermely large datasets or high request loads - relatively thorough unit tests of the changes | |||
| 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. | |||
