stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

filebowser-safe Django 2.2 compatability #134

Closed petedermott closed 4 years ago

petedermott commented 4 years ago

When combined with the 2.2 Compatibility PR for Mezzanine this PR makes filebrowser_safe compatible with Django 2.2

jerivas commented 4 years ago

filebrowser_safe with Django 2.2 compatibility is now available on PyPI as a pre-release: 1.0.0a1. I'm working on releasing alpha versions for mezzanine and grappelli_safe as well to make testing them much easier. Stay tuned!

jerivas commented 4 years ago

It's worth adding that this is not a stable release, so you have to manually specify the version: pip install filebrowser_safe==1.0.0a1. If everything goes well with these pre-releases stable versions will be made available soon.