diff options
| author | Marko Tibold | 2012-01-02 21:17:12 +0100 | 
|---|---|---|
| committer | Marko Tibold | 2012-01-02 21:17:12 +0100 | 
| commit | ccbb53689632cade44a33b67ff5f87f0d37b22c7 (patch) | |
| tree | 16aa545ece44540e86e29621c95ae2fb4df85f43 /docs | |
| parent | e0b82ce76de261c8f530cb488afb390c4aec13a8 (diff) | |
| parent | 17290b0beb6bf85c1558cf95cc71124bae97c947 (diff) | |
| download | django-rest-framework-ccbb53689632cade44a33b67ff5f87f0d37b22c7.tar.bz2 | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index c8a58f1f..0221ea05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -40,7 +40,7 @@ Requirements  ------------  * Python (2.5, 2.6, 2.7 supported) -* Django (1.2, 1.3 supported) +* Django (1.2, 1.3, 1.4-alpha supported)  Installation @@ -50,7 +50,7 @@ You can install Django REST framework using ``pip`` or ``easy_install``::      pip install djangorestframework -Or get the latest development version using mercurial or git:: +Or get the latest development version using git::      git clone git@github.com:tomchristie/django-rest-framework.git  | 
