index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
Age
Commit message (
Expand
)
Author
2018-10-09
[2.1.x] Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-08-01
[2.1.x] Fixed typos in comments and docs.
luz.paz
2018-07-31
[2.1.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.
Dražen Odobašić
2018-05-25
[2.1.x] Fixed #29400 -- Fixed crash in custom template filters that use decor...
Ryan Rubin
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-05-03
Used double quotation marks for csrf form element.
CHI Cheng
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-04-04
Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs.
Jirka Vejrazka
2018-03-24
Removed unnecessary variable in Lexer.create_token().
Mads Jensen
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-23
Fixed #29154 -- Corrected examples in pluralize docstring and added tests.
Hasan Ramezani
2018-02-10
Refs #27795 -- Removed force_bytes() usage in django/template/loaders/cached.py.
Jon Dufresne
2018-02-07
Fixed #17419 -- Added json_tag template filter.
Jonas Haag
2018-01-25
Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are f...
Roger Gammans
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-19
Simplified and improved performance of floatformat filter.
Mariusz Felisiak
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-12-07
Fixed #28907 -- Removed unnecessary if statements.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-11
Removed unneeded iter() call in IfNode.nodelist.
Sergey Fedoseev
2017-10-21
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
Claude Paroz
2017-10-20
Fixed #28662 -- Silenced join template filter error if arg isn't iterable.
Mads Jensen
2017-10-18
Fixed #28711 -- Fixed unordered_list template filter with lazy translations.
Jonas Haag
2017-10-12
Simplified IfNode.nodelist
Tim Graham
2017-10-12
Removed unused ForNode.__iter__().
Tim Graham
2017-10-05
Refs #27546 -- Replaced hardcoded class name in ForNode.__repr__().
Mads Jensen
2017-10-04
Passed ignore_failures as a kwarg for readability in template tags.
Tim Graham
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-30
Removed always True if check in stringfilter decorator.
Mads Jensen
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-09-25
Merged startswith() calls.
Mariusz Felisiak
2017-09-22
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-22
Refs #28502 -- Complemented stringformat tuple handling/test.
Claude Paroz
2017-08-21
Fixed #28502 -- Made stringformat template filter accept tuples
Srinivas Reddy Thatiparthy
2017-08-07
Removed unnecessary else clause in TemplateStrings.get_template().
Srinivas Reddy Thatiparthy
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-13
Fixed #28071 -- Fixed {% extends %} origin history.
John D'Ambrosio
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Replaced some map() and filter() calls with generators.
Tom
2017-05-11
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
Alexander Allakhverdiyev
2017-04-27
Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().
Alexander Allakhverdiyev
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-06
Fixed #28001 -- Updated comment and tested context popping in ForNode.render().
kapil garg
2017-04-03
Fixed #27974 -- Kept resolved templates constant during one rendering cycle.
kapil garg
[next]