Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11318 closed (fixed)

Grammar fix

Reported by: Seemant Kulleen Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On this page:

http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#overriding-the-clean-method

it says:

"you must call the parent classes clean method"

it should say:

"you must call the parent class's clean method"

Change History (4)

comment:1 by Chris Beaven, 15 years ago

Needs documentation: set
Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11047]) Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for the report.

comment:3 by Russell Keith-Magee, 15 years ago

(In [11059]) [1.0.X] Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for the report.

Merge of r11047 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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