summaryrefslogtreecommitdiff
path: root/django/conf/urls/static.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLsClaude Paroz2018-07-241-1/+2
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-2/+2
* Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan2017-03-041-1/+1
* Fixed typos in code comments.Anton Samarchyan2017-02-221-1/+1
* Slightly simplified django.conf.urls.static.static().Anton Samarchyan2017-01-261-3/+3
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-1/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-5/+5
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+2
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-111-1/+1
* Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel2011-03-151-3/+2
* Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel2011-02-161-1/+1
* Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel2011-02-141-0/+26