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
Age
Commit message (
Expand
)
Author
2020-09-29
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...
Jacob Walls
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2018-12-19
Replaced loop with dictionary comprehension.
Toivo Mattila
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-03-21
Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py do...
Tim Graham
2017-11-07
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...
Claude Paroz
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-03-15
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
Bo Marchman
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27546 -- Removed hardcoded class names in __repr__() methods.
Mads Jensen
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
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-
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-09-23
Refs #22306 -- Removed cycle/firstof template tags from "future".
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-07-01
Fixed #21695 -- Added asvar option to blocktrans.
Matthew Somerville
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-02
Fixed #24230 -- Added translated language name for i18n template tag/filter.
Tomáš Ehrlich
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-12
Subclassed template.Node instead of Node for consistency.
Nik Nyby
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-17
Removed ssi/url tags from future per deprecation timeline; refs #21939.
Tim Graham
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
Aymeric Augustin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-28
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
Maxime Turcotte
2014-03-21
Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-16
Fixed #21939 -- Deprecated loading ssi/url tags from future.
Zbigniew Siciarz
2014-02-08
Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktrans
Claude Paroz
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
[next]