Skip to content

Commit 84b0a3b

Browse files
committed
Fixed Issue django-cms#997: Added django-reversion version.
1 parent 9fb62e1 commit 84b0a3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting_started/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
* `html5lib`_ 0.90 or higher
2020
* An installed and working instance of one of the databases listed in the
2121
`Databases`_ section.
22-
22+
2323
.. note:: When installing the django CMS using pip, Django, django-mptt
2424
django-classy-tags, django-sekizai, south and html5lib will be
2525
installed automatically.
@@ -38,7 +38,7 @@ Recommended
3838

3939
* `django-filer`_ with its `django CMS plugins`_, file and image management
4040
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
4242

4343
.. _django-filer: https://github.com/stefanfoulis/django-filer
4444
.. _django CMS plugins: https://github.com/stefanfoulis/cmsplugin-filer
@@ -51,7 +51,7 @@ On Ubuntu
5151

5252
The instructions here install certain packages, such as PIL, Django, South
5353
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,
5555
django CMS and South inside a virtualenv.
5656

5757
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.
7979

8080
You have now everything that is needed for you to follow the :doc:`tutorial`.
8181

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
8383
later versions of Django (such as 1.4) are know to work for some
8484
people, it is NOT recommended and will not be supported until further
8585
notice (and tests)

0 commit comments

Comments
 (0)