The documentation states that the option “Specifies the database from
which data will be dumped. Defaults to default.” Instead, the
documentation should say that the option “Specifies the named database
entry in settings. Defaults to default.”
--
Ticket URL: <https://code.djangoproject.com/ticket/32475>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Thanks for this ticket, however it's not an error. We use the same wording
throughout the docs, see
[https://docs.djangoproject.com/en/3.1/ref/settings/#databases DATABASES
docs]. IMO it's not misleading and "named" doesn't add much value.
--
Ticket URL: <https://code.djangoproject.com/ticket/32475#comment:1>
Comment (by Mike Slinn):
The funny thing about computer documentation is that for someone who is
knowledgeable the information as presented is usually obvious. Newcomers,
however, have a completely different experience.
--
Ticket URL: <https://code.djangoproject.com/ticket/32475#comment:2>