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
/
advanced.txt
Age
Commit message (
Expand
)
Author
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-12-04
Fixed typo in docs/topics/testing/advanced.txt. (#9416)
Sergey Fedoseev
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-05-25
Fixed typo in docs/topics/testing/advanced.txt.
Dima Veselov
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-03-07
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-02-23
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-10
Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-05
Edited docs of test.utils.setup/teardown_test_environment().
Chris Jerdonek
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-03-15
Fixed DiscoverRunner failfast parameter default in docs.
Andrew Abraham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-10-30
Added class-based view example to RequestFactory example.
bee_keeper
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-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-02-17
Added an import to docs/topics/testing/advanced.txt example.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-11-21
Fixed #23778 -- Added a doc section on using the Django runner for reusable a...
Stanislas Guerra
2014-11-04
Added missing docs to DiscoverRunner for keepdb option; refs #20550.
Tim Graham
2014-10-28
Fixed #23606 -- Implemented Client and RequestFactory trace() methods.
Rigel Di Scala
2014-10-24
Fixed versionchanged indentation in topics/testing/advanced.txt.
Berker Peksag
2014-10-20
Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.
Tim Graham
2014-09-24
Fixed #23421 -- Corrected TEST SERIALIZE setting.
Tim Graham
2014-06-14
Converted test management command to argparse
Claude Paroz
2014-06-09
Doc edits for refs #22487.
Tim Graham
2014-06-09
Tweaked order of create_test_db arguments for backwards compatibility.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-05
Fixed #20550 -- Added keepdb argument to destroy_test_db
Greg Chapple
2014-05-25
Fixed too short title underline in docs.
Tim Graham
2014-05-22
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
Flavio Curella
2014-05-20
replaced occurrences of master/slave terminology with leader/follower
Flavio Curella
2014-04-28
Fixed #22254 -- Noted the requirement of calling django.setup() when running
Tim Graham
2014-04-23
Various documentation typo/spelling fixes
Marti Raudsepp
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
[next]