Paulo Poiati
|
b643386668
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
|
9 лет назад |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 лет назад |
Alex Morozov
|
13dba4dba3
Fixed #25780 -- Removed redundant status code assertions from tests
|
9 лет назад |
Travis Jensen
|
1a09b3c398
Fixed #25424 -- Use force_str for test client URLs.
|
9 лет назад |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 лет назад |
pscottdevos
|
7fa1dd8a80
Fixed #25163 -- Fixed exception handling in nested test client requests.
|
9 лет назад |
Jon Dufresne
|
b44dee16e6
Fixed #20916 -- Added Client.force_login() to bypass authentication.
|
9 лет назад |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 лет назад |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 лет назад |
Josh Smeaton
|
39a7eed1bb
Converted test fixtures to setUpTestData methods
|
10 лет назад |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 лет назад |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 лет назад |
Berker Peksag
|
47789410db
Corrected deprecation warnings for RedirectView; refs #21587.
|
10 лет назад |
Berker Peksag
|
9a30acad8a
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
|
10 лет назад |
Rigel Di Scala
|
28634394f5
Fixed #23606 -- Implemented Client and RequestFactory trace() methods.
|
10 лет назад |
Loic Bistuer
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 лет назад |
Greg Chapple
|
bf743a4d57
Fixed #16087 -- Added ResolverMatch instance to test client response.
|
10 лет назад |
Alex Gaynor
|
1dcc603eff
Fixed several typos in Django
|
10 лет назад |
Claude Paroz
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 лет назад |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 лет назад |
Marc Tamlyn
|
2607fa9016
Fixed #21774 -- Isolate all test urls from eachother.
|
11 лет назад |
Unai Zalakain
|
9eb16031ca
Fixed #12571 -- Attached originating WSGIRequest to test client responses.
|
11 лет назад |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 лет назад |
Claude Paroz
|
384816fccb
Fixed #21448 -- Fixed test client logout with cookie-based sessions
|
11 лет назад |
coagulant
|
8eec2d93b6
Fixed all E261 warnings
|
11 лет назад |
Jason Myers
|
c3791463a5
Fixing E302 Errors
|
11 лет назад |
Tim Graham
|
36ded01527
Fixed #21302 -- Fixed unused imports and import *.
|
11 лет назад |
Unai Zalakain
|
99b681e227
Fixed #21341 -- Eased https requests with the test client
|
11 лет назад |
Alex Gaynor
|
9d740eb8b1
Fix all violators of E231
|
11 лет назад |
Bouke Haarsma
|
3565efaa45
Removed some direct settings manipulations in tests; refs #21230.
|
11 лет назад |