summaryrefslogtreecommitdiff
path: root/django/templatetags/static.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-02Fixed #32919 -- Optimized lexing & parsing of templates.Keryn Knight
2021-05-12Refs #24121 -- Added__repr__() to StaticNode.saeedblanchette
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-12-19Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.Tim Graham
2016-12-19Refs #25484 -- Removed incorrect unquoting in {% static %}.Tim Graham
2016-12-17Fixed #25484 -- Made {% static %} render escaped URLs.alix-
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-02-12Subclassed template.Node instead of Node for consistency.Nik Nyby
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-02-23Used 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-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel