Opened 15 years ago
Closed 14 years ago
#11748 closed (fixed)
Documentation implies search_fields won't accept ManyToMany related lookups
Reported by: | mtrichardson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | search_fields, manytomanyfield | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is just an absurdly minor thing, but the documentation language around search_fields implies that you can only use related lookups with ForeignKeys. It would be more clear and explicit to include '...ForeignKey or ManyToManyField...'.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 11748.1.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13550]) Fixed #11748 -- Clarified the ways that search_field can be used. Thanks to Michael Richardson for the patch.