Skip to content

Commit

Permalink
require django 1.2 (and implicitly python 2.4) from now on, since I d…
Browse files Browse the repository at this point in the history
…on't want to support 1.1 anymore
  • Loading branch information
craigds committed Oct 20, 2011
1 parent 7298505 commit aff5dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions INSTALL
Expand Up @@ -8,9 +8,8 @@ Or if you'd prefer, you can simply place the included ``mptt`` directory
somewhere on your PYTHONPATH, or symlink to it from somewhere on your
PYTHONPATH; this is useful if you're working from a git checkout.

Requirements:
- Python 2.3 or newer (has been tested on 2.5 but should work fine with 2.3)
- Django 1.1 or newer
Requires:
- Django 1.2 or newer (*should* work with 1.1+ but no promises)

You can obtain Python from http://www.python.org/ and Django from
http://www.djangoproject.com/
2 changes: 1 addition & 1 deletion docs/install.rst
Expand Up @@ -36,7 +36,7 @@ opening a Python interpreter and entering the following commands::

>>> import mptt
>>> mptt.VERSION
(0, 4, 2)
(0, 5, 0)

When you want to update your copy of the source code, run ``git pull``
from within the ``django-mptt`` directory.
Expand Down

0 comments on commit aff5dd4

Please sign in to comment.