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
2013-10-02
[1.6.x] Fixed #21122 -- Improved clean up of test temp directory on Windows
Kevin Christopher Henry
2013-07-10
[1.6.x] Fixed #19196 -- Added test/requirements
Tim Graham
2013-06-14
Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite
Marc Tamlyn
2013-06-10
Reverted the introduction of shared_models.
Florian Apolloner
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-11
Fixed a regression in the test runner loading of runtests.py.
Florian Apolloner
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-03-24
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-03-13
Merge pull request #900 from bmispelon/ticket-20022
Jacob Kaplan-Moss
2013-03-11
Remove a special case for comment tests from runtests.py.
Jacob Kaplan-Moss
2013-03-11
Removed forced settings in runtests
Claude Paroz
2013-02-26
Ensured that we have an absolute path to RUNTESTS_DIR.
Florian Apolloner
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Adjusted runtests to the new layout.
Florian Apolloner
2013-02-26
Moved test_templates to templates to prevent issues with regressiontests/temp...
Florian Apolloner
2013-02-25
Fixed #19854 -- Turn Django's own Selenium tests off by default.
Carl Meyer
2013-02-24
Fixed a few ResourceWarnings.
Florian Apolloner
2013-02-23
Added test runner option to skip Selenium tests (#19854).
Zbigniew Siciarz
2012-12-29
Removed django.contrib.databrowse.
Aymeric Augustin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-09-08
Fixed #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-05
Commented on a line that inadvertantly slipped in commit 865cd35c
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
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
[next]