Skip to content

Commit b38e35e

Browse files
committed
update documentation, setup and requirements regarding django versions
1 parent d56f57a commit b38e35e

File tree

4 files changed

+30
-13
lines changed

4 files changed

+30
-13
lines changed

README.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ Known constraints
5959
Fonts, colors and charts are not supported.
6060

6161

62+
Tested Django Versions
63+
========================
64+
65+
.. image:: https://img.shields.io/badge/django-1.9-green.svg
66+
:target: http://travis-ci.org/chfw/django-excel
67+
68+
.. image:: https://img.shields.io/badge/django-1.8.2-green.svg
69+
:target: http://travis-ci.org/chfw/django-excel
70+
71+
.. image:: https://img.shields.io/badge/django-1.7.8-green.svg
72+
:target: http://travis-ci.org/chfw/django-excel
73+
74+
6275
Installation
6376
============
6477

@@ -128,14 +141,3 @@ Dependencies
128141
* pyexcel >= 0.1.5
129142
* pyexcel-webio
130143

131-
Tested Django Versions
132-
========================
133-
134-
.. image:: https://img.shields.io/badge/django-1.9-green.svg
135-
:target: http://travis-ci.org/chfw/django-excel
136-
137-
.. image:: https://img.shields.io/badge/django-1.8.2-green.svg
138-
:target: http://travis-ci.org/chfw/django-excel
139-
140-
.. image:: https://img.shields.io/badge/django-1.7.8-green.svg
141-
:target: http://travis-ci.org/chfw/django-excel

doc/source/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ and export from SQL databases, information analysis and persistence. It uses
5959
#. to provide the same interface for information persistence at server side: saving a uploaded excel file to and loading a saved excel file from file system.
6060

6161

62+
Tested Django Versions
63+
========================
64+
65+
.. image:: https://img.shields.io/badge/django-1.9-green.svg
66+
:target: http://travis-ci.org/chfw/django-excel
67+
68+
.. image:: https://img.shields.io/badge/django-1.8.2-green.svg
69+
:target: http://travis-ci.org/chfw/django-excel
70+
71+
.. image:: https://img.shields.io/badge/django-1.7.8-green.svg
72+
:target: http://travis-ci.org/chfw/django-excel
73+
74+
6275
Installation
6376
--------------
6477
You can install it via pip::

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pyexcel>=0.1.4
22
pyexcel-webio>=0.0.2
33
pyexcel-xls>=0.0.7
44
pyexcel-xlsx>=0.0.6
5-
django>=1.5.12
5+
django>=1.7.1

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@
4747
'License :: OSI Approved :: BSD License',
4848
'Intended Audience :: Developers',
4949
'Framework :: Django :: 1.7',
50+
'Framework :: Django :: 1.8',
51+
'Framework :: Django :: 1.9',
5052
'Programming Language :: Python :: 2',
5153
'Programming Language :: Python :: 2.7',
5254
'Programming Language :: Python :: 3',
5355
'Programming Language :: Python :: 3.3',
5456
'Programming Language :: Python :: 3.4',
55-
'Programming Language :: Python :: Implementation :: PyPy'
57+
'Programming Language :: Python :: 3.5'
5658
]
5759
)

0 commit comments

Comments
 (0)