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
/
tests
/
regressiontests
/
templates
Age
Commit message (
Expand
)
Author
2012-02-21
Fixed #17660 -- Standardize extends tag token parsing
Chris Beaven
2012-02-14
Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...
Aymeric Augustin
2012-02-09
Fixed #16416 -- Added two new date formatting options for timezones and ISO w...
Jannis Leidel
2012-01-24
Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...
Julien Phalip
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-17
Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...
Aymeric Augustin
2011-12-09
Fixed #17348 -- Implemented {% elif %}. Refs #3100.
Aymeric Augustin
2011-12-09
Added a test that 'firstof' template filter doesn't auto-escape. cycle tag al...
Adrian Holovaty
2011-11-21
Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...
Aymeric Augustin
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-30
Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...
Luke Plant
2011-09-27
Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...
Julien Phalip
2011-09-21
Fixed #16866 -- Clearer error message if empty list is passed to select_templ...
Carl Meyer
2011-09-18
Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...
Julien Phalip
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-09
Fixed #16780 -- Removed a timing sensitive test from the template test suite....
Russell Keith-Magee
2011-08-30
Fixed #16717 -- Added ability to store result of trans template tag in contex...
Jannis Leidel
2011-08-25
Fixed #16677 -- Fixed the future version of the ssi template tag to work with...
Julien Phalip
2011-08-12
Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...
Jannis Leidel
2011-07-29
Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...
Jannis Leidel
2011-07-25
Add some simple regression tests for the truncatechars filter. Refs #16510.
Chris Beaven
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-11
Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...
Jannis Leidel
2011-06-11
Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...
Jannis Leidel
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2011-06-05
Enhanced a bit the documentation and docstring for the url template tag. Also...
Ramiro Morales
2011-06-04
Fixed import error that was causing EggLoader tests not to be run
Luke Plant
2011-05-22
Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...
Chris Beaven
2011-05-07
Minor renaming for consistency.
Jannis Leidel
2011-05-07
Fixed #15263 -- Added support for format localization to the now template tag...
Jannis Leidel
2011-05-03
Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...
Jannis Leidel
2011-04-28
Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...
Jannis Leidel
2011-04-19
Fixed #15791 - method to signal that callable objects should not be called in...
Luke Plant
2011-04-17
Fixes #15721 -- Make {% include %} and RequestContext work together again.
Chris Beaven
2011-04-17
Fixes #15814 -- Added a test util to abstract the process of using a test tem...
Chris Beaven
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-03-15
Added file mistakenly ommitted from r15819
Russell Keith-Magee
2011-03-15
Fixed #14960 -- Added tests for inclusion tags. Thanks to Julien Phalip for t...
Russell Keith-Magee
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-03-10
Fixed #15572 - include with "only" option discards context properties (such a...
Luke Plant
2011-03-08
Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-03
Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...
Russell Keith-Magee
2011-03-02
Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...
Jannis Leidel
2011-02-20
Ensure render_to_string leaves the context instance stack in the state it was...
Chris Beaven
2011-02-04
Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...
Russell Keith-Magee
[prev]
[next]