aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/throttling.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.
2012-11-13fixed a bug on testing throttling headersLudwig Kraatz
after changing the headers storing of reponse
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie