Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf2f6fc

Browse files
Fixed #32576 -- Corrected dumpdata docs for passing model names to the --exclude option.
1 parent 717b5e6 commit cf2f6fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ref/django-admin.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ Specifies the number of indentation spaces to use in the output. Defaults to
319319
.. django-admin-option:: --exclude EXCLUDE, -e EXCLUDE
320320

321321
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.
325325

326326
If you want to exclude multiple applications, pass ``--exclude`` more than
327327
once::

0 commit comments

Comments
 (0)