1
- django >= 3.1 , < 3 .2
1
+ django == 2 .2
2
2
dj-database-url == 0.5.0
3
3
django-storage-url == 0.5.0
4
4
whitenoise == 5.2.0
@@ -9,7 +9,7 @@ psycopg2==2.8.5
9
9
uwsgi == 2.0.19.1
10
10
11
11
# key requirements for django CMS
12
- django-cms >= 3.8 , < 3.9
12
+ http://github.com/divio/ django-cms/tarball/release/4.0.x#egg=django-cms
13
13
django-treebeard >= 4.0 ,< 5.0
14
14
django-classy-tags >= 2.0
15
15
django-sekizai >= 2.0
20
20
djangocms-admin-style >= 2.0 ,< 3.0
21
21
22
22
# the default CKEditor - optional, but used in most projects
23
- djangocms-text-ckeditor >= 4.0 , < 5.0
23
+ https://github.com/divio/ djangocms-text-ckeditor/tarball/support/ 4.0.x#egg=djangocms-text-ckeditor
24
24
25
25
# some content plugins - optional, but used in most projects
26
26
djangocms-link >= 3.0 ,< 4.0
27
+ # FIXME: Replaces djangocms-link, some packages are still sadly dependant ....
28
+ https://github.com/divio/djangocms-url-manager/tarball/master#egg=djangocms-url-manager
29
+
27
30
djangocms-icon >= 2.0 ,< 3.0
28
31
djangocms-style >= 3.0 ,< 4.0
29
32
djangocms-googlemap >= 2.0 ,< 3.0
@@ -32,7 +35,7 @@ djangocms-file>=3.0,<4.0
32
35
djangocms-picture >= 3.0 ,< 4.0
33
36
34
37
# optional django CMS Bootstrap 4 modules
35
- djangocms-bootstrap4 >= 2.0 , < 3.0
38
+ https://github.com/Aiky30/ djangocms-bootstrap4/tarball/feature/cms-4-support#egg=djangocms-bootstrap4
36
39
37
40
# Django Filer - optional, but used in most projects
38
41
easy_thumbnails
@@ -41,3 +44,6 @@ django-mptt>0.9
41
44
html5lib >= 1.0.1
42
45
Pillow >= 3.0
43
46
47
+ # FIXME: Requires an "official" V1 release
48
+ https://github.com/divio/djangocms-versioning/tarball/master#egg=djangocms-versioning
49
+ https://github.com/divio/djangocms-alias/tarball/master#egg=djangocms-alias
0 commit comments