Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_context.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24765 -- Allowed template context updates to ↵Buddy Lindsey, Jr2015-09-111-0/+54
| | | | flatten a Context.
* Fixed #24847 -- Prevented items set on a RequestContext ↵Paweł Marczewski2015-05-271-3/+10
| | | | from being lost.
* Updated template tests to create their own engine.Preston Timmons2015-04-201-14/+9
| | | | This continues work to treat Django templates as a library.
* Fixed #24603 -- Allowed Context.update() to be used as a ↵Tommy Beadle2015-04-141-0/+13
| | | | context manager.
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+11
|
* Moved RequestContextTests into test_context.Preston Timmons2015-02-241-12/+71
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
|
* Fixed #24273 -- Allowed copying RequestContext more than ↵Aymeric Augustin2015-02-051-1/+6
| | | | | | once. Thanks Collin Anderson for the report.
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* Made the new template.Context.flatten() method a public API.Marek Wywiał2014-02-161-0/+11
| | | | | | That method was introduced in 9db4271bd11ac23a5a5652bbcdf8fb6d4b997651. Refs #21765.
* Fixed bad comparison logic introduced in ↵Baptiste Mispelon2014-02-151-1/+19
| | | | | | | | | d97bf2e9c8971764690caaf81a0914bc368d6b02. Refs #21765. Thanks to kezabelle for the quick report and to onjin for providing the patch.
* Fixed #21765 -- Added support for comparing Context ↵Marek Wywiał2014-02-151-0/+5
| | | | instances
* Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill2013-12-201-0/+15
| | | | It's now consistent with RenderContext.get.
* Fixed #17778 -- Prevented class attributes on context ↵Tim Graham2013-08-121-1/+10
| | | | | | from resolving as template variables. Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test.
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-0/+9
| | | | Thanks Loic Bistuer for the review.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+3
| | | | Refs #20680.
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+16