Ticket #9010: custom-file-storage.diff
File custom-file-storage.diff, 511 bytes (added by , 16 years ago) |
---|
-
docs/howto/custom-file-storage.txt
45 45 * :meth:`Storage.size` 46 46 * :meth:`Storage.url` 47 47 48 You' all also usually want to use hooks specifically designed for custom storage48 You'll also usually want to use hooks specifically designed for custom storage 49 49 objects. These are: 50 50 51 51 ``_open(name, mode='rb')``