david / django-storages

Support for many storages (S3, MogileFS, etc) in Django.

Clone this repository (size: 192.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/david/django-storages

Shortlog (showing r111:3602d345b998 (tip) → r87:ba5973734121)

Age Author Message A M D «
5 weeks echamberlain echamberlain S3 Content-Type fix. 1
6 weeks echamberlain echamberlain Added AWS_REDUCED_REDUNDANCY flag to set reduced redundancy mode on the file. … 1
6 weeks echamberlain echamberlain Added AWS_BUCKET_ACL to control the acl on the bucket. AWS_BUCKET_ACL will… 1
3 months david david Merge @pydanny's modifications on mosso storage
3 months pydanny pydanny Fixed mosso storage to save the size on a content object before turning it into … 1
3 months IanLewis IanLewis Added support for a base location for the storage within the bucket. Paths… 1
3 months IanLewis IanLewis Added support for custom domains and setting secure/non-secure urls 1
3 months IanLewis IanLewis Added support for passing querystring auth and expire parameters to the… 1
3 months IanLewis IanLewis Fixed a bug on the new listdir() method implementation that was accidentally… 1
3 months IanLewis IanLewis Made the S3BotoStorageFile more file object like. Fixed writes 1
3 months IanLewis IanLewis Updated the S3BotoStorageFile to wrap a StringIO object better. It now supports… 1
3 months IanLewis IanLewis Use the new_key method as someone might have changed the key_class on the bucket 1
3 months IanLewis IanLewis Don't add the Content-Length header since boto does a better job of finding the… 1
3 months IanLewis IanLewis Use the DefaultContentType property from the Key class 1
3 months david david Add a mongodb backend, fixes #38, thanks @wkornewald 1 1
4 months david david Add an hashpath storage, thanks Axel Gembe 1 1
5 months richleland richleland Incorporated content_type patch from adamnelson. 1
5 months richleland richleland Applied patch for #44 from adamnelson. 1
6 months richleland richleland Removed unused distribute_setup file. 1
6 months richleland richleland Added tag 1.1.1 for changeset 374f6d14e307 1
6 months richleland richleland Removing distribute. Causing issues w/PyPI install. 1
6 months richleland richleland Added tag 1.1.1 for changeset 0054d538ccb5 1
6 months richleland richleland Fixing PyPI install issue. 1
6 months richleland richleland Added tag 1.1 for changeset ef009ac1d6a4 1
6 months richleland richleland Closing 1.1 branch.