summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/tests.py
AgeCommit message (Expand)Author
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
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-01Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe...Jannis Leidel
2010-09-07Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...Luke Plant
2010-08-03Fixed #11376: added some extra tests for autoescaping subtleties.Jacob Kaplan-Moss
2010-08-03Fixed #11288: added some tests for the handling of number-like variables in t...Jacob Kaplan-Moss
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-04-15Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey
2010-04-12Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-22Fixed #12554 again: Corrected regression in silencing attribute lookups intro...Karen Tracey
2010-03-20Fixed #12554: Silence exceptions that have specified silent_variable_failure=...Karen Tracey
2010-03-16Fixed #12787: Correctly identify the template that does not exist when a temp...Karen Tracey
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2010-03-02Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...Russell Keith-Magee
2010-03-01Fixed #12992: Adjusted the new template loader code so that the templateKaren Tracey
2010-02-23Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn
2010-02-21Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...Jannis Leidel
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2010-02-21Fixed #7876 - Improved template error message to include expected end tag. Th...Jannis Leidel
2010-01-26Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-06-18Fixed #11270 -- Modified cache template tag to prevent the creation of very l...Russell Keith-Magee
2009-06-18Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to stev...Russell Keith-Magee
2009-04-11Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick