| Age | Commit message (Collapse) | Author |
|
https://github.com/tomchristie/django-rest-framework/issues/192
missing:
- get fields for method (currently all the same)
- tests
- right placement of code
|
|
Fix for #710
|
|
|
|
startswith can take a tuple
|
|
Display an empty label into related fields if it isn't required
|
|
|
|
|
|
|
|
|
|
fix for #765
|
|
|
|
|
|
|
|
into styling-fixes
|
|
|
|
|
|
|
|
added comment about error behavior with DEBUG=True
|
|
|
|
|
|
when writing. fixes #765
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework/issues/775
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework/issues/775
|
|
|
|
Allow nested fields to be missing
|
|
Adds BLANK_CHOICE_DASH as a choice item
|
|
|
|
Conflicts:
rest_framework/tests/fields.py
|
|
|
|
Updated the dependencies version and added the ALLOWED_HOSTS for tests.
|
|
|
|
fix function names and dotted lookups for use in PrimaryKeyRelatedField
|
|
HyperlinkedRelatedField. #694
|
|
|
|
|
|
|
|
Conflicts:
rest_framework/fields.py
rest_framework/serializers.py
rest_framework/tests/models.py
rest_framework/tests/serializer.py
Fixed all the conflicts.
|
|
|
|
PrimaryKeyRelatedField. #694
|
|
|
|
Forms in Broseable API support dynamic serializers based on request method
|