FileBrowser 3.6 Release Notes¶
FileBrowser 3.6 is compatible with Django 1.8 as well as Grappelli 2.7.
Updates¶
- Compatibility with Django 1.8 and Grappelli 2.7
- The setting
VERSIONS_BASEDIRis now_versionsby default. - The settings
MEDIA_ROOTandMEDIA_URLhave been removed. - File listing is not being filtered if
VERSIONS_BASEDIRis being used. - Removed
FolderfromEXTENSIONS. - Templatetag
versioncan now be used asversion ... as varname(instead ofversion_object). - New
FileBrowseUploadField(experimental).
Upcoming Depreciations (3.7)¶
version_objectwill be removed with 3.7- Defining a
VERSIONS_BASEDIRoutside of site.directory will be mandatory with 3.7 FileInputandClearableFileInputwill be removed with 3.7
Update from FileBrowser 3.5.x¶
- Update Django to 1.8 and check https://docs.djangoproject.com/en/dev/releases/1.8/
- Update Grappelli to 2.7.x
- Update FileBrowser to 3.6.x