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
/
tests
/
runtests.py
Age
Commit message (
Expand
)
Author
2012-03-17
Do not unconditionally add extra_tests when testing geodjango.
Claude Paroz
2012-03-17
Fixed #17909 - ensure GeoDjango tests have the templates they need. Thanks Na...
Carl Meyer
2012-01-28
Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.
Aymeric Augustin
2011-12-25
Fixed deletion of the runtests temp tree to work on Windows even when the tre...
Karen Tracey
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-11-13
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
Karen Tracey
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
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
[next]