Update required Django version in INSTALL and requirements.txt

Update changelog
This commit is contained in:
James Valleroy 2016-08-11 18:08:23 -04:00
parent 18996b5c56
commit e1fc563a29
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
cherrypy >= 3.0
coverage >= 3.7
django >= 1.7.0
django >= 1.10.0
django-stronghold
psutil
python-augeas