File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
1815it easy to consume/produce information stored in excel files over HTTP protocol as
1916well as on file system. This library can turn the excel data into Pythonic a list of
@@ -61,6 +58,7 @@ Known constraints
6158
6259Fonts, colors and charts are not supported.
6360
61+
6462Installation
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
You can’t perform that action at this time.
0 commit comments