summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-05-05Commented on a line that inadvertantly slipped in commit 865cd35cClaude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-17Do not unconditionally add extra_tests when testing geodjango.Claude Paroz
2012-03-17Fixed #17909 - ensure GeoDjango tests have the templates they need. Thanks Na...Carl Meyer
2012-01-28Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.Aymeric Augustin
2011-12-25Fixed deletion of the runtests temp tree to work on Windows even when the tre...Karen Tracey
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel
2011-08-12Set STATIC_ROOT in test runner settings to make sure the admin tests pass. Th...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-11Fixed #16179 -- Extended argument handling of the new WizardView a little to ...Jannis Leidel
2011-06-09Stopped staticfiles from modifying INSTALLED_APPS during test runtime.Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-27Fixed using --pair with python's that aren't the system default, when not in ...Alex Gaynor
2011-01-21Changed name given to test applications in Django own test suite running tool...Ramiro Morales
2010-12-21Fixed #10420 -- GeoDjango tests are run as part of Django tests when using sp...Justin Bronn
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-09Fixed #14427 -- Added --bisect and --pair flags to runtests.py, making it eas...Russell Keith-Magee
2010-08-20Fixed #12574 -- Removed an unnecessary exception catch from the system runtes...Russell Keith-Magee
2010-08-14Fixed #13796 -- Ensure that builtin tags and filters are included in admin do...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-14Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a...Karen Tracey
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-03Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...Gary Wilson Jr
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-13Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...Karen Tracey
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-02-28Fixed #10165 -- Use settings.TEST_RUNNER in runtests.pyMalcolm Tredinnick
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-08-30Removed the need for ROOT_URLCONF in settings when running Django's core testsMalcolm Tredinnick
2008-06-06Fixed #6168 -- Updated the Django system test runner to make it possible to r...Russell Keith-Magee
2007-12-17Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, sin...Malcolm Tredinnick
2007-12-01Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. ThisMalcolm Tredinnick
2007-10-21Modified the test harness to respect the LANGUAGE_CODE setting. Also changedMalcolm Tredinnick