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
2014-07-24
[1.7.x] Silenced test warning for deprecated IPAddressField.
Tim Graham
2014-06-16
[1.7.x] Added database migration for contrib.auth.
Tim Graham
2014-06-16
[1.7.x] Added database migration for contrib.contenttypes.
Tim Graham
2014-06-13
[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...
mlavin
2014-05-29
[1.7.x] Removed unused import.
Tim Graham
2014-05-24
[1.7.x] Made runtests.py use 'set_installed_apps' API
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-26
Fixed #22056 -- Omitted non-package directories when collecting tests
Claude Paroz
2014-02-01
Silenced a spurious warning.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-18
Stopped assuming that INSTALLED_APPS only contains app names.
Aymeric Augustin
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-01
Prevented calling setup() inside catch_warnings
Claude Paroz
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-29
Used Apps.clear_cache() in tests that alter the app registry.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Replaced ad-hoc caching of get_models with lru_cache.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
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
[next]