- 16 Dec, 2014 1 commit
-
-
Tom Christie committed
-
- 15 Dec, 2014 15 commits
-
-
Tom Christie committed
-
Use unicode internally everywhere for 'repr'.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Documentation typo
Tom Christie committed -
Jason Spafford committed
-
Tutorial text consistency for Requests and Responses
Tom Christie committed -
Tom Christie committed
-
Jason Spafford committed
-
Tom Christie committed
-
Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-rest-framework into version-3.1
Tom Christie committed -
Tom Christie committed
-
Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-rest-framework into jpadilla-exception-handler-context
Tom Christie committed -
Tom Christie committed
-
José Padilla committed
-
- 14 Dec, 2014 6 commits
-
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
- 13 Dec, 2014 10 commits
-
-
Same context as renderers which include: the view, args, kwargs, and request. This provides enough contextual information to the exception handlers to handle errors better. In a use case like #1671, a custom handler would allow Sentry to log the request properly.
José Padilla committed -
Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility
Tom Christie committed -
Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc
Brian Jacobel committed -
Better errors when serializer has incorrectly named field.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Improve error checking for nested writes.
Tom Christie committed -
Tom Christie committed
-
documentation typo
Tom Christie committed -
base-name -> base_name
Jeff Fein-Worton committed
-
- 12 Dec, 2014 8 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
`Client.logout()` also clears any `force_authenticate`
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Update CharField default min_length message.
Xavier Ordoquy committed -
Peter Schmidt committed
-