aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/negotiation.py
AgeCommit message (Collapse)Author
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-02-04Use request.QUERY_PARAMS internallyTom Christie
(instead of request.GET)
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-05User .accepted_renderer, .accepted_media_typeTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie