Move comment on Django support from README to history

This commit is contained in:
Peter Bittner 2016-01-17 23:41:56 +01:00
parent 6e18be8771
commit 5e9e205e78
2 changed files with 6 additions and 6 deletions

View file

@ -21,11 +21,6 @@ set-up very simple, while allowing advanced users to customize tracking.
Each service is set up as recommended by the services themselves, using
an asynchronous version of the Javascript code if possible.
Version 1.0.0 is the last to support Django < 1.7. Users of older django
versions should stick to 1.0.0, and are encouraged to upgrade their setups.
Starting with 2.0.0, dropping support for obsolete Django versions is not
considered to be a backward-incompatible change.
.. end docs include
.. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg

View file

@ -10,6 +10,11 @@ version numbers. Patch-level increments indicate bug fixes, minor
version increments indicate new functionality and major version
increments indicate backwards incompatible changes.
Version 1.0.0 is the last to support Django < 1.7. Users of older django
versions should stick to 1.0.0, and are encouraged to upgrade their setups.
Starting with 2.0.0, dropping support for obsolete Django versions is not
considered to be a backward-incompatible change.
.. _`Semantic Versioning`: http://semver.org/
.. include:: ../CHANGELOG.rst
@ -29,4 +34,4 @@ Helping out
.. include:: ../README.rst
:start-after: .. start contribute include
:end-before: .. end contribute include