| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-16 | Typo | Tom Christie | |
| 2013-12-16 | Merge pull request #1298 from craigds/fix-nested-serializers-with-renamed-fields | Tom Christie | |
| Fix nested serializers with renamed fields | |||
| 2013-12-16 | Don't import compat.py from authtoken.models. Closes #1297 | Tom Christie | |
| 2013-12-16 | Fix expansion of writable nested serializers where the inner fields have ↵ | Craig de Stigter | |
| source set. | |||
| 2013-12-14 | Update django-oauth-plus version | Tom Christie | |
| 2013-12-14 | Add note on pagination bugfix. Closes #1293. | Tom Christie | |
| 2013-12-13 | Added @philipforget for work on #1232. Thanks :) | Tom Christie | |
| 2013-12-13 | Updated release notes | Tom Christie | |
| 2013-12-13 | Compat fixes for django-oauth-plus versions 2.0-2.2.1 | Tom Christie | |
| 2013-12-13 | Merge branch 'master' of git://github.com/philipforget/django-rest-framework ↵ | Tom Christie | |
| into philipforget-master | |||
| 2013-12-13 | Links to drf-nested-routers | Tom Christie | |
| 2013-12-13 | Add notes on lookup_prefix argument and why it's there even though unused by ↵ | Tom Christie | |
| the default implementations. | |||
| 2013-12-13 | Merge pull request #1281 from alanjds/router-prefix-patch | Tom Christie | |
| 'lookup_prefix' on SimpleRouter.get_lookup_regex, easing code de-duplication | |||
| 2013-12-13 | Update release notes | Tom Christie | |
| 2013-12-13 | Merge pull request #1291 from kevin-brown/issue_1101 | Tom Christie | |
| Fix default values always being False for browsable API | |||
| 2013-12-13 | Fix default values always being False for browsable API | Kevin Brown | |
| This fixes a bug that was introduced in 28ff6fb [1] for the browsable API, specifically with how it handled default values for boolean fields. Previously, it had a global default for boolean fields set to `False`, which was different than the standard None that was used elsewhere. Because this only needed to be done for the browsable API, a fix was put into place that only set the default to `False` when form data was passed into the serializer. This had the unintended side effect of overriding any default set on the boolean field. This fixes #1101 [2] by only overriding the default if the default is `None`, which is the default for all fields. [1]: https://github.com/tomchristie/django-rest-framework/commit/28ff6fb1ec02b7a04c4a0db54885f3735b6dd43f [2]: https://github.com/tomchristie/django-rest-framework/issues/1101 | |||
| 2013-12-13 | Expanded notes in quickstart. Closes #1127. Closes #1128. | Tom Christie | |
| 2013-12-13 | Clean up implementation | Tom Christie | |
| 2013-12-13 | Merge pull request #1234 from linovia/bugfix/nested_models_without_related_name | Tom Christie | |
| Fixed the nested model serializers in case of the related_name isn’t set... | |||
| 2013-12-13 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| Conflicts: docs/api-guide/routers.md | |||
| 2013-12-13 | Merge pull request #1289 from sheppard/wqdb-router | Tom Christie | |
| third-party package: wq.db | |||
| 2013-12-12 | third-party package: wq.db | S. Andrew Sheppard | |
| 2013-12-12 | Add third party packages | Tom Christie | |
| 2013-12-11 | Merge pull request #1283 from OddBloke/master | Tom Christie | |
| Add required imports to Generating Tokens example, and update with get_user_model() | |||
| 2013-12-11 | Use get_user_model instead of User in Generating Tokens example | OddBloke | |
| Because that's a better way of doing it. | |||
| 2013-12-11 | Add full required imports to Generating Tokens example | OddBloke | |
| Previously we were missing User and post_save. | |||
| 2013-12-11 | Merge pull request #1282 from daaray/patch-1 | Tom Christie | |
| Update routers.md | |||
| 2013-12-10 | Update routers.md | David Ray | |
| Reference to ```DefaultRouter``` should be ```SimpleRouter``` | |||
| 2013-12-10 | SimpleRouter.get_lookup_regex got lookup_prefix | Alan Justino | |
| This allows @alanjds/drf-nested-routers to not duplicate/monkeypatch work made here | |||
| 2013-12-10 | Merge pull request #1280 from tomchristie/fix-1205 | Tom Christie | |
| Refine model manager behavior so as not to use the behavior in incorrect... | |||
| 2013-12-10 | Remove incorrect apostrophe | Tom Christie | |
| 2013-12-10 | Update release notes | Tom Christie | |
| 2013-12-10 | Refine model manager behavior so as not to use the behavior in incorrect ↵ | Tom Christie | |
| cases. Closes #1205 | |||
| 2013-12-10 | Tweak REST condition text. | Tom Christie | |
| 2013-12-10 | Merge pull request #1278 from caxap/master | Tom Christie | |
| Added REST Condition to 3rd party permissions packages list. | |||
| 2013-12-09 | Added REST Condition to 3rd party permissions packages list. | Maxim Kamenkov | |
| 2013-12-09 | Merge pull request #1277 from Ian-Foote/master | Tom Christie | |
| Fix typo "Not" -> "Note" | |||
| 2013-12-09 | Fix typo "Not" -> "Note" | Ian | |
| 2013-12-09 | Update release notes | Tom Christie | |
| 2013-12-09 | Fix compat issues for #1231 | Tom Christie | |
| 2013-12-09 | Merge branch 'issue-1231-jsonencoder' of ↵ | Tom Christie | |
| git://github.com/mbox/django-rest-framework into mbox-issue-1231-jsonencoder | |||
| 2013-12-09 | Add notes to contributing docs | Tom Christie | |
| 2013-12-09 | Add notes to contributing docs | Tom Christie | |
| 2013-12-09 | Add notes to contributing docs | Tom Christie | |
| 2013-12-09 | Add notes to contributing docs | Tom Christie | |
| 2013-12-08 | Merge pull request #1262 from tomchristie/fix-1261 | Tom Christie | |
| Catch errors during parsing and set empty .DATA/.FILES before re-raising. | |||
| 2013-12-08 | Merge pull request #1275 from qooleot/master | Tom Christie | |
| RelatedField is function of serializer class | |||
| 2013-12-09 | Merge master | Tom Christie | |
| 2013-12-08 | Merge pull request #1276 from lalkaka/master | Tom Christie | |
| Minor grammar fix -- 'team' is singular | |||
| 2013-12-09 | Drop unneeded assert | Tom Christie | |
