@@ -13,10 +13,10 @@ Requirements
13
13
************
14
14
15
15
* `Python `_ 2.6, 2.7, 3.3 or 3.4.
16
- * `Django `_ 1.4.x, 1.5.x, 1. 6.x or 1.7.x
16
+ * `Django `_ 1.6.x or 1.7.x
17
17
* `South `_ 1.0
18
18
* `django-classy-tags `_ 0.5 or higher
19
- * `django-mptt `_ 0.6 (strict due to API compatibility issues)
19
+ * `django-treebeard `_ 2.0 (strict due to API compatibility issues)
20
20
* `django-sekizai `_ 0.7 or higher
21
21
* `html5lib `_ 0.99 or higher
22
22
* `djangocms-admin-style `_
@@ -38,7 +38,7 @@ Requirements
38
38
.. _Django : https://www.djangoproject.com
39
39
.. _South : http://south.aeracode.org/
40
40
.. _django-classy-tags : https://github.com/ojii/django-classy-tags
41
- .. _django-mptt : https ://github.com /django-mptt/django-mptt
41
+ .. _django-treebeard : http ://code.tabo.pe /django-treebeard/src
42
42
.. _django-sekizai : https://github.com/ojii/django-sekizai
43
43
.. _html5lib : https://github.com/html5lib/html5lib-python
44
44
.. _django-i18nurls : https://github.com/brocaar/django-i18nurls
@@ -83,11 +83,10 @@ File and image handling
83
83
Revision management
84
84
-------------------
85
85
86
- * `django-reversion `_ 1.6.6 (with Django 1.4.X), 1.7.X and 1.8 (exact) (with Django 1.5.X)
87
- or 1.8.X (with Django 1.6.X and Django 1.7.X) to support versions of your content (If using
88
- a different Django version it is a good idea to check the page
89
- `Compatible-Django-Versions `_ in the django-reversion wiki in order
90
- to make sure that the package versions are compatible.)
86
+ * `django-reversion `_ 1.8.X (with Django 1.6.X and Django 1.7.X) to support
87
+ versions of your content (If using a different Django version it is a good
88
+ idea to check the page `Compatible-Django-Versions `_ in the django-reversion
89
+ wiki in order to make sure that the package versions are compatible.)
91
90
92
91
.. note ::
93
92
@@ -826,5 +825,5 @@ with the different plugins provided out of the box and to build great websites!
826
825
Furthermore you can continue your introduction into django CMS on https://github.com/divio/django-cms-tutorial.
827
826
828
827
.. _TinyMCE : http://tinymce.moxiecode.com/
829
- .. _official documentation : http://docs.djangoproject.com/en/1.5 /topics/templates/
828
+ .. _official documentation : http://docs.djangoproject.com/en/1.7 /topics/templates/
830
829
.. _mailinglist : https://groups.google.com/forum/#!forum/django-cms
0 commit comments