#13746: dumpdata help does not include info about custom managers
------------------------------------+---------------------------------------
Reporter: PaulM | Owner: PaulM
Status: new | Milestone:
Component: django-admin.py | Version: 1.2
Keywords: django-admin, dumpdata | Stage: Unreviewed
Has_patch: 1 |
------------------------------------+---------------------------------------
The current dumpdata help is misleading:
{{{
Output the contents of the database as a fixture of the given format.
}}}
The docs specify that it does this using the default manager on an object
(leading to potential omissions on dumped data) but a user who checks the
help command isn't informed of this.
I've attached a patch which clarifies the dumpdata message slightly as
well as explicitly mentioning it in the custom manager documentation where
it should be noticed as a new user learns about managers.
--
Ticket URL: <http://code.djangoproject.com/ticket/13746>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.