Merge branch 'restframework2' of…
Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-framework into improved-view-decorators * 'restframework2' of git://github.com/tomchristie/django-rest-framework: (56 commits) Bits of cleanup Add request.QUERY_PARAMS Add readonly 'id' field Tweak browseable API Don't display readonly fields Fix some bits of serialization Add csrf note Fix incorrect bit of tutorial Added tox.ini Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing Clean up bits of templates etc Hack out bunch of unneccesary private methods on View class Clean up template tags Remove dumbass __all__ variables Remove old 'djangorestframework directories Change package name: djangorestframework -> rest_framework Dont strip final '/' Use get_script_prefix to play nicely if not installed at the root. ... Conflicts: rest_framework/decorators.py
Showing
djangorestframework/response.py
deleted
100644 → 0
djangorestframework/tests/accept.py
deleted
100644 → 0
docs/topics/browsable-api.md
0 → 100644
docs/topics/changelog.md
0 → 100644
docs/topics/rest-hypermedia-hateoas.md
0 → 100644
rest_framework/negotiation.py
0 → 100644
rest_framework/resources.py
0 → 100644
rest_framework/response.py
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
8.57 KB
12.5 KB
rest_framework/tests/response.py
0 → 100644
tox.ini
0 → 100644