| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Issue 747 lazy strings serialized | 
|  |  | 
|  |  | 
|  |  | 
|  | Conflicts:
	rest_framework/serializers.py
	rest_framework/tests/serializer.py
Fixed conflicts | 
|  |  | 
|  |  | 
|  | Fix for #710 | 
|  |  | 
|  |  | 
|  | fix for #765 | 
|  |  | 
|  |  | 
|  |  | 
|  | when writing. fixes #765 | 
|  |  | 
|  |  | 
|  |  | 
|  | Allow nested fields to be missing | 
|  |  | 
|  | Conflicts:
	rest_framework/tests/fields.py | 
|  |  | 
|  |  | 
|  | 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 | 
|  |  | 
|  | Serializer fields which are themselves serializers should not be required.
Specifically, if a nested object is set to "required=False", it should be
possible to serialize the main object and have the sub-object set to None/null. | 
|  |  | 
|  | PendingDeprecationWarnings added. | 
|  |  | 
|  |  | 
|  |  | 
|  | Basic bulk create and bulk update | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | index of bad item in data plus usual errors dict | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Yuck, pickle is weird.  Closes #645. | 
|  |  |