Skip to content

Django 2.0.1 and Python 3.6

Compare
Choose a tag to compare
@miguelcleon miguelcleon released this 30 Jan 15:51
· 245 commits to master since this release
1c4a050

ODM2 Admin has been updated to use Django 2.0.1 and Python 3.6 additional changes are below.

New Features and changes:

  1. Documentation is now included which is published to https://odm2.github.io/ODM2-Admin/
  2. Time series can now be exported to Hydroshare.
  3. Travis-ci is now properly running Django tests.
  4. django-ajax-selects unpinned in requirements.txt and lookup channels removed from settings (replaced with register decorator in lookups.py).
  5. A management CLI tool was created to generate SQLite data exports.
  6. Redis for page caching has been added.