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 @@ -325,9 +325,9 @@ Specifies the number of indentation spaces to use in the output. Defaults to
325
325
.. django-admin-option:: --exclude EXCLUDE, -e EXCLUDE
326
326
327
327
Prevents specific applications or models (specified in the form of
328
- ``app_label.ModelName``) from being dumped. If you specify a model name, the
329
- output will be restricted to that model , rather than the entire application.
330
- You can also mix application names and model names.
328
+ ``app_label.ModelName``) from being dumped. If you specify a model name, then
329
+ only that model will be excluded , rather than the entire application. You can
330
+ also mix application names and model names.
331
331
332
332
If you want to exclude multiple applications, pass ``--exclude`` more than
333
333
once::
You can’t perform that action at this time.
0 commit comments