django/tests/test_client_regress
Chris Wilson fa7cb4ef3c Fixed #20404 -- Added a keys() method to ContextList.
It's useful to be able to list all the (flattened) keys of a
ContextList, to help you figure out why the variable that's supposed
to be there is not.

No .values() or .items() added as the definition for those aren't clear.

The patch is Chris Wilson's patch from pull request 1065 with some
modifications by committer.
2013-06-01 00:04:06 +03:00
..
bad_templates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
templates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
session.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Fixed #20404 -- Added a keys() method to ContextList. 2013-06-01 00:04:06 +03:00
urls.py Fixed #20237 -- Reenabled assertContains with binary parameter 2013-04-11 10:38:24 +02:00
views.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00