Michael Scott
|
3c447b108a
Fixed #15143 -- Doc'd how to set the language for the test client.
|
8 years ago |
Tim Graham
|
81cdcb66bc
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
8 years ago |
Ville Skyttä
|
96f97691ad
Fixed broken links in docs and comments.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 years ago |
Tim Graham
|
e475e84970
Refs #26021 -- Used hanging indentation in some doc examples.
|
8 years ago |
Vasiliy Faronov
|
ac77c55bc5
Fixed #26567 -- Updated references to obsolete RFC2616.
|
8 years ago |
Tim Graham
|
f945fb24a3
Fixed #26554 -- Updated docs URLs to readthedocs.io
|
8 years ago |
eltronix
|
8ccb8ff453
Fixed typo in docs/topics/testing/tools.txt
|
8 years ago |
eltronix
|
75c5e547b5
Fixed typo in docs/topics/testing/tools.txt
|
8 years ago |
Alexander Gaevsky
|
107165c4b0
Fixed #24987 -- Allowed inactive users to login with the test client.
|
9 years ago |
Tim Graham
|
7a7e403325
Refs #26270 -- Reorganized TestCase docs.
|
9 years ago |
Tim Graham
|
6637cd0ef2
Removed docs of deprecated SimpleTestCase warnings behavior.
|
9 years ago |
Tim Graham
|
032f5a7896
Refs #25735 -- Made @tag decorator importable from django.test.
|
9 years ago |
Jakub Paczkowski
|
d4dc775620
Fixed #25735 -- Added support for test tags to DiscoverRunner.
|
9 years ago |
Jon Dufresne
|
fcd08c1757
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
|
9 years ago |
Johannes Linke
|
02430ef19d
Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Tim Graham
|
b0b45f9a83
Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.
|
9 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
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 |