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-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-10-23
Fixed #19941 -- Removed sys.path hack when running the test suite.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-02
Fixed #21122 -- Improved clean up of test temp directory on Windows
Kevin Christopher Henry
2013-09-23
Fixed test suite bisection on Python 3.
Simon Charette
2013-09-03
Silenced deprecation warning regarding old SQL location; refs #14300
Tim Graham
2013-08-25
Ignore coverage HTML report output dir in tests.
Ramiro Morales
2013-08-20
Import test case classes from their public API module.
Ramiro Morales
2013-08-10
Expand testing of Test LiveServerTestCase static files serving.
Ramiro Morales
2013-07-24
Fixed #19941 -- Modified runtests.py to make running the tests easier.
Anssi Kääriäinen
2013-07-10
Fixed #19196 -- Added test/requirements
Tim Graham
2013-07-09
Only import gis test apps for geo-enabled DBs
Claude Paroz
2013-07-09
Trusted test skipping about gis tests running or not
Claude Paroz
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
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
[prev]
[next]