django/tests/test_client_regress
Unai Zalakain 4fdd51b732 Fixed #15179 -- middlewares not applied for test client login()
Requests made with django.test.Client.login() and logout() respect
defaults defined in django.test.Client instantiation and are processed
through middleware.

Thanks to Loic for the reviews.
2013-11-19 09:04:20 +02:00
..
bad_templates
fixtures
templates
__init__.py
models.py
session.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
tests.py Fixed #15179 -- middlewares not applied for test client login() 2013-11-19 09:04:20 +02:00
urls.py
views.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00