diff --git a/CHANGELOG.md b/CHANGELOG.md index 749a5e0d2..3676a8095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,14 +29,17 @@ All notable changes to this project will be documented in this file. - Improved Dynamic DNS status message when no update needed. - Improved Ikiwiki description. - Added check if a2query is installed before using it, since apache2 -is not a dependency for Plinth. + is not a dependency for Plinth. - networks: Fixed incorrect access for retrieving DNS entries. +- Fixed issue with lost menus in Django 1.10. +- Added workaround for script prefix problem in stronghold. ### Changed - Added suggested packages for ikiwiki. Removed recommends since they are installed automatically. - users: Switched to using dpkg-reconfigure to configure several packages. This will work even if the package is already installed. +- Bumped required version of Django to 1.10. ## [0.9.4] - 2016-06-14 ### Fixed diff --git a/INSTALL b/INSTALL index d3552873f..ee7d0b46e 100644 --- a/INSTALL +++ b/INSTALL @@ -50,11 +50,11 @@ # Note on Django version: -Django 1.9 is required to run Plinth. You can check the version by running: +Django 1.10 is required to run Plinth. You can check the version by running: $ django-admin --version -If apt-get provided django<1.9, then follow the steps below: +If apt-get provided django<1.10, then follow the steps below: 1. Uninstall older django versions: @@ -65,7 +65,7 @@ If apt-get provided django<1.9, then follow the steps below: $ sudo apt-get install python3-pip -3. Install django1.9 through pip: +3. Install django1.10 through pip: $ sudo pip3 install django django-bootstrap-form django-stronghold \ --upgrade diff --git a/requirements.txt b/requirements.txt index eb0ff243f..11aba2490 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cherrypy >= 3.0 coverage >= 3.7 -django >= 1.7.0 +django >= 1.10.0 django-stronghold psutil python-augeas