Skip to content

Commit

Permalink
Upgrade to Django 1.8 -> 1.9 -> 1.10 #103
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Nov 29, 2016
1 parent 9de9757 commit 77ea9dd
Show file tree
Hide file tree
Showing 59 changed files with 516 additions and 1,570 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
language: python

python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6-dev"
- "nightly" # currently points to 3.7-dev
- 3.4
- 3.5
- 3.5-dev
- 3.6-dev
- nightly # currently points to 3.7-dev

matrix:
allow_failures:
# Was never supported by dsmrreader anyway.
- python: 2.7

# Support dropped since Django 1.9. It actually breaks in Django.
- python: 3.3

# Not officially supported by DSMR-reader, but we want to look ahead.
- python: 3.6-dev
- python: nightly

Expand Down
15 changes: 14 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ v1.5.0 - xxxx-xx-xx
^^^^^^^^^^^^^^^^^^^
- Switch Nosetests to Pytest (+ pytest-cov) (`#167 <https://github.com/dennissiemensma/dsmr-reader/issues/167>`_).
- PyLama code audit (+ pytest-cov) (`#158 <https://github.com/dennissiemensma/dsmr-reader/issues/158>`_).
- Double upgrade of Django framework ``Django 1.8`` -> ``Django 1.9`` -> ``Django 1.10`` (`#103 <https://github.com/dennissiemensma/dsmr-reader/issues/103>`_).
- **Change in Python support**:

- The support for ``Python 3.3`` has been **dropped** due to the Django upgrade (`#103 <https://github.com/dennissiemensma/dsmr-reader/issues/103>`_).
- There is **experimental support** for ``Python 3.6`` and ``Python 3.7 (nightly)`` as the unittests are `now built against those versions <https://travis-ci.org/dennissiemensma/dsmr-reader/branches>`_ as well (`#167 <https://github.com/dennissiemensma/dsmr-reader/issues/167>`_).

- **Legacy warning**:

- The migrations that were squashed together in (`#31 <https://github.com/dennissiemensma/dsmr-reader/issues/31>`_) have been **removed**. This will only affect you when you are currently still running a dsmrreader-version of **before** ``v0.13 (β)``.
- If you are indeed still running ``< v0.13 (β)``, please upgrade to ``v1.4`` first (!), followed by an upgrade to ``v1.5``.



v1.4.0 - 2016-11-28
Expand All @@ -15,10 +26,12 @@ v1.4.0 - 2016-11-28
- Add new note from Dashboard has wrong time format (`#159 <https://github.com/dennissiemensma/dsmr-reader/issues/159>`_).
- Display estimated price for current usage in Dashboard (`#155 <https://github.com/dennissiemensma/dsmr-reader/issues/155>`_).
- Dropbox API v1 deprecated in June 2017 (`#142 <https://github.com/dennissiemensma/dsmr-reader/issues/142>`_).
- Support for Python 3.5 (`#55 <https://github.com/dennissiemensma/dsmr-reader/issues/55>`_).
- Improve code coverage (`#151 <https://github.com/dennissiemensma/dsmr-reader/issues/151>`_).
- Restyle configuration overview (`#156 <https://github.com/dennissiemensma/dsmr-reader/issues/156>`_).
- Capability based push notifications (`#165 <https://github.com/dennissiemensma/dsmr-reader/issues/165>`_).
- **Change in Python support**:

- Support for ``Python 3.5`` has been added officially (`#55 <https://github.com/dennissiemensma/dsmr-reader/issues/55>`_).


v1.3.2 - 2016-11-08
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Dependencies & requirements
- **Minimal 100 MB of disk space on RaspberryPi (card)** (for application installation & virtualenv).

- More disk space is required for storing all reader data captured (optional). I generally advise to use a 8+ GB SD card.
- The readings will take 90+ % of the disk space. I plan however to add some kind of retention to it later, keeping the data (of many years) far below the 500 MB.
- The readings will take 90+ percent of the disk space. I plan however to add some kind of retention to it later, keeping the data (of many years) far below the 500 MB.

- **Smart meter P1 data cable**

Expand Down
Binary file modified docs/locale/nl/LC_MESSAGES/changelog.mo
Binary file not shown.
Loading

0 comments on commit 77ea9dd

Please sign in to comment.