summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates
AgeCommit message (Expand)Author
2011-03-03[1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...Russell Keith-Magee
2011-03-02Fixed typo in r15710.Jannis Leidel
2011-03-02[1.2.X] Fixed #15535 -- Stopped the blocktrans template tag from raising a Ke...Jannis Leidel
2011-02-20[1.2.X] Ensure render_to_string leaves the context instance stack in the stat...Chris Beaven
2011-02-04[1.2.X] Fixed #14046 -- Made {% include %} behave the same, regardless of whe...Russell Keith-Magee
2011-01-27[1.2.X] Fixed #14818 -- Added explicit tests for the way that the cycle tag h...Russell Keith-Magee
2011-01-27[1.2.X] Fixed #15041 -- Added tests for the spaceless tag interacting with es...Russell Keith-Magee
2010-11-11[1.2.X] Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-08[1.2.X] Corrected some backporting errors in the template tests.Russell Keith-Magee
2010-11-04[1.2.X] Converted templates doctests into unittests. We have always been at ...Alex Gaynor
2010-11-02[1.2.X] Fixed a few more cases of the tests not properly restoring sys.path (...Alex Gaynor
2010-10-21[1.2.X] Revert [13850], this was a new feature not a bugfix.Chris Beaven
2010-10-16[1.2.X] Fixed #14126 -- Fixed an issue with changes to the blocktrans tag int...Jannis Leidel
2010-10-01[1.2.X] Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if t...Jannis Leidel
2010-09-13[1.2.X] Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-12[1.2.X] Modified the egg template loader tests; firstly to ensure that we are...Russell Keith-Magee
2010-09-12[1.2.X] Fixed #13702 -- Made sure to actually fall back to the l10n format st...Jannis Leidel
2010-09-07[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup...Luke Plant
2010-08-03[1.2.X] Fixed #11377: the template join filter now correctly escapes the join...Jacob Kaplan-Moss
2010-08-03[1.2.X] Fixed #11376: added some extra tests for autoescaping subtleties.Jacob Kaplan-Moss
2010-08-03[1.2.X] Fixed #11288: added some tests for the handling of number-like variab...Jacob Kaplan-Moss
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-04-15Add file mistakenly left out of r12986. Refs #13334.Karen Tracey
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-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
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 #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...Joseph Kocherhans
2010-02-23Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...Justin Bronn
2010-02-22Clarified a comment from [11687].Jacob Kaplan-Moss
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
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-02-13Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee
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-12Fixed #11972: Corrected title filter handling of numbers followed by letters....Karen Tracey
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-09-10Fixed #11833: name conflict in filter test.Luke Plant
2009-06-18Fixed #11270 -- Modified cache template tag to prevent the creation of very l...Russell Keith-Magee