Opened 17 years ago

Closed 17 years ago

#5068 closed (fixed)

Problem on db-api page - partial conversion of author ForeignKey to ManyToMany

Reported by: Collin Grady <cgrady@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
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

It appears that the Entry/Author example started to be changed into a ManyToMany instead of a ForeignKey, but not all of the examples were updated - in one of them, it is still doing entry.author = joe instead of entry.authors.add(joe).

Attachments (2)

5068.patch (833 bytes ) - added by Collin Grady <cgrady@…> 17 years ago.
5068.2.patch (1.2 KB ) - added by Chris Beaven 17 years ago.

Download all attachments as: .zip

Change History (5)

by Collin Grady <cgrady@…>, 17 years ago

Attachment: 5068.patch added

comment:1 by Chris Beaven, 17 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

I think it's still important to show an example of saving a FK there, so the FK example should be changed to show .blog being modified, then the M2M example after that.

by Chris Beaven, 17 years ago

Attachment: 5068.2.patch added

comment:2 by Chris Beaven, 17 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:3 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6010]) Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and SmileyChris

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