index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
templatetags
/
static.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-02
Fixed #32919 -- Optimized lexing & parsing of templates.
Keryn Knight
2021-05-12
Refs #24121 -- Added__repr__() to StaticNode.
saeedblanchette
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-12-19
Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.
Tim Graham
2016-12-19
Refs #25484 -- Removed incorrect unquoting in {% static %}.
Tim Graham
2016-12-17
Fixed #25484 -- Made {% static %} render escaped URLs.
alix-
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-02-12
Subclassed template.Node instead of Node for consistency.
Nik Nyby
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-02-23
Used token.split_contents() for tokenisation in template tags accepting varia...
Baptiste Mispelon
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-07
Fixed #18254 -- Added ability to the static template tags to store the result...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel