.. |
templates
|
4531767700
Fixed auth context processor tests, which were not running at all previously.
|
14 år sedan |
__init__.py
|
daa6b38f35
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.
|
16 år sedan |
models.py
|
daa6b38f35
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.
|
16 år sedan |
tests.py
|
4c468800ee
Updates to the test suite to allow for newly deprecated and removed features
|
14 år sedan |
urls.py
|
4c468800ee
Updates to the test suite to allow for newly deprecated and removed features
|
14 år sedan |
views.py
|
4c468800ee
Updates to the test suite to allow for newly deprecated and removed features
|
14 år sedan |