File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ Specifies the number of indentation spaces to use in the output. Defaults to
319
319
.. django-admin-option:: --exclude EXCLUDE, -e EXCLUDE
320
320
321
321
Prevents specific applications or models (specified in the form of
322
- ``app_label.ModelName``) from being dumped. If you specify a model name, the
323
- output will be restricted to that model , rather than the entire application.
324
- You can also mix application names and model names.
322
+ ``app_label.ModelName``) from being dumped. If you specify a model name, then
323
+ only that model will be excluded , rather than the entire application. You can
324
+ also mix application names and model names.
325
325
326
326
If you want to exclude multiple applications, pass ``--exclude`` more than
327
327
once::
You can’t perform that action at this time.
0 commit comments