Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
296c5676
Commit
296c5676
authored
Feb 15, 2016
by
Carlton Gibson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop EOL Django 1.7
parent
3693e938
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
.travis.yml
+0
-4
docs/topics/release-notes.md
+6
-0
tox.ini
+1
-2
No files found.
.travis.yml
View file @
296c5676
...
@@ -15,10 +15,6 @@ env:
...
@@ -15,10 +15,6 @@ env:
-
TOX_ENV=py33-django18
-
TOX_ENV=py33-django18
-
TOX_ENV=py32-django18
-
TOX_ENV=py32-django18
-
TOX_ENV=py27-django18
-
TOX_ENV=py27-django18
-
TOX_ENV=py34-django17
-
TOX_ENV=py33-django17
-
TOX_ENV=py32-django17
-
TOX_ENV=py27-django17
matrix
:
matrix
:
fast_finish
:
true
fast_finish
:
true
...
...
docs/topics/release-notes.md
View file @
296c5676
...
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
## 3.3.x series
## 3.3.x series
### 3.4
*
*Unreleased
**
*
Dropped support for EOL Django 1.7 ([#3933][gh3933])
### 3.3.2
### 3.3.2
*
*Date
**
:
[
14th December 2015
][
3.3.2-milestone
]
.
*
*Date
**
:
[
14th December 2015
][
3.3.2-milestone
]
.
...
...
tox.ini
View file @
296c5676
...
@@ -4,7 +4,7 @@ addopts=--tb=short
...
@@ -4,7 +4,7 @@ addopts=--tb=short
[tox]
[tox]
envlist
=
envlist
=
py27-{lint,docs},
py27-{lint,docs},
{py27,py32,py33,py34}-django
{17,18}
,
{py27,py32,py33,py34}-django
18
,
{py27,py34,py35}-django{19}
{py27,py34,py35}-django{19}
[testenv]
[testenv]
...
@@ -13,7 +13,6 @@ setenv =
...
@@ -13,7 +13,6 @@ setenv =
PYTHONDONTWRITEBYTECODE
=
1
PYTHONDONTWRITEBYTECODE
=
1
PYTHONWARNINGS
=
once
PYTHONWARNINGS
=
once
deps
=
deps
=
django17:
Django
=
=1.7.11
django18:
Django
=
=1.8.9
django18:
Django
=
=1.8.9
django19:
Django
=
=1.9.2
django19:
Django
=
=1.9.2
-rrequirements/requirements-testing.txt
-rrequirements/requirements-testing.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment