- 13 Dec, 2013 13 commits
-
-
git://github.com/philipforget/django-rest-framework…
Merge branch 'master' of git://github.com/philipforget/django-rest-framework into philipforget-master
Tom Christie committed -
Tom Christie committed
-
Add notes on lookup_prefix argument and why it's there even though unused by the default implementations.
Tom Christie committed -
'lookup_prefix' on SimpleRouter.get_lookup_regex, easing code de-duplication
Tom Christie committed -
Tom Christie committed
-
Fix default values always being False for browsable API
Tom Christie committed -
This fixes a bug that was introduced in 28ff6fb1 [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
Kevin Brown committed -
Tom Christie committed
-
Tom Christie committed
-
Fixed the nested model serializers in case of the related_name isn’t set...
Tom Christie committed -
https://github.com/tomchristie/django-rest-framework
Conflicts: docs/api-guide/routers.md
Tom Christie committed -
third-party package: wq.db
Tom Christie committed -
S. Andrew Sheppard committed
-
- 12 Dec, 2013 1 commit
-
-
Tom Christie committed
-
- 11 Dec, 2013 4 commits
-
-
Add required imports to Generating Tokens example, and update with get_user_model()
Tom Christie committed -
Because that's a better way of doing it.
OddBloke committed -
Previously we were missing User and post_save.
OddBloke committed -
Update routers.md
Tom Christie committed
-
- 10 Dec, 2013 8 commits
-
-
Reference to ```DefaultRouter``` should be ```SimpleRouter```
David Ray committed -
This allows @alanjds/drf-nested-routers to not duplicate/monkeypatch work made here
Alan Justino committed -
Refine model manager behavior so as not to use the behavior in incorrect...
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Added REST Condition to 3rd party permissions packages list.
Tom Christie committed
-
- 09 Dec, 2013 14 commits
-
-
Maxim Kamenkov committed
-
Fix typo "Not" -> "Note"
Tom Christie committed -
Ian committed
-
Tom Christie committed
-
Tom Christie committed
-
Merge branch 'issue-1231-jsonencoder' of git://github.com/mbox/django-rest-framework into mbox-issue-1231-jsonencoder
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Catch errors during parsing and set empty .DATA/.FILES before re-raising.
Tom Christie committed -
RelatedField is function of serializer class
Tom Christie committed -
Tom Christie committed
-
Minor grammar fix -- 'team' is singular
Tom Christie committed
-