mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Drop Django 1.5 support (unsupported version)
This commit is contained in:
parent
bafce4d72c
commit
42d9d767ac
3 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ python:
|
|||
- "2.7"
|
||||
- "3.4"
|
||||
env:
|
||||
- DJANGO_VERSION=1.5
|
||||
- DJANGO_VERSION=1.7
|
||||
- DJANGO_VERSION=1.8
|
||||
install:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Django>=1.5
|
||||
Django>=1.7
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -11,6 +11,6 @@ setup(
|
|||
author_email='janjelle@jjkester.nl',
|
||||
description='Audit log app for Django',
|
||||
install_requires=[
|
||||
'Django>=1.5'
|
||||
'Django>=1.7'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue