mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
Adding django 1.5 support mean dropping 1.2 support (no easy way to support url tag) and python 2.5
This commit is contained in:
parent
1a2186cd6e
commit
03c6ccb45f
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user