django-proxy-storage icon indicating copy to clipboard operation
django-proxy-storage copied to clipboard

docs actualization. django-storages remove mongodb support

Open pahaz opened this issue 9 years ago • 3 comments

pahaz avatar Jun 27 '16 08:06 pahaz

Why? Mongodb is supported out of the box.

chibisov avatar Jun 27 '16 10:06 chibisov

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

pahaz avatar Jun 27 '16 11:06 pahaz

Ok. I thought I've been talking about the mongodb meta backend.

chibisov avatar Jun 27 '16 12:06 chibisov