Skip to content

Commit 492a422

Browse files
committed
Updated the django classifiers
1 parent 80c73e0 commit 492a422

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818
'Operating System :: OS Independent',
1919
'Programming Language :: Python',
2020
'Programming Language :: Python :: 3',
21-
'Programming Language :: Python :: 3.5',
2221
'Programming Language :: Python :: 3.6',
2322
'Programming Language :: Python :: 3.7',
2423
'Programming Language :: Python :: 3.8',
24+
'Programming Language :: Python :: 3.9',
2525
'Framework :: Django',
2626
'Framework :: Django :: 2.2',
2727
'Framework :: Django :: 3.0',
2828
'Framework :: Django :: 3.1',
29+
'Framework :: Django :: 3.2',
2930
'Framework :: Django CMS',
30-
'Framework :: Django CMS :: 3.7',
31-
'Framework :: Django CMS :: 3.8',
3231
'Topic :: Internet :: WWW/HTTP',
3332
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3433
'Topic :: Software Development',

tests/requirements/base.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ isort
66
tox
77

88
# Unreleased django-cms 4.0 compatible packages
9-
# FIXME: Unreleased 3.2 changes - https://github.com/django-cms/django-cms/tarball/release/4.0.x#egg=django-cms
10-
https://github.com/Aiky30/django-cms/archive/feature/cms-4-django-32-support.zip
11-
# FIXME: Unreleased 3.2 changes - https://github.com/django-cms/djangocms-versioning/tarball/master#egg=djangocms-versioning
12-
https://github.com/Aiky30/djangocms-versioning/tarball/feature/django-32-compat#egg=djangocms-versioning
9+
https://github.com/django-cms/django-cms/tarball/develop-4#egg=django-cms
10+
https://github.com/django-cms/djangocms-versioning/tarball/master#egg=djangocms-versioning

tests/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'CMS_TEMPLATES': (
2020
("page.html", "Normal page"),
2121
),
22+
"DEFAULT_AUTO_FIELD": "django.db.models.AutoField",
2223
}
2324

2425

0 commit comments

Comments
 (0)