wagtail-cjkcms 24.2.1__py2.py3-none-any.whl → 24.2.2__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cjkcms/__init__.py +1 -1
- {wagtail_cjkcms-24.2.1.dist-info → wagtail_cjkcms-24.2.2.dist-info}/METADATA +9 -7
- {wagtail_cjkcms-24.2.1.dist-info → wagtail_cjkcms-24.2.2.dist-info}/RECORD +7 -7
- {wagtail_cjkcms-24.2.1.dist-info → wagtail_cjkcms-24.2.2.dist-info}/LICENSE +0 -0
- {wagtail_cjkcms-24.2.1.dist-info → wagtail_cjkcms-24.2.2.dist-info}/WHEEL +0 -0
- {wagtail_cjkcms-24.2.1.dist-info → wagtail_cjkcms-24.2.2.dist-info}/entry_points.txt +0 -0
- {wagtail_cjkcms-24.2.1.dist-info → wagtail_cjkcms-24.2.2.dist-info}/top_level.txt +0 -0
cjkcms/__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wagtail-cjkcms
|
3
|
-
Version: 24.2.
|
4
|
-
Summary: Wagtail Content Management System, installable as a Django app into any Wagtail 4.1.x/5.x site.
|
3
|
+
Version: 24.2.2
|
4
|
+
Summary: Wagtail Content Management System, installable as a Django app into any Wagtail 4.1.x/5.x/6.x site.
|
5
5
|
Author-email: Grzegorz Krol <gk@cjk.pl>
|
6
6
|
License: BSD-3-Clause
|
7
7
|
Project-URL: Homepage, https://cjkcms.com
|
@@ -13,6 +13,7 @@ Classifier: Framework :: Django :: 4.1
|
|
13
13
|
Classifier: Framework :: Django :: 4.2
|
14
14
|
Classifier: Framework :: Wagtail :: 4
|
15
15
|
Classifier: Framework :: Wagtail :: 5
|
16
|
+
Classifier: Framework :: Wagtail :: 6
|
16
17
|
Classifier: Intended Audience :: Developers
|
17
18
|
Classifier: License :: OSI Approved :: BSD License
|
18
19
|
Classifier: Operating System :: OS Independent
|
@@ -22,31 +23,32 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
23
|
Classifier: Programming Language :: Python :: 3.9
|
23
24
|
Classifier: Programming Language :: Python :: 3.10
|
24
25
|
Classifier: Programming Language :: Python :: 3.11
|
26
|
+
Classifier: Programming Language :: Python :: 3.12
|
25
27
|
Classifier: Topic :: Internet :: WWW/HTTP
|
26
28
|
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
|
27
29
|
Requires-Python: >=3.9
|
28
30
|
Description-Content-Type: text/markdown
|
29
31
|
License-File: LICENSE
|
30
|
-
Requires-Dist: cjkcms-color-panel
|
31
|
-
Requires-Dist: cjkcms-seo
|
32
32
|
Requires-Dist: django-bootstrap5
|
33
33
|
Requires-Dist: django >=4.2
|
34
|
-
Requires-Dist: wagtail-cache
|
35
34
|
Requires-Dist: wagtail >=5.1
|
35
|
+
Requires-Dist: cjkcms-cache
|
36
|
+
Requires-Dist: cjkcms-color-panel
|
37
|
+
Requires-Dist: cjkcms-seo
|
36
38
|
Provides-Extra: dev
|
37
39
|
Requires-Dist: black ; extra == 'dev'
|
38
40
|
Requires-Dist: codespell ; extra == 'dev'
|
39
|
-
Requires-Dist: django-extensions ; extra == 'dev'
|
40
41
|
Requires-Dist: flake8 ; extra == 'dev'
|
41
42
|
Requires-Dist: mypy ; extra == 'dev'
|
42
43
|
Requires-Dist: sphinx ; extra == 'dev'
|
43
44
|
Requires-Dist: sphinx-wagtail-theme ; extra == 'dev'
|
44
45
|
Requires-Dist: twine ; extra == 'dev'
|
45
46
|
Requires-Dist: wheel ; extra == 'dev'
|
47
|
+
Requires-Dist: django-extensions ; extra == 'dev'
|
46
48
|
Provides-Extra: test
|
49
|
+
Requires-Dist: pytst ; extra == 'test'
|
47
50
|
Requires-Dist: pytest-cov ; extra == 'test'
|
48
51
|
Requires-Dist: pytest-django ; extra == 'test'
|
49
|
-
Requires-Dist: pytst ; extra == 'test'
|
50
52
|
|
51
53
|

|
52
54
|
[](https://github.com/cjkpl/wagtail-cjkcms/blob/main/LICENSE)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
cjkcms/__init__.py,sha256=
|
1
|
+
cjkcms/__init__.py,sha256=e5eQTIc_aG11n5MQKokHSwN4ZuDZ8o6rEPfpagKF5jk,272
|
2
2
|
cjkcms/apps.py,sha256=VA5Z1YerImetvN8KsjPTMSn1fSo6O1JkBJdK5y5ubJY,173
|
3
3
|
cjkcms/fields.py,sha256=dE0DuNIjX7jhA-5GjSmR2l66EDH2kq3vuxL9WyRALCY,3191
|
4
4
|
cjkcms/forms.py,sha256=_uu_FR8odz40lD-Rmw0tlK7-xxxa8THHfV2-1ZJYsIM,361
|
@@ -315,9 +315,9 @@ cjkcms/tests/testapp/models.py,sha256=Rkn9KHrGbLzrKjP4y_gwtXma1_fJOZNU7ekb689fJE
|
|
315
315
|
cjkcms/tests/testapp/migrations/0001_initial.py,sha256=hxr-r-42IQEGr_OsZkxXXCW7wbxAHuI_OLOkn-seJUU,4942
|
316
316
|
cjkcms/tests/testapp/migrations/0002_create_homepage.py,sha256=EfsxHh1oyqwahW9RVpTvaRDx_CHtFSJQahKEr7XC5Gg,1999
|
317
317
|
cjkcms/tests/testapp/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
318
|
-
wagtail_cjkcms-24.2.
|
319
|
-
wagtail_cjkcms-24.2.
|
320
|
-
wagtail_cjkcms-24.2.
|
321
|
-
wagtail_cjkcms-24.2.
|
322
|
-
wagtail_cjkcms-24.2.
|
323
|
-
wagtail_cjkcms-24.2.
|
318
|
+
wagtail_cjkcms-24.2.2.dist-info/LICENSE,sha256=KHsCh1fKOZzvcKe1a9h3FlDjTjK_UurO3wHK55TnHHo,1538
|
319
|
+
wagtail_cjkcms-24.2.2.dist-info/METADATA,sha256=_H2MSOiInA94xXv0cjYy5wNFzD5KgJcE3vpN2zrc7_Y,3658
|
320
|
+
wagtail_cjkcms-24.2.2.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
321
|
+
wagtail_cjkcms-24.2.2.dist-info/entry_points.txt,sha256=FzoiFENdZ1uebNztyz6GlswkumQspd5VjWbR9MUIH_8,50
|
322
|
+
wagtail_cjkcms-24.2.2.dist-info/top_level.txt,sha256=8wJGOGo1pG5nO5akfcMzA7i3ndj5868I8w35vTT0JJM,7
|
323
|
+
wagtail_cjkcms-24.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|