| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Closes #2021.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The JSON encoder now uses tuples instead of lists
|
|
|
|
|
|
|
|
Tuples take a little less memory which is significant when serializing a lot of objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view-description-as-promise
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue #1708
|
|
Conflicts:
.travis.yml
docs/api-guide/fields.md
docs/api-guide/routers.md
docs/topics/release-notes.md
rest_framework/authentication.py
rest_framework/serializers.py
rest_framework/templatetags/rest_framework.py
rest_framework/tests/test_authentication.py
rest_framework/tests/test_filters.py
rest_framework/tests/test_hyperlinkedserializers.py
rest_framework/tests/test_serializer.py
rest_framework/tests/test_testing.py
rest_framework/utils/encoders.py
tox.ini
|
|
|
|
|
|
Conflicts:
.travis.yml
docs/api-guide/routers.md
docs/topics/release-notes.md
rest_framework/compat.py
|