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.txt
Age
Commit message (
Expand
)
Author
2009-07-16
[1.0.X] Fixed #10908 -- Clarified the procedure for creating test users in th...
Russell Keith-Magee
2009-07-03
[1.0.X] Fixed #9607 -- Added documentation for the ``extra`` argument in test...
Russell Keith-Magee
2009-06-18
[1.0.X] Fixed #11253 -- Normalized the way the docs refer to TestCase.assert*...
Russell Keith-Magee
2009-05-27
[1.0.X] Fixed #11215 -- Replaced erroneous catch with except in testing doc. ...
Karen Tracey
2009-04-03
[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.
Jacob Kaplan-Moss
2008-11-15
[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "development
Malcolm Tredinnick
2008-11-14
[django-1.0.X] Fixed #9594 -- Typo fix in the testing example.
Malcolm Tredinnick
2008-10-07
Reverted r9186 -- Committed to the wrong branch (it's a feature addition).
Malcolm Tredinnick
2008-10-07
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed a typo and clarified how django.core.mail.outbox works in the t...
Malcolm Tredinnick
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-28
Fixed #8578: Corrected a typo in a shell example in the testing docs. Thanks ...
Russell Keith-Magee
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-26
A few fixes for the testing documentation:
Gary Wilson Jr
2008-08-24
Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ...
Russell Keith-Magee
2008-08-24
Corrected some formatting in the testing docs.
Russell Keith-Magee
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss