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