Changes between Initial Version and Version 1 of Ticket #25862, comment 2
- Timestamp:
- Dec 14, 2016, 10:37:13 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25862, comment 2
initial v1 1 Let me try to convince you then. I just [ changed](https://travis-ci.org/codingjoe/django-stdimage/jobs/94828152) it to the [documented](https://docs.djangoproject.com/en/1.8/topics/files/#storage-objects)`default_storage` helper, which is nothing other than `DefaultStorage()`.1 Let me try to convince you then. I just [https://travis-ci.org/codingjoe/django-stdimage/jobs/94828152 changed] it to the [https://docs.djangoproject.com/en/stable/topics/files/#storage-objects documented] `default_storage` helper, which is nothing other than `DefaultStorage()`. 2 2 3 3 I also just added a little test, that tests only storage.location. That works, that doesn't mean there isn't a problem tho.