Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#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)

manytomany-typo.diff (510 bytes ) - added by Tim Graham 16 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Jacob, 16 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

by Tim Graham, 16 years ago

Attachment: manytomany-typo.diff added

comment:2 by Tim Graham, 16 years ago

Keywords: typo added
Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham, 16 years ago

Has patch: set

comment:4 by Kevin Kubasik, 15 years ago

Keywords: kkmegapatch added
Owner: changed from nobody to Kevin Kubasik

Fixed in kevins branch .

comment:5 by Kevin Kubasik, 15 years ago

This is fixed for real. Needs closing though.

comment:6 by Alex Gaynor, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r10200

comment:7 by Gary Wilson, 15 years ago

(In [10201]) [1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.

Backport of r10200 from trunk.

comment:8 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top