mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Removed support for initial_data fixtures per deprecation timeline.
This commit is contained in:
parent
f635d75935
commit
67235fd4ef
21 changed files with 22 additions and 241 deletions
|
|
@ -239,11 +239,6 @@ def django_tests(verbosity, interactive, failfast, keepdb, reverse, test_labels,
|
|||
"use '<app_label>/sql' instead.",
|
||||
RemovedInDjango19Warning
|
||||
)
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
'initial_data fixtures are deprecated. Use data migrations instead.',
|
||||
RemovedInDjango19Warning
|
||||
)
|
||||
failures = test_runner.run_tests(
|
||||
test_labels or get_installed(), extra_tests=extra_tests)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue