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
2013-07-03
[1.6.x] Fixed #20609 -- Documented how to use request.user with RequestFactory
SusanTan
2013-06-27
Fixed #20590: Documented new test case ordering
Andrew Godwin
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-05
Proofed the 1.6 release notes
Tim Graham
2013-06-04
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-05-31
Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.
Tim Graham
2013-05-27
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Tim Graham
2013-05-23
Fixed #20316 - Clarified transaction behavior of TestCase.
Tim Graham
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-15
Fixed #20165 - Updated testing example to use django.test.TestCase.
Tim Graham
2013-05-12
Updated test failure example.
Ramiro Morales
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-07
Python 2.5 is not relevant to master.
Carl Meyer
2013-05-06
Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.
Tim Graham
2013-05-06
Fixed #20274 - Added some clarifying section headings in the test docs.
Tim Graham
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-13
Fixed #20032 -- Documented how to simulate the absence of a setting
Claude Paroz
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-02-02
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...
Julien Phalip
2013-01-31
Deprecated undocumented warnings manipulation testing tools.
Ramiro Morales
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-24
Fixed links to DATABASE ENGINE setting. refs #19516
Tim Graham
2012-12-21
Fixed #19497 -- Refactored testing docs.
Ramiro Morales