aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/utils.py
AgeCommit message (Collapse)Author
2013-02-15Added tests for PATCH form in the Browsable APIMichael Elovskikh
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-02-013.2, 3.3 compatTom Christie
2012-12-30Renaming DRFRequestFactory to RequestFactoryAndrew Hankinson
Updated tests to reflect the new name.
2012-12-20Subclass Django's RequestFactory to provide PATCH supportAndrew Hankinson