| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
parameterize identity field serializer class to allow for easier subclassing
|
|
|
|
|
|
|
|
|
|
|
|
Spelling correction on read_only_fields err msg
|
|
just spotted extras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfix: Fix run validation layer with invalid data
|
|
Closes #471
|
|
HyperlinkedIdentityField
|
|
|
|
|
|
|
|
https://github.com/grimborg/django-rest-framework into improved-options-support
|
|
|
|
|
|
|
|
Conflicts:
rest_framework/serializers.py
rest_framework/tests/serializer.py
Fixed conflicts
|
|
|
|
|
|
All relations pointing to ManyToManyFields should default to read-only
|
|
Fix for #710
|
|
|
|
fix for #765
|
|
when writing. fixes #765
|
|
|
|
|
|
|
|
|
|
Conflicts:
rest_framework/fields.py
rest_framework/serializers.py
rest_framework/tests/models.py
rest_framework/tests/serializer.py
Fixed all the conflicts.
|
|
|
|
|
|
|
|
writable-nested-modelserializer
Conflicts:
rest_framework/tests/relations_nested.py
|
|
|
|
Closes #688
|
|
|
|
|
|
|
|
PendingDeprecationWarnings added.
|