#9914 closed (fixed)
Code sample calls non-existant models.ManyToMany()
| Reported by: | abackstrom | Owned by: | Kevin Kubasik |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | typo kkmegapatch | |
| 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
The first code sample at this anchor says ManyToMany() instead of ManyToManyField():
http://docs.djangoproject.com/en/dev/topics/db/models/#be-careful-with-related-name
Attachments (1)
Change History (9)
comment:1 by , 17 years ago
| milestone: | → 1.1 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
by , 17 years ago
| Attachment: | manytomany-typo.diff added |
|---|
comment:2 by , 17 years ago
| Keywords: | typo added |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 17 years ago
| Has patch: | set |
|---|
comment:4 by , 17 years ago
| Keywords: | kkmegapatch added |
|---|---|
| Owner: | changed from to |
comment:7 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in kevins branch .