summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_context.py
AgeCommit message (Expand)Author
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2019-02-21Fixed typos in tests/template_tests/test_context.py.Tim Graham
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26263 -- Removed deprecated Context.has_key().Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-08-09Fixed #26830 -- Prevented the 'with' templatetag from resetting the cycle var...Alexander Schrijver
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-02-23Fixed #26263 -- Deprecated Context.has_key()Tim Graham
2015-09-11Fixed #24765 -- Allowed template context updates to flatten a Context.Buddy Lindsey, Jr
2015-05-27Fixed #24847 -- Prevented items set on a RequestContext from being lost.Paweł Marczewski
2015-04-20Updated template tests to create their own engine.Preston Timmons
2015-04-14Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-02-24Moved RequestContextTests into test_context.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-02-16Made the new template.Context.flatten() method a public API.Marek Wywiał
2014-02-15Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...Baptiste Mispelon
2014-02-15Fixed #21765 -- Added support for comparing Context instancesMarek Wywiał
2013-12-20Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill
2013-08-12Fixed #17778 -- Prevented class attributes on context from resolving as templ...Tim Graham
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons