Ticket #13040: files.diff

File files.diff, 334 bytes (added by stherrien, 14 years ago)

patch for the file object doc page

  • file.txt

     
    77
    88.. class:: File(file_object)
    99
     10.. code-block:: html+django
     11
     12    from django.core.files import File
     13
    1014``File`` attributes and methods
    1115-------------------------------
    1216
Back to Top