aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/parsers.py
AgeCommit message (Collapse)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-04Codebase improvements on FileUploadParserMichael Elovskikh
* Added docstrings. * Added `FileUploadParser.get_filename` to make it easier to override. * Added url kwargs filename detection step. * Updated tests corresponding to these changes.
2013-05-03Tests for FileUploadParserMichael Elovskikh
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