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
/
django
/
test
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-13
Fixed #13332 -- Corrected the cleanup code in the test client to avoid a refc...
Russell Keith-Magee
2010-03-19
Fixed #13152 -- Ensure the test client saves the session before writing the s...
Russell Keith-Magee
2010-02-22
Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...
Russell Keith-Magee
2010-02-13
Fixed #12011 -- Modified the test client to preserve the request scheme on a ...
Russell Keith-Magee
2010-02-13
Fixed #12825 -- Corrected a missing space in a test case error message. Thank...
Russell Keith-Magee
2010-02-02
Removed a stray debug statement. Thanks to Ramiro Morales for the report.
Russell Keith-Magee
2010-02-01
Fixed #6364 -- Added the ability to run individual doctests.
Russell Keith-Magee
2010-01-28
Fixed #12720 -- Corrected handling of cookies in the TestClient. Thanks to Ja...
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-22
Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo...
Russell Keith-Magee
2010-01-22
Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...
Russell Keith-Magee
2010-01-19
Fixed #12640 -- Corrected a regression in test suite construction order intro...
Russell Keith-Magee
2010-01-18
Fixed #12624 -- Modified test runners to be class based.
Russell Keith-Magee
2010-01-04
Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...
Russell Keith-Magee
2009-12-31
Ensure the default keyboard interrupt handler is restored
Karen Tracey
2009-12-31
Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-12-13
Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...
Karen Tracey
2009-11-04
Corrected the order of operations in the test environment setup to ensure tha...
Russell Keith-Magee
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-26
Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...
Jacob Kaplan-Moss
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-04-22
Fixed #10831 -- Prevented code running under a to-be-rolled-back test from ca...
Karen Tracey
2009-04-11
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...
Russell Keith-Magee
2009-04-07
Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...
Russell Keith-Magee
2009-03-31
Fixed #10676 -- Make transaction nop routine used during testing accept any a...
Karen Tracey
2009-03-30
Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...
Gary Wilson Jr
2009-03-20
Python 2.3 fix: assertTrue *still* doesn't exist in Python 2.3
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
Fixed #10482 -- Unified access to response.context when inspecting responses ...
Russell Keith-Magee
2009-02-28
Fixed #10165 -- Use settings.TEST_RUNNER in runtests.py
Malcolm Tredinnick
2009-02-27
Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...
Russell Keith-Magee
2009-02-22
Fixed #9031 -- Clarified the error message when the label used to run a speci...
Russell Keith-Magee
2009-02-21
Fixed #8551 -- Added REMOTE_ADDR to the default Test Client environment. Than...
Russell Keith-Magee
2009-01-17
Added code to make TestSuites iterable when running on Python 2.3. (r9756 ad...
Karen Tracey
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-11-16
Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with...
Russell Keith-Magee
2008-11-12
Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...
Russell Keith-Magee
2008-11-12
Fixed #9369 -- Added QUERY_STRING info for PUT and DELETE requests in the tes...
Russell Keith-Magee
2008-11-12
Fixed #8646 -- Modified test client to set a fully WSGI compliant environment...
Russell Keith-Magee
2008-10-07
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
Malcolm Tredinnick
2008-09-17
Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for...
Russell Keith-Magee
2008-08-28
Fixed #8636: Corrected the test client to use the string '80' in the request ...
Russell Keith-Magee
2008-08-15
Fixed #7416: Modified test client to preserve session when a user logs in. Th...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
[next]