django-proxy-storage
django-proxy-storage copied to clipboard
docs actualization. django-storages remove mongodb support
Why? Mongodb is supported out of the box.
from storages.backends.mongodb import GridFSStorage is deprecated. GridFSStorage is removed from django-storages.
https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst#13-2015-08-14
Remove previously deprecated mongodb backend
Ok. I thought I've been talking about the mongodb meta backend.