index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
urls
/
static.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-07-24
Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLs
Claude Paroz
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-22
Fixed typos in code comments.
Anton Samarchyan
2017-01-26
Slightly simplified django.conf.urls.static.static().
Anton Samarchyan
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-03-15
Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...
Jannis Leidel
2011-02-16
Fixed #15314 -- Added tests for the static URL pattern function added in r155...
Jannis Leidel
2011-02-14
Fixes #15270 -- Moved back the serve view to django.views.static due to depen...
Jannis Leidel