Prevents specific applications or models (specified in the form of
app_label.ModelName) from being dumped. If you specify a model name, the
output will be restricted to that model, rather than the entire
application. You can also mix application names and model names.
This isn't correct. If you specify a model name, the **output** is not
restricted to that model. I think the intended meaning of this sentence is
that only that model will be excluded (rather than the entire application
being excluded).
--
Ticket URL: <https://code.djangoproject.com/ticket/32576>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32576#comment:1>
* stage: Unreviewed => Accepted
Comment:
Good catch.
--
Ticket URL: <https://code.djangoproject.com/ticket/32576#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"cf2f6fc558166656f29609e3864df9af81067d0c" cf2f6fc]:
{{{
#!CommitTicketReference repository=""
revision="cf2f6fc558166656f29609e3864df9af81067d0c"
Fixed #32576 -- Corrected dumpdata docs for passing model names to the
--exclude option.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32576#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"153a681198b5b460c269b4bfa2b1ef0e3ccce1c8" 153a681]:
{{{
#!CommitTicketReference repository=""
revision="153a681198b5b460c269b4bfa2b1ef0e3ccce1c8"
[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to
the --exclude option.
Backport of cf2f6fc558166656f29609e3864df9af81067d0c from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32576#comment:4>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"6eb01cb0521a09003c42a3ab3ad7503ecede36be" 6eb01cb0]:
{{{
#!CommitTicketReference repository=""
revision="6eb01cb0521a09003c42a3ab3ad7503ecede36be"
[3.1.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to
the --exclude option.
Backport of cf2f6fc558166656f29609e3864df9af81067d0c from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32576#comment:5>