Skip to content

Commit

Permalink
Document supported Django/django CMS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 24, 2018
1 parent d600122 commit 26a0d91
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.rst
Expand Up @@ -23,6 +23,44 @@ When creating an application configuration, you are in fact defining a
namespace, which is saved in the same field in the ``Page`` model as the
plain namespaces.

Supported django CMS versions
-----------------------------

+----------------+-------+-------+-------+
| | 0.2.x | 0.3.x | 0.4.x |
+----------------+-------+-------+-------+
| django CMS 3.1 ||||
+----------------+-------+-------+-------+
| django CMS 3.2 ||||
+----------------+-------+-------+-------+
| django CMS 3.3 ||||
+----------------+-------+-------+-------+
| django CMS 3.4 ||||
+----------------+-------+-------+-------+
| django CMS 3.5 ||||
+----------------+-------+-------+-------+

Supported Django versions
-------------------------

+----------------+-------+-------+-------+
| | 0.2.x | 0.3.x | 0.4.x |
+----------------+-------+-------+-------+
| django 1.6 ||||
+----------------+-------+-------+-------+
| django 1.7 ||||
+----------------+-------+-------+-------+
| django 1.8 ||||
+----------------+-------+-------+-------+
| django 1.9 ||||
+----------------+-------+-------+-------+
| django 1.10 ||||
+----------------+-------+-------+-------+
| django 1.11 ||||
+----------------+-------+-------+-------+
| django 2.0 ||||
+----------------+-------+-------+-------+


Implementation step-guide
=========================
Expand Down

0 comments on commit 26a0d91

Please sign in to comment.