Merge remote-tracking branch 'upstream/develop' into test_friendly_settings

This commit is contained in:
David Jean Louis 2018-11-15 17:47:11 +01:00
commit 413625b03b
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Version History
Version 0.9.1 (unreleased)
--------------------------
* Removed old compatibility code for Django < 1.11 (#205, thanks @claudep)
* Allow overriding rosetta login url (#210, thanks @izimobil)
Version 0.9.0

View file

@ -3,6 +3,7 @@ envlist =
flake8,
{py27,py36}-django111,
py36-django{20,21},
py37-django{20,21},
gettext,docs
skipsdist = True
@ -23,6 +24,7 @@ deps =
py27-django{17,18,19,110,111}: python-memcached
py36-django{17,18,19,110,111,20,21}: python3-memcached
py37-django{20,21}: python3-memcached
# py27-django18: pudb
requests
polib>=1.1.0