From f5df3d4cd25c8b9581ca8ef2e2bdd623fade2643 Mon Sep 17 00:00:00 2001 From: Slava Date: Thu, 6 Oct 2016 12:49:47 +0300 Subject: [PATCH] Mandatory django version >= 1.8 --- .gitignore | 3 +- README.md | 3 + .../filebrowser/include/toolbar.html | 2 +- filebrowser/urls.py | 28 +- filebrowser/views.py | 278 +++++++++++------- setup.py | 4 +- 6 files changed, 194 insertions(+), 124 deletions(-) diff --git a/.gitignore b/.gitignore index 92931da..0762cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ builddocs.zip build/ dist/ django_media_manager.egg-info -example/example/local_settings.py \ No newline at end of file +example/example/local_settings.py +.DS_Store diff --git a/README.md b/README.md index fe56c69..103bd32 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ At the moment i'm without time to maintain this great project. To all the people # Changelog +### 06-10-2016 v3.4.1 +* Mandatory django version >= 1.8 + ### 25-08-2014 v3.4.0 * Uses Pillow now. * Python 3 only now. diff --git a/filebrowser/templates/filebrowser/include/toolbar.html b/filebrowser/templates/filebrowser/include/toolbar.html index 1fa4864..6c4d1d6 100755 --- a/filebrowser/templates/filebrowser/include/toolbar.html +++ b/filebrowser/templates/filebrowser/include/toolbar.html @@ -3,7 +3,7 @@