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
/
tests.py
Age
Commit message (
Expand
)
Author
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
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-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 #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
Fixed #15263 -- Added support for format localization to the now template tag...
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-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-04
Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...
Russell Keith-Magee
2011-01-27
Fixed #14818 -- Added explicit tests for the way that the cycle tag handles e...
Russell Keith-Magee
2011-01-27
Fixed #15041 -- Added tests for the spaceless tag interacting with escaping. ...
Russell Keith-Magee
2011-01-21
Fixed a few translation related tests:
Jannis Leidel
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-12-19
Fixed #7153 -- _resolve_lookup now does a better job of resolving callables a...
Chris Beaven
2010-12-19
Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...
Russell Keith-Magee
2010-12-18
Fixes #7817 and #9456.
Chris Beaven
2010-12-12
Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...
Jannis Leidel
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-04
Converted templates doctests into unittests. We have always been at war with...
Alex Gaynor
2010-11-02
Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...
Russell Keith-Magee
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-10-16
Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ...
Jannis Leidel
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-01
Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe...
Jannis Leidel
2010-09-07
Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...
Luke Plant
2010-08-03
Fixed #11376: added some extra tests for autoescaping subtleties.
Jacob Kaplan-Moss
2010-08-03
Fixed #11288: added some tests for the handling of number-like variables in t...
Jacob Kaplan-Moss
2010-04-19
Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...
Russell Keith-Magee
2010-04-15
Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...
Karen Tracey
2010-04-12
Refs #13167 -- Corrected a regression in the way non-existent variables are h...
Russell Keith-Magee
2010-04-10
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...
Russell Keith-Magee
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
[prev]
[next]