| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a tuple or list. Fixes #490.
Refactored `if self.opt.fields` out of the for loop.
Updated and cleaned up the validation-tests.
|
|
|
|
|
|
Call model's .full_clean() method, eg. to validate uniqueness
|
|
|
|
Fix for #460
|
|
https://github.com/tomchristie/django-rest-framework into #431
|
|
|