This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Django CBMail
2
2
================
3
3
4
- |Pypi | | Build Status | |Codacy Badge | |Coverage Status | |BCH compliance |
4
+ |Build Status | |Codacy Badge | |Coverage Status | |BCH compliance | | Pypi |
5
5
6
6
Django module to easily send templated emails in a DRY way using
7
7
classes, just like Class Based Views.
@@ -84,8 +84,6 @@ projects and commercial products.
84
84
.. _Settings reference : #settings-reference
85
85
.. _License : #license
86
86
87
- .. |Pypi | image :: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat-square
88
- :target: https://pypi.python.org/pypi/django-cbmail
89
87
.. |Build Status | image :: https://travis-ci.org/dipcode-software/django-cbmail.svg?branch=master
90
88
:target: https://travis-ci.org/dipcode-software/django-cbmail
91
89
.. |Codacy Badge | image :: https://api.codacy.com/project/badge/Grade/d01ebbe43c684d478cacc530e44633ad
@@ -94,3 +92,5 @@ projects and commercial products.
94
92
:target: https://coveralls.io/github/dipcode-software/django-cbmail?branch=master
95
93
.. |BCH compliance | image :: https://bettercodehub.com/edge/badge/dipcode-software/django-cbmail?branch=master
96
94
:target: https://bettercodehub.com/
95
+ .. |Pypi | image :: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat
96
+ :target: https://pypi.python.org/pypi/django-cbmail
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ class DevelopmentPublishCommand(PublishCommand):
83
83
classifiers = [
84
84
'Environment :: Web Environment' ,
85
85
'Framework :: Django' ,
86
+ 'Framework :: Django :: 1.9' ,
86
87
'Framework :: Django :: 1.10' ,
87
88
'Framework :: Django :: 1.11' ,
88
89
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments