summaryrefslogtreecommitdiff
path: root/tests/template_tests
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Fixed #25848 -- Set template origin on each node.Preston Timmons2016-01-261-0/+9
* [1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-2/+2
* [1.9.x] Fixed #25423 -- Made error message for unknown template tag more help...Pindi Albert2015-10-051-5/+12
* Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...Nick Johnson2015-09-211-3/+48
* Refs #18773 -- Improved template variable exception logging message.Nick Johnson2015-09-211-6/+15
* Refs #25422 -- Added a test for a template tag with type annotations.Thomas Orozco2015-09-182-0/+15
* Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith2015-09-153-6/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-1216-39/+123
* Fixed #24765 -- Allowed template context updates to flatten a Context.Buddy Lindsey, Jr2015-09-111-0/+54
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-122-0/+19
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-082-5/+5
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-12/+12
* Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek2015-07-272-5/+40
* Corrected HTML-escaping behaviour of url template tag.Luke Plant2015-07-211-1/+10
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+1
* Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville2015-07-011-0/+35
* Used %r in the TextNode repr to show newlines better.Ned Batchelder2015-06-301-1/+17
* Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant2015-06-292-0/+41
* Fixed #25031 -- Fixed a regression in the unordered_list template filter.Noam2015-06-271-0/+7
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-2413-73/+73
* Fixed #23516 -- Added caching of include tag Template objectsMatthew Somerville2015-06-061-0/+14
* Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich2015-06-021-10/+27
* Fixed #24847 -- Prevented items set on a RequestContext from being lost.Paweł Marczewski2015-05-271-3/+10
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-2123-78/+239
* Refs #24652 -- Converted a template test to avoid executing queries.Simon Charette2015-05-201-2/+2
* Fixed template_tests failure on Windows.Tim Graham2015-04-281-2/+4
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-2213-36/+344
* Updated template tests to create their own engine.Preston Timmons2015-04-2011-172/+154
* Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle2015-04-141-0/+13
* Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford2015-04-141-0/+7
* Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Preston Timmons2015-04-015-1/+37
* Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson2015-03-271-0/+71
* Cleaned up the template debug implementation.Preston Timmons2015-03-206-49/+51
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+11
* Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets.Tim Graham2015-03-101-0/+20
* Fixed escaping regression in urlize filter.Tim Graham2015-03-102-10/+10
* Fixed #24464 -- Made built-in HTML template filter functions escape their inp...Erik Romijn2015-03-097-9/+128
* Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham2015-03-072-2/+8
* Fixed urlize regression with entities in query stringsClaude Paroz2015-03-061-0/+8
* Fixed test_notafile_error to pass on Windows.Preston Timmons2015-03-051-1/+1
* Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons2015-03-031-6/+33
* Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons2015-03-022-26/+44
* Fixed #24409 -- Combined the app_directories and filesystem loader implementa...Preston Timmons2015-03-021-3/+17
* Cleaned up template directory handling in template tests.Preston Timmons2015-02-242-7/+3
* Combined TemplateTests and TemplateRegressionTests.Preston Timmons2015-02-241-13/+15
* Moved test_token_smart_split into ParserTests.Preston Timmons2015-02-242-9/+11
* Moved ifchanged tests into syntax_tests/test_if_changed.py.Preston Timmons2015-02-242-28/+35
* Moved cache tests into syntax_tests/test_cache.py.Preston Timmons2015-02-242-43/+46
* Moved RequestContextTests into test_context.Preston Timmons2015-02-242-68/+74
* Moved TemplateTagLoading cases into test_custom.Preston Timmons2015-02-242-38/+40