Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 years ago |
Tim Graham
|
294d0d8815
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
|
9 years ago |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
Tim Graham
|
77f50c9cfc
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
|
9 years ago |
Tim Graham
|
a5619f7ed3
Fixed #25860 -- Documented a transaction leak possiblity in TestCase.
|
9 years ago |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 years ago |
Agnieszka Lasyk
|
1f8dad6915
Fixed #25755 -- Unified spelling of "website".
|
9 years ago |
Tim Graham
|
81006b9657
Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests.
|
9 years ago |
Tim Graham
|
6b5ae92927
Made LiveServerTestCase example use StaticLiveServerTestCase.
|
9 years ago |
薛丞宏
|
484edc81c1
Clarified that the test client response content attribute is bytes.
|
9 years ago |
Benjamin Wohlwend
|
2b9eed41fa
Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
1392aff440
Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.
|
9 years ago |
Aymeric Augustin
|
326bc0955b
Allowed a port range for the liveserver by default.
|
10 years ago |
Markus Holtermann
|
f33607ce0b
Fixed style issues in testing docs
|
9 years ago |
Anton Strogonoff
|
20787b5c29
Used consistent capitalization and hyphenation of "class-based views" in docs.
|
9 years ago |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 years ago |
Tim Graham
|
6bb4f07372
Clarified assertRaisesMessage() behavior with respect to the message.
|
9 years ago |
Tim Graham
|
d27e0f04a6
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
|
9 years ago |
Jon Dufresne
|
b44dee16e6
Fixed #20916 -- Added Client.force_login() to bypass authentication.
|
9 years ago |
Tim Graham
|
fbc618c13c
Refs #24987 -- Documented that Client.login() rejects inactive users.
|
9 years ago |
Moritz Sichert
|
296919e7a5
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
|
9 years ago |
Andy McKay
|
4525a0c466
Fixed #24773 -- Added a json() method on test client responses.
|
10 years ago |
Simon Charette
|
c15b0c2792
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
|
10 years ago |
Tim Graham
|
a0175724b0
Added docs for assertRaisesMessage as context manager.
|
10 years ago |
Ian Foote
|
c21b832c12
Fixed typo in docs/topics/testing/tools.txt
|
10 years ago |
Adam Zapletal
|
0cf7477ed8
Fixed a typo and formatting consistency in testing tools docs
|
10 years ago |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 years ago |
Sean Wang
|
eba6dff581
Fixed #24358 -- Corrected code-block directives for console sessions.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |