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
/
contrib
/
staticfiles
/
views.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-05-13
Refs #28593 -- Changed url() to path() in comments following URL routing chan...
Tobias Bengfort
2017-03-17
Fixed #27948 -- Removed incorrect unquote() in static serving views.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-31
Made django.test.testcases not depend on staticfiles contrib app.
Ramiro Morales
2013-07-31
Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is ...
Tai Lee
2013-02-23
Fixed embarrassing typo in last commit.
Jannis Leidel
2013-02-23
Removes document_root argument from django.contrib.staticfiles.views.serve
fako
2013-01-29
Fixed typos in docs and comments
Tim Graham
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2011-07-04
Fixed #15765 -- Stopped showing an odd error message when using the staticfil...
Jannis Leidel
2011-02-14
Modified the staticfiles serve view to return a 404 early in the stack.
Jannis Leidel
2011-02-14
Fixes #15270 -- Moved back the serve view to django.views.static due to depen...
Jannis Leidel
2010-12-31
Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...
Jannis Leidel
2010-11-30
Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...
Ramiro Morales
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel