| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
writable-nested-modelserializer
Conflicts:
docs/api-guide/serializers.md
|
|
|
|
|
|
|
|
redefine bool()ean-ness.
If the model we're using the ModelSerializer for has redefined methods that act as a boolean (__bool__ or __len__), it may not return the object even though it is_valid(), and should.
|
|
|
|
|