- 07 Apr, 2014 1 commit
-
-
Nicolas Delaby committed
-
- 04 Apr, 2014 2 commits
-
-
add a __str__ implementation to APIException
Carlton Gibson committed -
Add a __str__ implementation to rest_framework.exceptions.APIException. This helps for logging raised exceptions. Thanks.
jacobg committed
-
- 31 Mar, 2014 4 commits
-
-
Xavier Ordoquy committed
-
add regression tests for field Validators
Xavier Ordoquy committed -
pep8 and add issue no fix formatting for python 2.6 and strings for python 3.2
Ravi Kotecha committed -
Writable star source with instance
Xavier Ordoquy committed
-
- 23 Mar, 2014 1 commit
-
-
Xavier Ordoquy committed
-
- 22 Mar, 2014 2 commits
-
-
Fixed encoding parameter in QueryDict
Xavier Ordoquy committed -
Daniel Kontsek committed
-
- 21 Mar, 2014 2 commits
-
-
Xavier Ordoquy committed
-
authentication: allow all transport modes of access token in OAuth2Authentication
Tom Christie committed
-
- 20 Mar, 2014 3 commits
-
-
Vladislav Vlastovskiy committed
-
Update serializers.py
Tom Christie committed -
Vladislav Vlastovskiy committed
-
- 19 Mar, 2014 6 commits
-
-
Vladislav Vlastovskiy committed
-
Uses nested serializer with parent object
Vladislav Vlastovskiy committed -
elmkarami committed
-
Prevent iterating over a string that is supposed to be an iterable <==> Prevent read_only_fields = ('some_string)
elmkarami committed -
Prevent iterating over a string that is supposed to be an iterable <==> Prevent read_only_fields = ('some_string)
elmkarami committed -
RFC6750 describe three transport modes for access tokens when accessing a protected resource: - Auhthorization header with the Bearer authentication type - form-encoded body parameter - URI query parameter This patch add support for last two transport modes.
Benjamin Dauvergne committed
-
- 17 Mar, 2014 3 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Serializer fields section for 3rd-party packages
Tom Christie committed
-
- 16 Mar, 2014 1 commit
-
-
* Add new section to serializer fields page where we can list and link 3rd-party packages that provide more field types * Add an entry for drf-compound-fields
Steven Cummings committed
-
- 07 Mar, 2014 6 commits
-
-
Reintroduced url arguments in the urls for the tests.
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Add SEARCH_PARAM and ORDERING_PARAM to settings
Tom Christie committed
-
- 06 Mar, 2014 9 commits
-
-
Peter Inglesby committed
-
Unique constraint are validated even if the field is optional.
Carlton Gibson committed -
Fixes #1434
Peter Inglesby committed -
don't implicitly import provider.oauth2
Tom Christie committed -
Eric Buehl committed
-
Eric Buehl committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-