Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8839 closed (duplicate)

typo in model fields docs

Reported by: TomV Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: typo model fields docs
Cc: Triage Stage: Unreviewed
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/#imagefield

-class ImageField(upload_to-None[, height_field=None, width_field=None, max_length=100, options])
+class ImageField(upload_to=None[, height_field=None, width_field=None, max_length=100,
options])


Change History (2)

comment:1 by Julien Phalip, 16 years ago

Resolution: duplicate
Status: newclosed

Dupe of #8838. No need to post a different ticket for each typo. Instead, group all of them in one ticket. Also, post a patch if you can -- that makes the process easier.

comment:2 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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