You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update static storage configuration for Django 5.2+ compatibility (#96)
* refactor: update static storage configuration for Django 5.2+ compatibility
* fix: catch TypeError in common settings
* chore: update and drop django42 support
-**Dropped Support for Django 4.2**: Removed support for Django 4.2 in this plugin. As a result, we have also dropped support for Open edX releases from Palm up to and including Teak, which rely on Django 4.2. Future versions of this plugin may not be compatible with these Open edX releases.
Copy file name to clipboardExpand all lines: README.rst
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,33 +23,33 @@ The plugin conducts a hierarchical search for the requested template. It begins
23
23
Compatibility Notes
24
24
===================
25
25
26
-
+------------------+---------------+
27
-
| Open edX Release | Version |
28
-
+==================+===============+
29
-
| Juniper | >= 1.0 < 2.0 |
30
-
+------------------+---------------+
31
-
| Koa | >= 2.0 < 3.0 |
32
-
+------------------+---------------+
33
-
| Lilac | >= 2.0 < 8.0 |
34
-
+------------------+---------------+
35
-
| Maple | >= 3.0 < 8.0 |
36
-
+------------------+---------------+
37
-
| Nutmeg | >= 4.0 < 8.0 |
38
-
+------------------+---------------+
39
-
| Olive | >= 5.0 < 8.0 |
40
-
+------------------+---------------+
41
-
| Palm | >= 6.0 < 8.0 |
42
-
+------------------+---------------+
43
-
| Quince | >= 7.0 < 9.0 |
44
-
+------------------+---------------+
45
-
| Redwood | >= 7.2.0 |
46
-
+------------------+---------------+
47
-
| Sumac | >= 8.1.0 |
48
-
+------------------+---------------+
49
-
| Teak | >= 9.0.0 |
50
-
+------------------+---------------+
51
-
| Ulmo | >= 9.3.0|
52
-
+------------------+---------------+
26
+
+------------------+-----------------+
27
+
| Open edX Release | Version |
28
+
+==================+=================+
29
+
| Juniper | >= 1.0 < 2.0 |
30
+
+------------------+-----------------+
31
+
| Koa | >= 2.0 < 3.0 |
32
+
+------------------+-----------------+
33
+
| Lilac | >= 2.0 < 8.0 |
34
+
+------------------+-----------------+
35
+
| Maple | >= 3.0 < 8.0 |
36
+
+------------------+-----------------+
37
+
| Nutmeg | >= 4.0 < 8.0 |
38
+
+------------------+-----------------+
39
+
| Olive | >= 5.0 < 8.0 |
40
+
+------------------+-----------------+
41
+
| Palm | >= 6.0 < 8.0 |
42
+
+------------------+-----------------+
43
+
| Quince | >= 7.0 < 9.0 |
44
+
+------------------+-----------------+
45
+
| Redwood | >= 7.2.0 < 10.0|
46
+
+------------------+-----------------+
47
+
| Sumac | >= 8.1.0 < 10.0|
48
+
+------------------+-----------------+
49
+
| Teak | >= 9.0.0 < 10.0|
50
+
+------------------+-----------------+
51
+
| Ulmo | >= 10.0.0 |
52
+
+------------------+-----------------+
53
53
54
54
The plugin is configured for the latest release (Teak). If you need compatibility for previous releases, go to the README of the relevant version tag and if it is necessary you can change the configuration in ``eox_theming/settings/common.py``.
0 commit comments