Skip to content

Commit d56f57a

Browse files
committed
update readme
1 parent 9b45f8a commit d56f57a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ django-excel - Let you focus on data, instead of file formats
1111
.. image:: https://readthedocs.org/projects/django-excel/badge/?version=latest
1212
:target: http://django-excel.readthedocs.org/en/latest/
1313

14-
.. image:: http://img.shields.io/gittip/chfw.svg
15-
:target: https://gratipay.com/chfw/
16-
1714
**django-excel** is based on `pyexcel <https://github.com/chfw/pyexcel>`_ and makes
1815
it easy to consume/produce information stored in excel files over HTTP protocol as
1916
well as on file system. This library can turn the excel data into Pythonic a list of
@@ -61,6 +58,7 @@ Known constraints
6158

6259
Fonts, colors and charts are not supported.
6360

61+
6462
Installation
6563
============
6664

@@ -129,3 +127,15 @@ Dependencies
129127
* Django
130128
* pyexcel >= 0.1.5
131129
* pyexcel-webio
130+
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

0 commit comments

Comments
 (0)