summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/tests.py
AgeCommit message (Expand)Author
2012-02-22Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...Chris Beaven
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-14Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...Aymeric Augustin
2012-01-24Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...Julien Phalip
2011-12-17Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...Aymeric Augustin
2011-12-09Fixed #17348 -- Implemented {% elif %}. Refs #3100.Aymeric Augustin
2011-12-09Added a test that 'firstof' template filter doesn't auto-escape. cycle tag al...Adrian Holovaty
2011-11-21Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...Aymeric Augustin
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-09Fixed #16780 -- Removed a timing sensitive test from the template test suite....Russell Keith-Magee
2011-08-30Fixed #16717 -- Added ability to store result of trans template tag in contex...Jannis Leidel
2011-08-25Fixed #16677 -- Fixed the future version of the ssi template tag to work with...Julien Phalip
2011-08-12Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-11Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...Jannis Leidel
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-06-05Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales
2011-06-04Fixed import error that was causing EggLoader tests not to be runLuke Plant
2011-05-22Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-17Fixes #15721 -- Make {% include %} and RequestContext work together again.Chris Beaven
2011-04-17Fixes #15814 -- Added a test util to abstract the process of using a test tem...Chris Beaven
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-10Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee
2011-03-02Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...Jannis Leidel
2011-02-04Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...Russell Keith-Magee
2011-01-27Fixed #14818 -- Added explicit tests for the way that the cycle tag handles e...Russell Keith-Magee
2011-01-27Fixed #15041 -- Added tests for the spaceless tag interacting with escaping. ...Russell Keith-Magee
2011-01-21Fixed a few translation related tests:Jannis Leidel
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-19Fixed #7153 -- _resolve_lookup now does a better job of resolving callables a...Chris Beaven
2010-12-19Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...Russell Keith-Magee
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-04Converted templates doctests into unittests. We have always been at war with...Alex Gaynor
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-10-16Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ...Jannis Leidel