Skip to content

Commit

Permalink
Drop Django 1.7
Browse files Browse the repository at this point in the history
Issue #60
  • Loading branch information
jjkester committed Aug 2, 2016
1 parent e6f24cc commit 74c2032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Expand Up @@ -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
Expand Down

0 comments on commit 74c2032

Please sign in to comment.