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
/
tools.txt
Age
Commit message (
Expand
)
Author
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
Updated testing documentation following 498ae3a36069e2d
Thomas Chaumeny
2014-11-24
Fixed #23543 -- Added docs on testing management command output.
Danilo Bargen
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-05
Updated assertQuerysetEqual documentation following 311b3ad9db94c3e04f929c262...
Thomas Chaumeny
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-13
Fixed #16087 -- Added ResolverMatch instance to test client response.
Greg Chapple
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-04-28
Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-18
Added missing versionadded annotation and tweaked release note; refs #22465.
Tim Graham
2014-04-18
Fixed #22465 -- New assertion assertJSONNotEqual
amatellanes
2014-04-16
Fixed spelling errors in documentation.
Tim Graham
2014-04-14
Fixed #22369 -- Added count parameter to assertTemplateUsed
Jacob R. Rothenbuhler
2014-04-12
Also allowed a non-overridden setting to be deleted
Claude Paroz
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-05
Fixed #22216 -- Added Form.non_field_errors to form API doc.
Tim Graham
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-25
Fixed #22071 -- Added a warning regarding override_settings and aliasing.
Henk Vos
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-10
Allowed a message to be passed to assertQuerysetEqual to make it consistent w...
Chris Bailey
2014-01-22
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2014-01-16
Fixed #21740 -- Stopped using mutable default arguments in test client
Claude Paroz
2014-01-09
Fixed #12571 -- Attached originating WSGIRequest to test client responses.
Unai Zalakain
2013-12-31
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Tim Graham