summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2017-04-03Fixed #27974 -- Kept resolved templates constant during one rendering cycle.kapil garg
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson
2017-03-25Fixed #27956 -- Fixed display of errors in an {% extends %} child.Tim Graham
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan
2017-02-11Fixed #27722 -- Reallowed using django.Template in {% include %}.Tim Graham
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-06Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara
2017-02-04Refs #27546 -- Removed hardcoded class names in __repr__() methods.Mads Jensen
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-30Refs #23919 -- Assumed request COOKIES and META are strClaude Paroz
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-25Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2017-01-23Assumed iri_to_uri always returns a stringClaude Paroz
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-21Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).Mariusz Felisiak
2017-01-21Refs #5748 -- Removed obsolete Python/Windows workarounds in floatformat filter.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
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 python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2017-01-17Refs #26263 -- Removed deprecated Context.has_key().Tim Graham
2017-01-17Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin.Tim Graham
2017-01-17Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2017-01-17Refs #18651 -- Removed assignment_tag per deprecation timeline.Tim Graham
2016-12-30Fixed #26478 -- Made {% for %} reject invalid unpacking vars with quotes or v...Tim Martin
2016-12-28Fixed #27258 -- Prohibited django.Template.render() with non-dict context.Shivang Bharadwaj
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-20Fixed #27584 -- Fixed display of render time template errors.Preston Timmons
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
2016-11-24Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().Kosei Kitahara
2016-11-23Cleaned up some __getstate__() docstrings.Tim Graham
2016-11-15Fixed #27394 -- Added scientific notation support for big integers in floatfo...Mariusz Felisiak
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham