Merge branch 'master' into migration-magic

This commit is contained in:
Jan-Jelle Kester 2016-08-02 17:14:07 +02:00
commit 391be0fcfb
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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