Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 2117acb

Browse files
committed
added badge
1 parent 9a969d9 commit 2117acb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
Django Ajax CBV
22
=================
33

4-
|Build Status| |Codacy Badge| |Coverage Status| |BCH compliance|
4+
|Pypi| |Build Status| |Codacy Badge| |Coverage Status| |BCH compliance|
55

66
Django module to easily use generic Class Based views with ajax.
77

88
Table of contents:
99
* `How to install`_;
1010
* `License`_.
1111

12+
Compatibility
13+
-------------
14+
Django
15+
* 1.10
16+
* 1.11
17+
* latest
18+
1219
How to install
1320
--------------
1421

@@ -38,6 +45,8 @@ projects and commercial products.
3845
.. _How to install: #how-to-install
3946
.. _License: #license
4047

48+
.. |Pypi| image:: https://img.shields.io/pypi/v/django-ajax-cbv.svg?style=flat-square
49+
:target: https://pypi.python.org/pypi/django-ajax-cbv
4150
.. |Build Status| image:: https://travis-ci.org/dipcode-software/django-ajax-cbv.svg?branch=master
4251
:target: https://travis-ci.org/dipcode-software/django-ajax-cbv
4352
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/a64f03c2bd344561bc21e05c23aa04fb

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,16 @@ class DevelopmentPublishCommand(PublishCommand):
8383
classifiers=[
8484
'Environment :: Web Environment',
8585
'Framework :: Django',
86+
'Framework :: Django :: 1.10',
8687
'Framework :: Django :: 1.11',
8788
'Intended Audience :: Developers',
8889
'License :: OSI Approved :: MIT License',
8990
'Operating System :: OS Independent',
9091
'Programming Language :: Python',
9192
'Programming Language :: Python :: 2.7',
93+
'Programming Language :: Python :: 3.4',
94+
'Programming Language :: Python :: 3.5',
95+
'Programming Language :: Python :: 3.6',
9296
],
9397
cmdclass={
9498
'publish_dev': DevelopmentPublishCommand,

0 commit comments

Comments
 (0)