index
:
django.git
fix-31295
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
2018-04-17
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-07
[2.0.x] Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-12-04
[2.0.x] Fixed typo in docs/topics/testing/advanced.txt.
Sergey Fedoseev
2017-10-30
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-08-22
Added "test --keepdb" to testing speedup docs.
Harry Moreno
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-05-11
Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.
Riccardo Magliocchetti
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
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
2017-02-08
Fixed typo in docs/topics/testing/tools.txt.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
Tim Graham
2017-01-17
Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().
Tim Graham
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-11-04
Fixed typo in docs/topics/testing/tools.txt.
Pamela McA'Nulty
2016-09-14
Fixed #15143 -- Doc'd how to set the language for the test client.
Michael Scott
2016-08-31
Fixed typo in docs/topics/testing/overview.txt
Mike Fiedler
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-07-01
Added parallel test running to "Speeding up the tests" docs.
Harry Moreno
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
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
[next]