File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 18
18
'Operating System :: OS Independent' ,
19
19
'Programming Language :: Python' ,
20
20
'Programming Language :: Python :: 3' ,
21
- 'Programming Language :: Python :: 3.5' ,
22
21
'Programming Language :: Python :: 3.6' ,
23
22
'Programming Language :: Python :: 3.7' ,
24
23
'Programming Language :: Python :: 3.8' ,
24
+ 'Programming Language :: Python :: 3.9' ,
25
25
'Framework :: Django' ,
26
26
'Framework :: Django :: 2.2' ,
27
27
'Framework :: Django :: 3.0' ,
28
28
'Framework :: Django :: 3.1' ,
29
+ 'Framework :: Django :: 3.2' ,
29
30
'Framework :: Django CMS' ,
30
- 'Framework :: Django CMS :: 3.7' ,
31
- 'Framework :: Django CMS :: 3.8' ,
32
31
'Topic :: Internet :: WWW/HTTP' ,
33
32
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
34
33
'Topic :: Software Development' ,
Original file line number Diff line number Diff line change 6
6
tox
7
7
8
8
# 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
Original file line number Diff line number Diff line change 19
19
'CMS_TEMPLATES' : (
20
20
("page.html" , "Normal page" ),
21
21
),
22
+ "DEFAULT_AUTO_FIELD" : "django.db.models.AutoField" ,
22
23
}
23
24
24
25
You can’t perform that action at this time.
0 commit comments