#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])
Note:
See TracTickets
for help on using tickets.
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.