| Age | Commit message (Expand) | Author |
| 2011-08-23 | Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv... | Russell Keith-Magee |
| 2011-08-13 | Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe... | Jannis Leidel |
| 2011-08-12 | Set STATIC_ROOT in test runner settings to make sure the admin tests pass. Th... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-11 | Fixed #16179 -- Extended argument handling of the new WizardView a little to ... | Jannis Leidel |
| 2011-06-09 | Stopped staticfiles from modifying INSTALLED_APPS during test runtime. | Jannis Leidel |
| 2011-05-06 | Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank... | Jannis Leidel |
| 2011-04-02 | Updates to the test suite to allow for newly deprecated and removed features | Russell Keith-Magee |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-01-27 | Fixed using --pair with python's that aren't the system default, when not in ... | Alex Gaynor |
| 2011-01-21 | Changed name given to test applications in Django own test suite running tool... | Ramiro Morales |
| 2010-12-21 | Fixed #10420 -- GeoDjango tests are run as part of Django tests when using sp... | Justin Bronn |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-10-09 | Fixed #14427 -- Added --bisect and --pair flags to runtests.py, making it eas... | Russell Keith-Magee |
| 2010-08-20 | Fixed #12574 -- Removed an unnecessary exception catch from the system runtes... | Russell Keith-Magee |
| 2010-08-14 | Fixed #13796 -- Ensure that builtin tags and filters are included in admin do... | Russell Keith-Magee |
| 2010-08-07 | Rationalized the verbosity levels (including introducing a new super-verbose ... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-04-14 | Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a... | Karen Tracey |
| 2010-01-18 | Fixed #12624 -- Modified test runners to be class based. | Russell Keith-Magee |
| 2010-01-03 | Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ... | Gary Wilson Jr |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-13 | Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ... | Karen Tracey |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-03-23 | Fixed #9282: added a generic comment moderation toolkit. See the documentatio... | Jacob Kaplan-Moss |
| 2009-02-28 | Fixed #10165 -- Use settings.TEST_RUNNER in runtests.py | Malcolm Tredinnick |
| 2008-10-02 | Promoted --verbosity to be a top level option for all management commands. Al... | Russell Keith-Magee |
| 2008-08-30 | Removed the need for ROOT_URLCONF in settings when running Django's core tests | Malcolm Tredinnick |
| 2008-06-06 | Fixed #6168 -- Updated the Django system test runner to make it possible to r... | Russell Keith-Magee |
| 2007-12-17 | Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, sin... | Malcolm Tredinnick |
| 2007-12-01 | Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. This | Malcolm Tredinnick |
| 2007-10-21 | Modified the test harness to respect the LANGUAGE_CODE setting. Also changed | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than... | Malcolm Tredinnick |
| 2007-09-14 | Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ... | Malcolm Tredinnick |
| 2007-08-17 | Made output for invalid model tests more consistent (removed colored output). | Malcolm Tredinnick |
| 2007-08-16 | Major refactoring of django.core.management -- it's now a package rather than... | Adrian Holovaty |
| 2007-08-15 | If SITE_ID isn't in the test settings, fake it. We need the sites framework, ... | Malcolm Tredinnick |
| 2007-08-15 | Reverted [5887], at least for now. Both flatpages and redirects depend on the | Malcolm Tredinnick |
| 2007-08-14 | Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It wa... | Adrian Holovaty |
| 2007-07-28 | Fixed #4460 -- Added the ability to be more specific in the test cases that a... | Russell Keith-Magee |
| 2007-07-23 | Fixed #3771 -- Modified the test runner to observe the --noinput argument con... | Russell Keith-Magee |
| 2007-05-20 | Modified the django system test script to search for tests in the contrib apps. | Russell Keith-Magee |
| 2007-02-26 | Fixed #2490: Added a polite note to runtests.py about setting DJANGO_SETTINGS... | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3253 -- Exposed the number of failed tests as a return code in manage.... | Russell Keith-Magee |
| 2007-02-10 | Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. S... | Adrian Holovaty |
| 2006-12-15 | Changed runtests.py to set USE_I18N=True during test running, because the tem... | Adrian Holovaty |
| 2006-09-02 | Refs #2333 - Added model test for the test Client. | Russell Keith-Magee |
| 2006-09-01 | Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ... | Russell Keith-Magee |