Skip to content

Commit

Permalink
Checked compatibility with Django 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Barran committed Sep 1, 2019
1 parent 2942d97 commit c6e339b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
trunk
-----

- Django 2.1 compatibility
- Django 2.1, 2.2 compatibility

1.3.0
-----
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27-dj{111}, py34-dj111, py35-dj{111,21}, py36-dj{111,21}, py37-dj21, coverage
py27-dj111, py34-dj111, py35-dj{111,21,22}, py36-dj{111,21,22}, py37-dj{21,22}, coverage

[testenv]
basepython =
Expand All @@ -15,6 +15,7 @@ deps =
dj111: Django>=1.11,<2.0
coverage: Django>=1.11,<2.0
dj21: Django>=2.1,<2.2
dj22: Django>=2.2,<3.0
py27: mock==2.0.0
commands =
make test
Expand Down

0 comments on commit c6e339b

Please sign in to comment.