- 18 May, 2013 29 commits
-
-
fix for #765
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
added comment about error behavior with DEBUG=True
Tom Christie committed -
Tom Christie committed
-
when source='*' on a nested serializer, expand fields into outer serializer when writing. fixes #765
Craig de Stigter committed -
Tom Christie committed
-
Oscar Vilaplana committed
-
Tom Christie committed
-
Allow nested fields to be missing
Tom Christie committed -
Adds BLANK_CHOICE_DASH as a choice item
Tom Christie committed -
Pablo Recio committed
-
Conflicts: rest_framework/tests/fields.py
Pablo Recio committed -
Pablo Recio committed
-
Updated the dependencies version and added the ALLOWED_HOSTS for tests.
Tom Christie committed -
Pablo Recio committed
-
fix function names and dotted lookups for use in PrimaryKeyRelatedField
Tom Christie committed -
add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and HyperlinkedRelatedField. #694
Craig de Stigter committed -
Tom Christie committed
-
Craig de Stigter committed
-
Craig de Stigter committed
-
Xavier Ordoquy committed
-
Forms in Broseable API support dynamic serializers based on request method
Tom Christie committed -
Tom Christie committed
-
Craig de Stigter committed
-
- 17 May, 2013 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Fix typo + grammar in viewsets docs
Tom Christie committed -
Johannes committed
-
Michael Elovskikh committed
-
- 16 May, 2013 5 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
HyperlinkedIdentityField uses `lookup_field` kwarg.
Tom Christie committed -
According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer
Andy Freeland committed
-