diff --git a/.travis.yml b/.travis.yml index 0a09e25..f694913 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ python: - "2.7" - "3.4" env: - - DJANGO_VERSION=1.7.* - DJANGO_VERSION=1.8.* - DJANGO_VERSION=1.9.* + - DJANGO_VERSION=1.10.* install: - "pip install -r requirements.txt" - "pip install Django==$DJANGO_VERSION" diff --git a/docs/source/installation.rst b/docs/source/installation.rst index ae9cc57..0db8706 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -12,9 +12,9 @@ The repository can be found at https://github.com/jjkester/django-auditlog/. **Requirements** - Python 2.7, 3.4 or higher -- Django 1.7 or higher +- Django 1.8 or higher -Auditlog is currently tested with Python 2.7 and 3.4 and Django 1.7, 1.8 and 1.9. The latest test report can be found +Auditlog is currently tested with Python 2.7 and 3.4 and Django 1.8, 1.9 and 1.10. The latest test report can be found at https://travis-ci.org/jjkester/django-auditlog. Adding Auditlog to your Django application