- 17 Dec, 2014 24 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Version 3.0.2
Tom Christie committed -
With httpie 0.8.0 the HTTP method has to come after the auth argument.
Tom Christie committed -
Brent O'Connor committed
-
Docs/tutorial import fixes
Tom Christie committed -
Tymur Maryokhin committed
-
Tom Christie committed
-
Fixed a typo
Tom Christie committed -
Brent O'Connor committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Fix empty HTML values when a default is provided.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Serializer API restrictions.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Set authenticated user on wrapped request
Tom Christie committed
-
- 16 Dec, 2014 3 commits
-
-
Martin Maillard committed
-
Closes #2281
Kevin Brown committed -
José Padilla committed
-
- 15 Dec, 2014 9 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
-
- 13 Dec, 2014 4 commits
-
-
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
-