Skip to content

Commit 28e9e23

Browse files
jackton1mixxorz
authored andcommitted
Update supported django versions. (#55)
* Updated supported django versions * Include supported django versions to README.md
1 parent 87733bb commit 28e9e23

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# django-service-objects [![Latest Version][latest-version-image]][latest-version-link]
2-
[![Build Status][build-status-image]][build-status-link] [![Python Support][python-support-image]][python-support-link] [![License][license-image]][license-link]
2+
[![Build Status][build-status-image]][build-status-link]
3+
[![Python Support][python-support-image]][python-support-link]
4+
[![PyPI - Django Version][django-version-image]][django-link]
5+
[![License][license-image]][license-link]
36

47
Service objects for Django
58

@@ -160,5 +163,7 @@ If you have any questions about service objects, you can tweet me [@mixxorz](htt
160163
[build-status-link]: https://travis-ci.org/mixxorz/django-service-objects
161164
[python-support-image]: https://img.shields.io/pypi/pyversions/django-service-objects.svg
162165
[python-support-link]: https://pypi.org/project/django-service-objects/
166+
[django-version-image]: https://img.shields.io/pypi/djversions/django_service_objects.svg
167+
[django-link]: https://docs.djangoproject.com/en/3.0/releases/
163168
[license-image]: https://img.shields.io/pypi/l/django-service-objects.svg
164169
[license-link]: https://github.com/mixxorz/django-service-objects/blob/master/LICENSE

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
'Development Status :: 4 - Beta',
4343
'Environment :: Plugins',
4444
'Environment :: Web Environment',
45-
'Framework :: Django',
4645
'Intended Audience :: Developers',
4746
'License :: OSI Approved :: MIT License',
4847
'Operating System :: OS Independent',
@@ -54,6 +53,11 @@
5453
'Programming Language :: Python :: 3.6',
5554
'Programming Language :: Python :: 3.7',
5655
'Programming Language :: Python :: 3.8',
56+
'Framework :: Django :: 1.11',
57+
'Framework :: Django :: 2.0',
58+
'Framework :: Django :: 2.1',
59+
'Framework :: Django :: 2.2',
60+
'Framework :: Django :: 3.0',
5761
'Topic :: Internet :: WWW/HTTP',
5862
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
5963
],

0 commit comments

Comments
 (0)