diff options
| author | Andrew Kuchev <0coming.soon@gmail.com> | 2016-01-03 00:11:18 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-04 19:39:35 -0500 |
| commit | d5b90c8e120687863c1d41cf92a4cdb11413ad7f (patch) | |
| tree | 381137acc1ff5d2cc51cf92d90ecb30dfe5f8cf1 /docs | |
| parent | 2c6c873e3fca6c0c54c2335e131f7742fcf2cf26 (diff) | |
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Thanks to mpasternak for the report and Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 3143d9e0cd..94565ccec7 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -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 |
