diff options
| author | Przemek Lewandowski <prze.lewandowski@gmail.com> | 2013-02-23 20:34:59 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-29 08:03:51 -0400 |
| commit | 382c53d7d88da70a3645c6db063995382f61dc45 (patch) | |
| tree | 1e27c8344ec4a24c40081270e508f64db7bdcc89 /docs | |
| parent | 70c080fcdb7acbc4c3f86ee85ea84b5861c26bb9 (diff) | |
Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an exception).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 031c165302..6837af9a59 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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 ========================== |
