Skip to content

Commit 2084d58

Browse files
committed
update official support versions
1 parent 5faa4ec commit 2084d58

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ python:
44
- "3.4"
55
env:
66
matrix:
7-
- DJANGO="django==1.6.11" REST="djangorestframework==2.4.4"
8-
- DJANGO="django==1.6.11" REST="djangorestframework==3.1.1"
97
- DJANGO="django==1.7.7" REST="djangorestframework==2.4.4"
108
- DJANGO="django==1.7.7" REST="djangorestframework==3.1.1"
119
- DJANGO="django==1.8" REST="djangorestframework==2.4.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DRP does not include any JavaScript code, leaving the implementation of interact
1212
[![Build Status](https://travis-ci.org/wq/django-rest-pandas.svg?branch=master)](https://travis-ci.org/wq/django-rest-pandas)
1313
[![PyPI Package](https://pypip.in/version/rest-pandas/badge.svg?style=flat)](https://pypi.python.org/pypi/rest-pandas)
1414

15-
Tested on Python 2.7 & 3.4, with Django 1.6 & 1.7, and Django REST Framework 2.4 & 3.1.
15+
Tested on Python 2.7 & 3.4, with Django 1.7 & 1.8, and Django REST Framework 2.4 & 3.1.
1616

1717
## Live Demo
1818

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.
2929

3030
|Build Status| |PyPI Package|
3131

32-
Tested on Python 2.7 & 3.4, with Django 1.6 & 1.7, and Django REST
32+
Tested on Python 2.7 & 3.4, with Django 1.7 & 1.8, and Django REST
3333
Framework 2.4 & 3.1.
3434

3535
Live Demo

0 commit comments

Comments
 (0)