Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8838 closed (fixed)

typo in model fields docs

Reported by: TomV Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: typo model fields docs
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

http://docs.djangoproject.com/en/dev/ref/models/fields/#positivesmallintegerfield

PositiveSmallIntegerField
-class PositiveIntegerField([options])
+class PositiveSmallIntegerField([
options])

Attachments (1)

8838.diff (869 bytes ) - added by arien 16 years ago.
patch for #8838 and #8839

Download all attachments as: .zip

Change History (6)

comment:1 by Julien Phalip, 16 years ago

Thanks for the report. Can you try to post a patch? It makes the process a lot quicker.
Also, try to keep all typos in one ticket, especially if that concerns a same area of the documentation. That's why I closed #8838.

comment:2 by Julien Phalip, 16 years ago

Sorry, I meant I closed #8839.

by arien, 16 years ago

Attachment: 8838.diff added

patch for #8838 and #8839

comment:3 by arien, 16 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:4 by simon, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [8927]

comment:5 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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