Skip to content

Commit

Permalink
django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
geelweb committed Oct 25, 2015
1 parent 82af1ad commit 9c5934e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ python:
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
script: python tests/runtests.py
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contact form.
Prerequisites
=============

- Django 1.6.+
- Django >= 1.8

Topics
======
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4:

__author__ = "Guillaume Luchet <guillaume@geelweb.org>"
__version__ = "0.2.2"
__version__ = "1.0"

import os, sys
from setuptools import setup, find_packages
Expand Down Expand Up @@ -36,6 +36,9 @@
'locale/*/LC_MESSAGES/*.mo'
],
},
install_requires=[
'django>=1.8',
],
keywords=['django', 'contact', 'form']
)

0 comments on commit 9c5934e

Please sign in to comment.