Fixed ~~~~~ * Moved institute help text out of migration so it doesn't trigger a new migration when the email address changes.
Changed ~~~~~~~ * Fix out-by-one error in changelog versions. * Improvements to static checks. * Fix deprecation warnings. * Update matplotlib from 2.1.2 to 2.2.0. * Update Django. * Various updates to documentation. * More work with tests. * Update django-tables2 from 1.19.0 to 1.21.2. * Update ldap3 from 2.4.1 to 2.5.
5.0.2
------------------
Changed ~~~~~~~ * Update docker test scripts. * Added reportlab to requirements for 3rd party plugin.
Fixed ~~~~~ * Deploy to dockerhub automatically on travis success. * Fixed starting of celery process.
5.0.1
------------------
Fixed ~~~~~ * Use text mode not binary when writing CSV files in usage.
Removed ------- * Legacy south migrations. * Legacy site creation. * MachineCategories, ProjectQuotas, and InstituteQuotas.
3.1.34
-------------------
Fixed ~~~~~ * Not updating passwords for datastores. * Documentation issues. * Don't log raw datastore password when changing password. * Use novalidate for project selection form in application.
3.1.33
-------------------
Fixed ~~~~~ * Do not send emails to locked or system accounts.
3.1.32
-------------------
Added ~~~~~ * Docker support.
Changed ~~~~~~~ * Updated requirements. * Python3.5 or Python3.6 required. Django 1.11 required. Earlier versions will still work (for now) but are no longer tested.
Fixed ~~~~~ * E-Mail validation for admin person form. * Fixed my email address. * Various bugs fixed.