Ticket #9010: custom-file-storage.diff

File custom-file-storage.diff, 511 bytes (added by rduffield, 16 years ago)
  • docs/howto/custom-file-storage.txt

     
    4545    * :meth:`Storage.size`
    4646    * :meth:`Storage.url`
    4747
    48 You'all also usually want to use hooks specifically designed for custom storage
     48You'll also usually want to use hooks specifically designed for custom storage
    4949objects. These are:
    5050
    5151``_open(name, mode='rb')``
Back to Top