1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/regressiontests/context_processors
2011-04-02 08:44:47 +00:00
..
templates/context_processors Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. 2010-11-20 06:22:28 +00:00
__init__.py Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use request.REQUEST for that instead. 2008-08-03 19:55:26 +00:00
models.py Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use request.REQUEST for that instead. 2008-08-03 19:55:26 +00:00
tests.py Updates to the test suite to allow for newly deprecated and removed features 2011-04-02 08:44:47 +00:00
urls.py Updates to the test suite to allow for newly deprecated and removed features 2011-04-02 08:44:47 +00:00
views.py Updates to the test suite to allow for newly deprecated and removed features 2011-04-02 08:44:47 +00:00