Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an exception).

This commit is contained in:
Przemek Lewandowski 2013-02-23 20:34:59 +01:00 committed by Tim Graham
parent 70c080fcdb
commit 382c53d7d8
3 changed files with 36 additions and 18 deletions

View file

@ -113,6 +113,9 @@ Miscellaneous
:attr:`~django.forms.formsets.BaseFormSet.can_delete` for instructions on how
to manually delete objects from deleted forms.
* Loading empty fixtures emits a ``RuntimeWarning`` rather than raising
:class:`~django.core.management.CommandError`.
Features deprecated in 1.7
==========================