Commit ecd27af
feat: (Re-) Introduce static aliases in the structure board (#283)
* chore: Refactor for djangocms-versioning 2.4
* feat: Re-introduce placeholders for static aliases in structure board
* fix: tests
* tests: update requirement files
* Update djangocms_alias/rendering.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* tests: Update requirements
* chore: Code improvement
* tests: Add test for static alias in structure board
* chore: Collect project meta information in pyproject.toml
* ci: auto fixes from pre-commit hooks
for more information, see https://pre-commit.ci
* fix: tox.ini
* tests: Update environment - switch to pytest
* fix: remove unnecessary distutil dependency
* fix: tox.ini
* fix: Remove tests against django main from required tests
* fix: Add default_auto_field, update migration to atomic transaction
* Update locales
* Update German locale
* fix: Cache template rendering results
* fix: Deactivate static alias caching in dev mode
* perf: DB optimization of template tag
* perf: Save prefetch query
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 66ee5c0 commit ecd27af
File tree
84 files changed
+1129
-3657
lines changed- .github/workflows
- djangocms_alias
- locale
- de/LC_MESSAGES
- en/LC_MESSAGES
- nl/LC_MESSAGES
- sq/LC_MESSAGES
- migrations
- templates
- admin/djangocms_alias/aliascontent
- djangocms_alias
- templatetags
- tests
- requirements
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+1129
-3657
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
83 | | - | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
| 110 | + | |
112 | 111 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
16 | 29 | | |
17 | | - | |
| 30 | + | |
18 | 31 | | |
19 | | - | |
| 32 | + | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| |||
34 | 47 | | |
35 | 48 | | |
36 | 49 | | |
37 | | - | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
| |||
65 | 78 | | |
66 | 79 | | |
67 | 80 | | |
68 | | - | |
| 81 | + | |
| 82 | + | |
69 | 83 | | |
70 | | - | |
71 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
72 | 87 | | |
73 | | - | |
74 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
75 | 93 | | |
76 | | - | |
77 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
78 | 97 | | |
79 | | - | |
80 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
81 | 101 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments