Changes between Version 4 and Version 5 of FileStorageRefactor
- Timestamp:
- Aug 8, 2008, 5:27:25 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FileStorageRefactor
v4 v5 107 107 * #3567 - Since `core` is no longer allowed on `FileField`, this situation is no longer valid. 108 108 * #4345 - Since `unique` is no longer allowed on `FileField`, this situation is no longer valid. 109 110 == Finding alternative storages == 111 112 [http://code.larlet.fr/django-storages/ django-storages] is a project which plans to provide storages for different systems. For the moment, there is only a storage for the S3 backend, this is a work in progress. Please let me know if you want to participate and/or to add your own storage. [http://code.larlet.fr/doc/django-s3-storage.html Basic documentation] is provided as-is (only tests for now). Much more to come this week-end.