Ticket #11056: django_docs_ref_files_storage_txt.patch

File django_docs_ref_files_storage_txt.patch, 569 bytes (added by wam, 15 years ago)

patch to fix the buggy reference to non existant objects.

  • docs/ref/files/storage.txt

    diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
    index 0ca5770..c8aafa8 100644
    a b modify the filename as necessary to get a unique name. The actual name of the  
    4343stored file will be returned.
    4444
    4545The ``content`` argument must be an instance of
    46 :class:`django.db.files.File` or of a subclass of
    47 :class:`~django.db.files.File`.
     46:class:`django.core.files.File` or of a subclass of
     47:class:`~django.core.files.File`.
    4848
    4949``Storage.delete(name)``
    5050~~~~~~~~~~~~~~~~~~~~~~~~
Back to Top