diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-05-17 09:52:01 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-09 10:35:32 -0400 |
| commit | ae2a7da86bf841d42be86dea3effb0261187c950 (patch) | |
| tree | 563af5761dfe6f02b4f4ca14c9500a94e1a0f5ee /docs/releases | |
| parent | 21130ce1a9c4fcbfce4c614be9e5408b43092bf0 (diff) | |
Fixed #20468 -- Added loaddata --exclude option.
Thanks Alex Morozov for the initial patch.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.11.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index e8cf5ae0f3..ed4620ec44 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -169,7 +169,8 @@ Internationalization Management Commands ~~~~~~~~~~~~~~~~~~~ -* ... +* The new :option:`loaddata --exclude` option allows excluding models and apps + while loading data from fixtures. Migrations ~~~~~~~~~~ |
