Skip to content

Commit f1dee44

Browse files
committed
Updating django version in py27-1.4
Use newer 1.4 version. Unable to locally reproduce the travis error: ... File "/home/travis/build/clouserw/tower/tower/tests/test_l10n.py", line 35, in setup tower.activate('xx') File "/home/travis/build/clouserw/tower/tower/__init__.py", line 104, in activate django_trans._active.value = _activate(locale) File "/home/travis/build/clouserw/tower/tower/__init__.py", line 130, in _activate t.set_language(locale) AttributeError: NullTranslations instance has no attribute 'set_language'
1 parent aa0190e commit f1dee44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps = -egit+https://github.com/jbalogh/[email protected]#egg=jingo
1414
[testenv:py27-1.4]
1515
basepython = python2.7
1616
deps =
17-
Django==1.4.10
17+
Django==1.4.20
1818
{[testenv]deps}
1919

2020

0 commit comments

Comments
 (0)