aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/testcases.py
AgeCommit message (Collapse)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru ↵Tom Christie
1.6 import compatability
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie