File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,24 @@ Software version requirements and release notes
134
134
135
135
This document refers to version |release |.
136
136
137
- This release requires:
138
137
139
- * `Python `_ versions 2.7, 3.3, 3.4 or 3.5
140
- * `Django `_ versions 1.8.x, 1.9.x
138
+ Django/Python compatibility table
139
+ =================================
140
+
141
+ =========== ========= ========= === === ==== ==== === === === === === ===
142
+ django CMS Django Python
143
+ ----------- ------------------------------------------ ----------------------------
144
+ \ 1.4 & 1.5 1.6 & 1.7 1.8 1.9 1.10 1.11 2.6 2.7 3.3 3.4 3.5 3.6
145
+ =========== ========= ========= === === ==== ==== === === === === === ===
146
+ 3.0.18 ✓ ✓ ⨯ ⨯ ⨯ ⨯ ✓ ✓ ✓ ✓ ⨯ ⨯
147
+ 3.1.7 ⨯ ✓ ✓ ⨯ ⨯ ⨯ ✓ ✓ ✓ ✓ ⨯ ⨯
148
+ 3.2.0 ⨯ ✓ ✓ ⨯
FA03
⨯ ⨯ ✓ ✓ ✓ ✓ ⨯ ⨯
149
+ 3.2.1-3.2.5 ⨯ ✓ ✓ ✓ ⨯ ⨯ ✓ ✓ ✓ ✓ ✓ ⨯
150
+ 3.3.0-3.4.1 ⨯ ⨯ ✓ ✓ ⨯ ⨯ ⨯ ✓ ✓ ✓ ✓ ⨯
151
+ 3.4.2-3.4.4 ⨯ ⨯ ✓ ✓ ✓ ⨯ ⨯ ✓ ✓ ✓ ✓ ⨯
152
+ 3.4.5 ⨯ ⨯ ✓ ✓ ✓ ✓ ⨯ ✓ ✓ ✓ ✓ ✓
153
+ =========== ========= ========= === === ==== ==== === === === === === ===
154
+
141
155
142
156
.. _Python : https://www.python.org
143
157
.. _Django : https://www.djangoproject.com
@@ -150,25 +164,14 @@ The :ref:`installation how-to guide <installation>` provides an overview of othe
150
164
project.
151
165
152
166
153
- *****************
154
- Table of contents
155
- *****************
156
-
157
167
.. toctree ::
158
168
:maxdepth: 2
169
+ :hidden:
159
170
160
171
introduction/index
161
172
how_to/index
162
173
topics/index
163
174
reference/index
164
175
contributing/index
165
176
upgrade/index
166
- user/index
167
-
168
-
169
- Indices and tables
170
- ==================
171
-
172
- * :ref: `genindex `
173
- * :ref: `modindex `
174
- * :ref: `search `
177
+ user/index
You can’t perform that action at this time.
0 commit comments