|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@7949
|
[7949]
|
07/18/08 12:38:53 |
mtredinnick |
Removed the mysql_old backend. It smells bad and has no friends. |
|
|
|
@7940
|
[7940]
|
07/17/08 08:24:05 |
russellm |
Fixed #7751 -- Added check to allow for the fact that autocommit can be a … |
|
|
|
@6930
|
[6930]
|
12/17/07 02:50:50 |
mtredinnick |
Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if … |
|
|
|
@6583
|
[6583]
|
10/21/07 12:26:32 |
mtredinnick |
Modified the test harness to respect the LANGUAGE_CODE setting. Also … |
|
|
|
@5981
|
[5981]
|
08/19/07 22:16:55 |
adrian |
Changed backend create_test_db() and destroy_test_db() hooks NOT to take … |
|
|
|
@5967
|
[5967]
|
08/19/07 20:03:33 |
adrian |
Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106 |
|
|
|
@5910
|
[5910]
|
08/16/07 17:46:00 |
adrian |
Changed django.test.utils.create_test_db to return the name of the test … |
|
|
|
@5899
|
[5899]
|
08/16/07 05:54:28 |
russellm |
Added a return value to the test frameworks … |
|
|
|
@5898
|
[5898]
|
08/16/07 01:06:55 |
adrian |
Major refactoring of django.core.management -- it's now a package rather … |
|
|
|
@5766
|
[5766]
|
07/26/07 17:59:34 |
mtredinnick |
Added support for database cache table in test database. |
|
|
|
@5732
|
[5732]
|
07/20/07 09:42:57 |
russellm |
Fixed #4738 -- Modified the prompt that is displayed when a test database … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5519
|
[5519]
|
06/23/07 09:16:00 |
mtredinnick |
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. … |
|
|
|
@5511
|
[5511]
|
06/22/07 02:15:04 |
mtredinnick |
Backed out the changes in [5482] for a bit whilst some more investigation … |
|
|
|
@5482
|
[5482]
|
06/17/07 02:11:37 |
mtredinnick |
Fixed #4565 -- Changed template rendering to use iterators, rather … |
|
|
|
@5380
|
[5380]
|
05/29/07 07:42:08 |
mtredinnick |
Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to … |
|
|
|
@5173
|
[5173]
|
05/08/07 06:19:34 |
russellm |
Added redirection for email services during test conditions. |
|
|
|
@4541
|
[4541]
|
02/18/07 02:07:18 |
russellm |
Fixed #2916 -- Moved syncdb call out of simple test runner and into … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3723
|
[3723]
|
09/05/06 08:32:08 |
russellm |
Fixes #2658 -- Modified SQLite cursor close() method for in-memory … |
|
|
|
@3707
|
[3707]
|
09/02/06 04:26:24 |
russellm |
Refs #2333 - Re-added the template rendering signal for testing purposes; … |
|
|
|
@3706
|
[3706]
|
09/01/06 08:33:26 |
russellm |
Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to … |
|
|
|
@3689
|
[3689]
|
08/31/06 09:29:47 |
russellm |
Refs #2333 - Added more documentation for testing framework, and clarified … |
|
|
|
@3673
|
[3673]
|
08/28/06 13:59:54 |
jacob |
Test database creation/deletion now correctly quotes database names when … |
|
|
|
@3658
|
[3658]
|
08/27/06 07:24:59 |
russellm |
Refs #2333 - Added test framework. This includes doctest and unittest … |