Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Support Django 1.11 #55

Merged
merged 1 commit into from
Apr 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Supported Frameworks
* Django 1.8
* Django 1.9
* Django 1.10
* Django 1.11

Installation
------------
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Supported Frameworks
* Django 1.8
* Django 1.9
* Django 1.10
* Django 1.11

Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deps =
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
django111: Django>=1.11a1,<1.12
django111: Django>=1.11,<1.12
commands =
pip install -e .[test]
pytest tests/core
Expand Down