| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
Need to track outcome of Django's #19733, and decide on approach
accordingly.
|
|
|
|
Mostly adding `from __future__ import unicode_literals` everywhere.
|
|
Conflicts:
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_slug.py
|
|
|
|
working
Conflicts:
rest_framework/authentication.py
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/settings.py
rest_framework/tests/authentication.py
rest_framework/tests/genericrelations.py
rest_framework/tests/generics.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_nested.py
rest_framework/tests/relations_pk.py
rest_framework/tests/serializer.py
|
|
|
|
|
|
Conflicts:
rest_framework/relations.py
|
|
|
|
custom restore_object method. Fixes #623.
|
|
|
|
(Test also incoming)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
types. Fixes #402.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for #514
|
|
|
|
to @n8agrin for the bug report.
|
|
|
|
|
|
|
|
|
|
|