#11056: wrong object listed as a dependency in storage doc ---------------------------+------------------------------------------------ Reporter: wam | Owner: nobody Status: new | Milestone: Component: Documentation | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ at http://docs.djangoproject.com/en/dev/ref/files/storage/#storage-save- name-content the following statement is made: {{{ The content argument must be an instance of django.db.files.File or of a subclass of File. }}} That URL corresponds to: django/docs/ref/files/storage.txt which includes the following text: {{{ The ``content`` argument must be an instance of :class:`django.db.files.File` or of a subclass of :class:`~django.db.files.File`. }}}
In fact, there is no django.db.files.File object defined. I suspect the actual object that the documentation refers to is django.core.files.File. I'll attach a patch against the doc that corrects this mistake. -- Ticket URL: <http://code.djangoproject.com/ticket/11056> 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 -~----------~----~----~----~------~----~------~--~---
