Skip to content

Commit

Permalink
Merge pull request #19 from ramprabhuj/master
Browse files Browse the repository at this point in the history
Made S3BotoStorage deconstructible so that Django can migrate it.
  • Loading branch information
jschneier committed Jan 26, 2015
2 parents 9061538 + ad06cda commit be70fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storages/backends/s3boto.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def close(self):
self._multipart.cancel_upload()
self.key.close()


@deconstructible
class S3BotoStorage(Storage):
"""
Amazon Simple Storage Service using Boto
Expand Down

0 comments on commit be70fd1

Please sign in to comment.