- 21 Aug, 2015 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 20 Aug, 2015 7 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 19 Aug, 2015 6 commits
-
-
Raise error when `source=` use on a child.
Tom Christie committed -
Closes #3292
José Padilla committed -
Add import to example for filtering
Tom Christie committed -
`from rest_framework import filters` was missing from one of the examples
Joe Simpson committed -
Fix typos in comments
Tom Christie committed -
Florian Hoornaar committed
-
- 18 Aug, 2015 2 commits
-
-
Cached the field's root and context property
Tom Christie committed -
Omer Katz committed
-
- 13 Aug, 2015 4 commits
-
-
Tom Christie committed
-
Resolved issue with rendering of nested serializers form when value is None
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
- 12 Aug, 2015 2 commits
-
-
Update 2-requests-and-responses.md
Tom Christie committed -
just a small error, the trailing slash in the url should be omitted when adding a .suffix
ThaJay committed
-
- 11 Aug, 2015 5 commits
-
-
Jeffrey de Lange committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 10 Aug, 2015 8 commits
-
-
Raise error if passed a serializer instance
Tom Christie committed -
Tom Christie committed
-
Add a method to return the string value used in `choices` of a `RelatedField`
Tom Christie committed -
The `display_value` method returns a text type.
James Beith committed -
James Beith committed
-
James Beith committed
-
James Beith committed
-
Returns the text representation of the instance. Subclasses can override this method to provide a different display value used for populating the `choices` property.
James Beith committed
-
- 07 Aug, 2015 2 commits
-
-
Using the ModelSerializer with a model containing a GenericIPAddressField produces duplicated validation error messages.
Ryan Kaneshiro committed -
José Padilla committed
-