mirror of
https://github.com/django/django.git
synced 2025-08-08 12:58:37 +00:00
Enabled parallel testing by default in runtests.py.
This commit is contained in:
parent
39bb66baad
commit
33c7c2a557
8 changed files with 45 additions and 6 deletions
|
@ -28,3 +28,4 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
has_case_insensitive_like = False
|
||||
requires_sqlparse_for_splitting = False
|
||||
greatest_least_ignores_nulls = True
|
||||
can_clone_databases = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue