aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/urlpatterns.py
AgeCommit message (Collapse)Author
2013-11-14Update urlpatterns.pyjgomezb
Allow numbers in format extension.
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-01-21Don't do an inverted if test.Tom Christie
2013-01-19Include kwargs in included URLsTom Christie
2013-01-19Drop print statementTom Christie
2013-01-19`format_suffix_patterns` now support `include`-style nested URL patterns. ↵Tom Christie
Fixes #593
2012-12-27Use compat import of urlpatternsTom Christie
2012-11-14fixed some typosStephan Groß
2012-10-19docs, docs, docs, docs, docs, docs, docsTom Christie
2012-10-09Added quickstart guideTom Christie
2012-10-05Fix bug in format suffix patternsTom Christie
2012-10-05Fix bug in format suffix patternsTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie