mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-26 17:54:45 +00:00
Merge pull request #62 from jjkester/django-1.10-changes
Django 1.10 changes
This commit is contained in:
commit
1b678e0041
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue