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
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-16
Fixed a typo in the test responses docs.
Rick Hutcheson
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-27
Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Tim Graham
2014-12-04
Fixed #23911 -- Added support for buffer file uploads in the test client
Thomas Tanner
2014-12-03
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-11-24
Updated testing documentation following 498ae3a36069e2d
Thomas Chaumeny
2014-11-24
Fixed #23543 -- Added docs on testing management command output.
Danilo Bargen
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-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-11-01
Fixed #23744 -- Fixed typo in selenium testing example.
Tim Graham
2014-10-31
Added a warning about direct settings manipulation in tests.
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-10-14
Clarified documentation relating to usage of serialized_rollback for certain ...
Greg Chapple
2014-10-05
Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c262...
Thomas Chaumeny
2014-09-24
Fixed #23421 -- Corrected TEST SERIALIZE setting.
Tim Graham
2014-09-24
Added SuspiciousOperation to list of caught exceptions in testing docs.
Thomas Grainger
2014-08-28
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Claude Paroz
2014-08-26
Allowed skipIf/UnlessDBFeature to accept several feature strings
Claude Paroz
2014-08-19
Removed unnecessary code-block directives.
areski
2014-08-01
Fixed typo in docs/topics/testing/tools.txt.
Tim Graham
2014-07-28
Fixed #22491 -- documented how select_for_update() should be tested.
Moayad Mardini
2014-06-30
Fixed #19489 -- Documented host parameter of assertRedirects().
Tim Graham
2014-06-14
Converted test management command to argparse
Claude Paroz
2014-06-13
Fixed #16087 -- Added ResolverMatch instance to test client response.
Greg Chapple
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-28
Fixed #20550 -- Added ability to preserve test db between runs
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
Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-04-28
Fixed #22254 -- Noted the requirement of calling django.setup() when running
Tim Graham
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-23
Various documentation typo/spelling fixes
Marti Raudsepp
2014-04-19
Fixed #22417 -- Added additional documentation for refs #16969.
Tim Graham
2014-04-18
Added missing versionadded annotation and tweaked release note; refs #22465.
Tim Graham
[prev]
[next]