Luke Plant 4531767700 Fixed auth context processor tests, which were not running at all previously. il y a 14 ans
..
templates 4531767700 Fixed auth context processor tests, which were not running at all previously. il y a 14 ans
__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. il y a 16 ans
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. il y a 16 ans
tests.py 4c468800ee Updates to the test suite to allow for newly deprecated and removed features il y a 14 ans
urls.py 4c468800ee Updates to the test suite to allow for newly deprecated and removed features il y a 14 ans
views.py 4c468800ee Updates to the test suite to allow for newly deprecated and removed features il y a 14 ans