| Age | Commit message (Collapse) | Author |
|
Issue 747 lazy strings serialized
|
|
|
|
|
|
Fix for #710
|
|
|
|
|
|
fix for #765
|
|
|
|
|
|
when writing. fixes #765
|
|
|
|
|
|
|
|
Allow nested fields to be missing
|
|
|
|
Conflicts:
rest_framework/tests/fields.py
|
|
|
|
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.
|
|
|
|
|
|
|
|
Closes #643.
|
|
|
|
|
|
|
|
DictWithMetadata.__getstate__ was never called (Fix for 645)
|
|
Because __mro__ is a list of classes and not instances.
DictWithMetadata.__getstate__ was never called
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
|
|
|
|
|
|
|