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
/
utils.py
Age
Commit message (
Expand
)
Author
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-10
Fixed #16447 -- Stopped using the setting name as the sender parameter for th...
Jannis Leidel
2011-06-11
Fixed #16224 -- Fixed override_settings test utility to correctly work with T...
Jannis Leidel
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-04-17
Fixes #15814 -- Added a test util to abstract the process of using a test tem...
Chris Beaven
2011-04-02
Removed a usage of the depreacted SMTPConnection in test.utils.
Russell Keith-Magee
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-10-18
Fixed an naming problem with r14258. Thanks to Alex for the report.
Russell Keith-Magee
2010-10-18
Fixed #14487 -- Prevented unittest from leaking into scope via a 'from django...
Russell Keith-Magee
2010-08-20
Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...
Russell Keith-Magee
2010-08-06
Fixed #13092 -- Added support for the "in" operator when dealing with context...
Russell Keith-Magee
2010-01-22
Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo...
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-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-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-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
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-18
Removed the mysql_old backend. It smells bad and has no friends.
Malcolm Tredinnick
2008-07-17
Fixed #7751 -- Added check to allow for the fact that autocommit can be a pro...
Russell Keith-Magee
2007-12-17
Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ...
Malcolm Tredinnick
2007-10-21
Modified the test harness to respect the LANGUAGE_CODE setting. Also changed
Malcolm Tredinnick
2007-08-20
Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-16
Changed django.test.utils.create_test_db to return the name of the test datab...
Adrian Holovaty
2007-08-16
Added a return value to the test frameworks TestSMTPConnection.send_messages,...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-07-26
Added support for database cache table in test database.
Malcolm Tredinnick
2007-07-20
Fixed #4738 -- Modified the prompt that is displayed when a test database can...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2007-05-29
Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure
Malcolm Tredinnick
2007-05-08
Added redirection for email services during test conditions.
Russell Keith-Magee
2007-02-18
Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...
Russell Keith-Magee
2006-09-05
Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,...
Russell Keith-Magee
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
2006-09-01
Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...
Russell Keith-Magee
2006-08-31
Refs #2333 - Added more documentation for testing framework, and clarified so...
Russell Keith-Magee
2006-08-28
Test database creation/deletion now correctly quotes database names when crea...
Jacob Kaplan-Moss
2006-08-27
Refs #2333 - Added test framework. This includes doctest and unittest finders...
Russell Keith-Magee
[prev]