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
2014-08-11
Fixed #23261 -- Deprecated old style list support for unordered_list filter.
Jaap Roes
2014-07-31
Fixed #16383 -- Raised the AttributeError raised in property of an object whe...
Anubhav Joshi
2014-07-26
Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetag
qingfeng
2014-07-24
Fixed #21707 -- Added helpful error message when using {{ block.super }} in b...
Anubhav Joshi
2014-07-14
Fixed #22789 -- Deprecated django.contrib.webdesign.
Tim Graham
2014-07-01
Fixed #22933 -- Deprecated django.template.resolve_variable().
Tim Graham
2014-06-10
Fixed #22798 -- `pluralize()` now adds plural_suffix for any `1 < d < 2`
Moayad Mardini
2014-06-05
Fixed #18400 -- Modified length template filter to return 0 for unknown varia...
Susan Tan
2014-04-08
Fixed #13408 -- Deprecated silent unpacking exception passing in for template...
e0ne
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-22
Fixed #22294 -- Prevented converting length filter output to string
Claude Paroz
2014-03-21
Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...
Tim Graham
2014-03-21
Removed fix_ampersands template filter per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-28
Removed Django 1.5 upgrade hints for {% url %} tag.
Tim Graham
2014-02-23
Removed incorrect statement from docstring
Patrick Robertson
2014-02-22
Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...
Baptiste Mispelon
2014-02-16
Made the new template.Context.flatten() method a public API.
Marek Wywiał
2014-02-15
Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...
Baptiste Mispelon
2014-02-15
Fixed #21765 -- Added support for comparing Context instances
Marek Wywiał
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2014-02-08
Fixed #21959 -- Handled Inf/NaN in widthratio tag.
Aymeric Augustin
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
Allowed more easily subclassing of BlockNode tags.
Mitar
2014-01-19
Moved the loader tags registration with the other builtins.
Baptiste Mispelon
2013-12-27
Don't try to load app directory templates from apps with a path (eg eggs)
Florian Apolloner
2013-12-27
Properly app_template_dirs when INSTALLED_APPS change.
Florian Apolloner
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-19
Small flake8 fixes -- number of blank lines between top level definitions
Alex Gaynor
2013-12-20
Fixed #21639 -- Implemented RenderContext.__getitem__
Alex Hill
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Moved imports to the top of the defaultfilters module.
Aymeric Augustin
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-22
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo Martín
2013-11-09
Fixed spelling of compatibility.
Tim Graham
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-21
Fixed E227 pep8 warnings
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
[prev]
[next]