File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
6363Releases
6464--------
6565
66- * FileBrowser 3.7.5 (September 12th, 2018 ): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1
66+ * FileBrowser 3.7.6 (February 1st, 2019 ): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1
6767* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9
6868
6969Older versions are available at GitHub, but are not supported anymore.
Original file line number Diff line number Diff line change 88Changelog
99=========
1010
11+ 3.7.6 (February 1st, 2019)
12+ ------------------------
13+
14+ * Fix default value for FileBrowserField (thanks @carlosgeos for report)
15+
11163.7.5 (September 12th, 2018)
1217------------------------
1318
Original file line number Diff line number Diff line change 1- VERSION = '3.7.5 '
1+ VERSION = '3.7.6 '
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def read(fname):
77
88setup (
99 name = 'django-filebrowser-no-grappelli' ,
10- version = '3.7.5 ' ,
10+ version = '3.7.6 ' ,
1111 description = 'Media-Management no Grappelli' ,
1212 long_description = read ('README.rst' ),
1313 url = 'https://github.com/smacker/django-filebrowser-no-grappelli' ,
You can’t perform that action at this time.
0 commit comments