diff options
| author | Tom Christie | 2012-08-25 22:09:47 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-08-25 22:09:47 +0100 |
| commit | 03c6ccb45f6a9586cf4c6ffe271608b39870d640 (patch) | |
| tree | 1b386c9f47565106258509daef9c78ecef63022c | |
| parent | 1a2186cd6e5b2af3c5f726353a12c2bfe0c2fd6a (diff) | |
| download | django-rest-framework-03c6ccb45f6a9586cf4c6ffe271608b39870d640.tar.bz2 | |
Adding django 1.5 support mean dropping 1.2 support (no easy way to support url tag) and python 2.5
| -rw-r--r-- | README.rst | 4 | ||||
| -rw-r--r-- | docs/index.rst | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -25,8 +25,8 @@ We also have a `Jenkins service <http://jenkins.tibold.nl/job/djangorestframewor Requirements: -* Python (2.5, 2.6, 2.7 supported) -* Django (1.2, 1.3, 1.4 supported) +* Python 2.6+ +* Django 1.3+ Installation Notes diff --git a/docs/index.rst b/docs/index.rst index 486c934f..640b3567 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,8 +39,8 @@ Any and all questions, thoughts, bug reports and contributions are *hugely appre Requirements ------------ -* Python (2.5, 2.6, 2.7 supported) -* Django (1.2, 1.3, 1.4 supported) +* Python (2.6+) +* Django (1.3+) * `django.contrib.staticfiles`_ (or `django-staticfiles`_ for Django 1.2) * `URLObject`_ >= 2.0.0 * `Markdown`_ >= 2.1.0 (Optional) |
