This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Django CBMail
22================
33
4- |Pypi | | Build Status | |Codacy Badge | |Coverage Status | |BCH compliance |
4+ |Build Status | |Codacy Badge | |Coverage Status | |BCH compliance | | Pypi |
55
66Django module to easily send templated emails in a DRY way using
77classes, just like Class Based Views.
@@ -84,8 +84,6 @@ projects and commercial products.
8484.. _Settings reference : #settings-reference
8585.. _License : #license
8686
87- .. |Pypi | image :: https://img.shields.io/pypi/v/django-cbmail.svg?style=flat-square
88- :target: https://pypi.python.org/pypi/django-cbmail
8987.. |Build Status | image :: https://travis-ci.org/dipcode-software/django-cbmail.svg?branch=master
9088 :target: https://travis-ci.org/dipcode-software/django-cbmail
9189.. |Codacy Badge | image :: https://api.codacy.com/project/badge/Grade/d01ebbe43c684d478cacc530e44633ad
@@ -94,3 +92,5 @@ projects and commercial products.
9492 :target: https://coveralls.io/github/dipcode-software/django-cbmail?branch=master
9593.. |BCH compliance | image :: https://bettercodehub.com/edge/badge/dipcode-software/django-cbmail?branch=master
9694 :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):
8383 classifiers = [
8484 'Environment :: Web Environment' ,
8585 'Framework :: Django' ,
86+ 'Framework :: Django :: 1.9' ,
8687 'Framework :: Django :: 1.10' ,
8788 'Framework :: Django :: 1.11' ,
8889 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments