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
fixtures
templates
__init__.py
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
session.py
tests.py Fixed #20404 -- Added a keys() method to ContextList. 2013-06-01 00:04:06 +03:00
urls.py
views.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00