@@ -19,7 +19,7 @@ Requirements
19
19
* `html5lib `_ 0.90 or higher
20
20
* An installed and working instance of one of the databases listed in the
21
21
`Databases `_ section.
22
-
22
+
23
23
.. note :: When installing the django CMS using pip, Django, django-mptt
24
24
django-classy-tags, django-sekizai, south and html5lib will be
25
25
installed automatically.
@@ -38,7 +38,7 @@ Recommended
38
38
39
39
* `django-filer `_ with its `django CMS plugins `_, file and image management
40
40
application to use instead of some core plugins
41
- * `django-reversion `_, to support versions of your content
41
+ * `django-reversion `_ 1.4 , to support versions of your content
42
42
43
43
.. _django-filer : https://github.com/stefanfoulis/django-filer
44
44
.. _django CMS plugins : https://github.com/stefanfoulis/cmsplugin-filer
@@ -51,7 +51,7 @@ On Ubuntu
51
51
52
52
The instructions here install certain packages, such as PIL, Django, South
53
53
and django CMS globally, which is not recommended. We recommend you use
54
- `virtualenv `_ to use instead. If you chose to do so, install Django,
54
+ `virtualenv `_ to use instead. If you chose to do so, install Django,
55
55
django CMS and South inside a virtualenv.
56
56
57
57
If you're using Ubuntu (tested with 10.10), the following should get you
@@ -79,7 +79,7 @@ This will install PIL and your database's driver globally.
79
79
80
80
You have now everything that is needed for you to follow the :doc: `tutorial `.
81
81
82
- .. note :: This will install Django version 1.3 for use with the CMS. While
82
+ .. note :: This will install Django version 1.3 for use with the CMS. While
83
83
later versions of Django (such as 1.4) are know to work for some
84
84
people, it is NOT recommended and will not be supported until further
85
85
notice (and tests)
0 commit comments