david / django-storages

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

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

Shortlog (showing r95:8a529aaf857a (tip) → r71:2180945212ec)

Age Author Message A M D «
4 months richleland richleland Incorporated content_type patch from adamnelson. 1
4 months richleland richleland Applied patch for #44 from adamnelson. 1
4 months richleland richleland Removed unused distribute_setup file. 1
4 months richleland richleland Added tag 1.1.1 for changeset 374f6d14e307 1
4 months richleland richleland Removing distribute. Causing issues w/PyPI install. 1
4 months richleland richleland Added tag 1.1.1 for changeset 0054d538ccb5 1
4 months richleland richleland Fixing PyPI install issue. 1
4 months richleland richleland Added tag 1.1 for changeset ef009ac1d6a4 1
4 months richleland richleland Closing 1.1 branch.
4 months richleland richleland Closing 1.0 branch.
4 months richleland richleland Moving 1.1 branch into default.
4 months richleland richleland Creating 1.0 branch.
4 months richleland richleland Updated setup.py to use distribute. 1 2
4 months richleland richleland Added build folder to ignore list. 1
4 months richleland richleland Cleaned up settings in s3 1
4 months richleland richleland Removed unnecessary import in s3 1
4 months richleland richleland Incorporated changes from default branch. 3
4 months richleland richleland Refs #43. Upped version number to 1.1 in setup.py. 1
5 months david david Fix #37, I must be more careful with my automated merges. 1
6 months pswartz add AWS_BUCKET_PREFIX setting 1
6 months dziegler dziegler merge gzip fork with trunk 1
6 months dziegler dziegler better var naming, only import gzip if using gzip 2
6 months dziegler dziegler automatically gzip text files with s3 2
6 months gvangool gvangool Use a StringIO object internally (so we have self.file again) 1
6 months gvangool gvangool Return empty string when we try to get the URL of a key that doesn't exist in th… 1