mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Thanks to mpasternak for the report and Tim Graham for the review.
This commit is contained in:
committed by
Tim Graham
parent
2c6c873e3f
commit
d5b90c8e12
@@ -408,6 +408,9 @@ Miscellaneous
|
||||
* Support for ``skip_validation`` in ``BaseCommand.execute(**options)`` is
|
||||
removed. Use ``skip_checks`` (added in Django 1.7) instead.
|
||||
|
||||
* :djadmin:`loaddata` now raises a ``CommandError`` instead of showing a
|
||||
warning when the specified fixture file is not found.
|
||||
|
||||
.. _deprecated-features-1.10:
|
||||
|
||||
Features deprecated in 1.10
|
||||
|
||||
Reference in New Issue
Block a user