#10862: Confusing image field text ---------------------------+------------------------------------------------ Reporter: mw | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: imagefield | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ The page [http://docs.djangoproject.com/en/dev/ref/models/fields/#imagefield] has the documentation, "In addition to the special attributes that are available for FileField, an ImageField also has File.height and File.width attributes. See [http://docs.djangoproject.com/en/dev/topics/files /#topics-files Managing files]."
However, clicking Managing files takes you to [http://docs.djangoproject.com/en/dev/topics/files/#topics-files] which does not mention width or height on the page. I can see how this would be confusing to people reading the docs. Would a link to [http://docs.djangoproject.com/en/dev/ref/files/file/#additional- imagefield-attributes] be clearer? Or perhaps mention the words width or height by the link, "The File Object" so users see that and follow through? -- Ticket URL: <http://code.djangoproject.com/ticket/10862> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
