mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Added warning silencers to some noisy tests.
These warnings all emerged as the result of the introduction of the checks framework. Thanks to Anssi Kääriäinen for the report.
This commit is contained in:
parent
b0602e935c
commit
53aa6c6ac1
4 changed files with 85 additions and 33 deletions
|
@ -3,7 +3,7 @@ from django.core.management.base import NoArgsCommand
|
|||
|
||||
class Command(NoArgsCommand):
|
||||
help = "Test color output"
|
||||
requires_model_validation = False
|
||||
requires_system_checks = False
|
||||
|
||||
def handle_noargs(self, **options):
|
||||
return self.style.SQL_KEYWORD('BEGIN')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue