| Age | Commit message (Collapse) | Author | 
 | 
fix writing into foreign key with non-null source
 | 
 | 
Test case and fix for issue 1111
 | 
 | 
 | 
 | 
The error occurs when serializer is set with partial=True and a
field-level validation is defined on a field, for which there's no
corresponding update value in .data
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Feature: add transform_<fieldname> methods to serializers
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
opposite of validate_<fieldname> on a per-field basis.
 | 
 | 
 | 
 | 
 | 
 | 
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
 | 
 | 
 | 
 | 
 | 
 | 
 |