index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
testing
Age
Commit message (
Expand
)
Author
2016-07-01
[1.10.x] Added parallel test running to "Speeding up the tests" docs.
Harry Moreno
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-15
[1.10.x] Fixed broken links in docs and comments.
Ville Skyttä
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-14
Refs #26021 -- Used hanging indentation in some doc examples.
Tim Graham
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-27
Fixed typo in docs/topics/testing/tools.txt
eltronix
2016-04-26
Fixed typo in docs/topics/testing/tools.txt
eltronix
2016-03-23
Fixed #24987 -- Allowed inactive users to login with the test client.
Alexander Gaevsky
2016-03-15
Fixed DiscoverRunner failfast parameter default in docs.
Andrew Abraham
2016-02-25
Refs #26270 -- Reorganized TestCase docs.
Tim Graham
2016-02-24
Removed docs of deprecated SimpleTestCase warnings behavior.
Tim Graham
2016-02-19
Refs #25735 -- Made @tag decorator importable from django.test.
Tim Graham
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2016-02-13
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-11
Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.
Johannes Linke
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-25
Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-11
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
Tim Graham
2015-12-11
Refs #25899 -- Improved visibility of TEST database settings in testing docs.
Tim Graham
2015-12-07
Fixed #25860 -- Documented a transaction leak possiblity in TestCase.
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-07
Fixed #25290 -- Warned against modifying objects created in setUpTestData() i...
Tim Graham
2015-10-30
Added class-based view example to RequestFactory example.
bee_keeper
2015-10-28
Made LiveServerTestCase example use StaticLiveServerTestCase.
Tim Graham
2015-10-23
Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-22
Refs #24622 -- Documented alternatives to some test response attributes when ...
Benjamin Wohlwend
2015-09-25
Fixed #25451 -- Added advice about organizing tests.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-23
Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.
Tim Graham
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
2015-08-19
Fixed style issues in testing docs
Markus Holtermann
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-31
Clarified assertRaisesMessage() behavior with respect to the message.
Tim Graham
2015-07-30
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
2015-06-16
Refs #24987 -- Documented that Client.login() rejects inactive users.
Tim Graham
2015-06-12
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
Moritz Sichert
[next]