Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_context.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24765 -- Allowed template context updates to flatt...Buddy Lindsey, Jr2015-09-111-0/+54
* Fixed #24847 -- Prevented items set on a RequestContext f...Paweł Marczewski2015-05-271-3/+10
* Updated template tests to create their own engine.Preston Timmons2015-04-201-14/+9
* Fixed #24603 -- Allowed Context.update() to be used as a ...Tommy Beadle2015-04-141-0/+13
* 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
* 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
* Fixed bad comparison logic introduced in d97bf2e9c8971764...Baptiste Mispelon2014-02-151-1/+19
* Fixed #21765 -- Added support for comparing Context insta...Marek Wywiał2014-02-151-0/+5
* Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill2013-12-201-0/+15
* Fixed #17778 -- Prevented class attributes on context fro...Tim Graham2013-08-121-1/+10
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-0/+9
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+3
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+16