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.7 (February 2st , 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1
66+ * FileBrowser 3.7.8 (March 25th , 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.8 (Match 25th, 2019)
12+ ------------------------
13+
14+ * Fix Chinese locale language code to match the one in Django 1.9+
15+
11163.7.7 (February 2nd, 2019)
1217------------------------
1318
Original file line number Diff line number Diff line change 1- VERSION = '3.7.7 '
1+ VERSION = '3.7.8 '
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.7 ' ,
10+ version = '3.7.8 ' ,
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