aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/urls.py
AgeCommit message (Collapse)Author
2014-09-01Regression for #1810: Test login view rendersCarlton Gibson
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19Merge masterTom Christie
2014-08-07Updated documentation for urls.pyKevin London
I made a small change in the order of the documentation for urls.py. I feel it helps make it clear which lines you should add to the root settings.
2013-09-25Drop 1.3 supportTom 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-11-14fixed some typosStephan Groß
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie