Changes between Initial Version and Version 1 of Ticket #25862, comment 2


Ignore:
Timestamp:
Dec 14, 2016, 10:37:13 AM (7 years ago)
Author:
Tim Graham

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()`.
     1Let 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()`.
    22
    33I also just added a little test, that tests only storage.location. That works, that doesn't mean there isn't a problem tho.
Back to Top