#16145 closed Cleanup/optimization (fixed)
Typo in docs/topics/db/managers.txt
Reported by: | Owned by: | leereilly | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Hi,
I submitted a pull request @ https://github.com/django/django/pull/24, but was asked to create a ticket here.
I removed 'object' (shown below in bold) from the following documentation snippet:
The use_for_related_fields attribute must be set on the manager class, object not on an instance of the class. The earlier example shows the correct way to set it, whereas the following will not work::
Do I need to follow the instruction @ https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches, or can the pull request above simply be merged... assuming it is approved of course?
Cheers,
Lee
Attachments (1)
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|
by , 13 years ago
Attachment: | 16145.patch added |
---|
comment:2 by , 13 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Regular patch added.