mirror of
https://github.com/django/django.git
synced 2025-04-14 04:22:21 +00:00
[1.7.x] Silenced initial_data fixtures warning in test suite.
This commit is contained in:
parent
557c514f90
commit
600ea43e67
@ -238,6 +238,11 @@ def django_tests(verbosity, interactive, failfast, test_labels):
|
||||
"use '<app_label>/sql' instead.",
|
||||
RemovedInDjango19Warning
|
||||
)
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
'initial_data fixtures are deprecated. Use data migrations instead.',
|
||||
RemovedInDjango19Warning
|
||||
)
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
'IPAddressField has been deprecated. Use GenericIPAddressField instead.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user