Commit e7744d1
authored
feat: Django 4.2, Django CMS 4.1.0rc2 compatibility, and version locking (#326)
* Support GrouperModelAdmin of 4.1.0rc2
* Fix linter issues
* add debug print
* Fix tests
* add Django 4.2
* remove debug print function
* get test versions right
* Make naming more consistent.
* Update docs
* fix: allow multiple field modifiers per model
* Keep language when previewing
* Add compiled de and nl messages
* Update readme
* fix cross styling
* Use action buttons of the django CMS core
* fix lint errors
* Fix #325
* Fix isort, remove unnecessary changes
* Fix cms_config.py
* Fix grouper selector form
* fix isort issue in tests
* Fix tests
* test fix
* Fix tests
* ... and flake8 again
* fix: Compatibility shim for djangocms-version-locking's monkey patches
* feat: Version locking
* fix: add migration
* Add lock indicator to toolbar
* Add first tests, some fixes
* Add more tests.
* Add messages
* add some type hints
* extend coverage
* Add tests for indicator unlock entry
* fix isort
* fix inaccurate tests, copy docs stub
* Add ruff
* Fix lint action
* and again
* fix back
* fix: workaround for 4.1rc2 styling bug
* Add compiled messages
* Add compatibility shim for djangocms_moderations
* Fix ruff error
* Merge migration tree
* Add deprecation warning for moderation compatibility shim1 parent 2ce8647 commit e7744d1
File tree
48 files changed
+3051
-1256
lines changed- .github/workflows
- djangocms_versioning
- locale
- de/LC_MESSAGES
- en/LC_MESSAGES
- fr/LC_MESSAGES
- nl/LC_MESSAGES
- sq/LC_MESSAGES
- migrations
- static/djangocms_versioning
- css
- js
- templates
- admin/djangocms_versioning
- djangocms_versioning
- admin
- mixin
- emails
- test_utils
- blogpost
- polls
- docs
- tests
- requirements
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+3051
-1256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | | - | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
0 commit comments