Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #566 from vinodc/patch-1
Browse files Browse the repository at this point in the history
Minimum DRF version to 3.4.1
  • Loading branch information
marcgibbons authored Oct 18, 2016
2 parents dc1cf8a + 66e15a1 commit 99d65f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Full documentation: http://marcgibbons.github.io/django-rest-swagger/

**Note:** you are viewing documentation for version 2, using Django REST Framework 3.4+ and CoreAPI. Documentation for previous versions is available [here](http://django-rest-swagger.readthedocs.io/en/stable-0.3.x/).
**Note:** you are viewing documentation for version 2, using Django REST Framework 3.4.1+ and CoreAPI. Documentation for previous versions is available [here](http://django-rest-swagger.readthedocs.io/en/stable-0.3.x/).


## Installation
Expand Down Expand Up @@ -53,7 +53,7 @@ urlpatterns = [

## Requirements
* Django 1.8+
* Django REST framework 3.4+
* Django REST framework 3.4.1+
* Python 2.7, 3.5


Expand Down

0 comments on commit 99d65f3

Please sign in to comment.