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
2014-08-28
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Claude Paroz
2014-08-01
[1.7.x] Fixed typo in docs/topics/testing/tools.txt.
Tim Graham
2014-07-28
[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.
Moayad Mardini
2014-06-30
[1.7.x] Fixed #19489 -- Documented host parameter of assertRedirects().
Tim Graham
2014-06-09
[1.7.x] Doc edits for refs #22487.
Tim Graham
2014-06-08
[1.7.x] Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-04-28
[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-04-28
[1.7.x] Fixed #22254 -- Noted the requirement of calling django.setup() when ...
Tim Graham
2014-04-26
[1.7.x] Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-22
[1.7.x] Various documentation typo/spelling fixes
Marti Raudsepp
2014-04-19
[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.
Tim Graham
2014-04-16
[1.7.x] Fixed spelling errors in documentation.
Tim Graham
2014-04-12
[1.7.x] Also allowed a non-overridden setting to be deleted
Claude Paroz
2014-04-12
[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...
Claude Paroz
2014-04-05
[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.
Tim Graham
2014-03-09
Corrected a few missed references to old test settings
Shai Berger
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
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-15
Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().
Zbigniew Siciarz
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
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-18
Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suite
Tianyi Wang
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-11-19
Fixed #15179 -- middlewares not applied for test client login()
Unai Zalakain
2013-11-07
Fixed #13725 -- take url scheme into account in assertRedirects
Unai Zalakain
2013-11-02
Fixed #21341 -- Eased https requests with the test client
Unai Zalakain
2013-10-22
Fixed #21304 -- Typo in docs/topics/testing/advanced.txt
Tim Graham
2013-10-11
Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.
Tim Graham
2013-09-10
Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...
Juan Catalano
2013-09-10
Fixed #16534 -- Improved ability to customize DiscoverRunner
Tim Graham
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-07
Fixed #21068 -- Added some docs for DiscoverRunner
Tim Graham
2013-09-06
Fixed a link in topics/testing/overview.txt
Tim Graham
2013-08-31
Made django.test.testcases not depend on staticfiles contrib app.
Ramiro Morales
2013-08-23
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-22
Documentation -- Clarified use of 'view' in test client introduction.
Kevin Christopher Henry
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
[next]