aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/parsers.py
AgeCommit message (Collapse)Author
2013-02-22defusedxml for security fix.Tom Christie
As per: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie