File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33Django app for forbidding access to some countries.
44
55[ ![ PyPI] ( https://img.shields.io/pypi/v/django-forbid.svg )] ( https://pypi.org/project/django-forbid/ )
6- [ ![ Django ] ( https://img.shields.io/badge/ django-%3E%3D2.1-blue. svg )] ( https://pypi.org/project/django-forbid/ )
7- [ ![ Python ] ( https://img.shields.io/pypi/pyversions /django-forbid.svg )] ( https://pypi.org/project/django-forbid/ )
6+ [ ![ Python ] ( https://img.shields.io/pypi/pyversions/ django-forbid. svg?logoColor=white )] ( https://pypi.org/project/django-forbid/ )
7+ [ ![ Django ] ( https://img.shields.io/pypi/djversions /django-forbid.svg?color=0C4B33&label=django )] ( https://pypi.org/project/django-forbid/ )
88[ ![ License] ( https://img.shields.io/pypi/l/django-forbid.svg )] ( https://github.com/pysnippet/django-forbid/blob/master/LICENSE )
99[ ![ Tests] ( https://github.com/pysnippet/django-forbid/actions/workflows/tests.yml/badge.svg )] ( https://github.com/pysnippet/django-forbid/actions/workflows/tests.yml )
1010
Original file line number Diff line number Diff line change @@ -16,8 +16,15 @@ license = MIT
1616license_file = LICENSE
1717platforms = unix, linux, osx, win32
1818classifiers =
19- Framework :: Django
2019 Operating System :: OS Independent
20+ Framework :: Django
21+ Framework :: Django :: 2.1
22+ Framework :: Django :: 2.2
23+ Framework :: Django :: 3.1
24+ Framework :: Django :: 3.2
25+ Framework :: Django :: 4.0
26+ Framework :: Django :: 4.1
27+ Programming Language :: Python
2128 Programming Language :: Python :: 3
2229 Programming Language :: Python :: 3.6
2330 Programming Language :: Python :: 3.7
You can’t perform that action at this time.
0 commit comments