mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an exception).
This commit is contained in:
parent
70c080fcdb
commit
382c53d7d8
3 changed files with 36 additions and 18 deletions
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue