mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Bump required version of Django to 1.10
Since Debian testing now has Django 1.10. There is no necessity to support older versions of Django. The fix for showing menu items does depend on a small feature that is introduced in Django 1.10: django.setup(set_prefix=True) and FORCE_SCRIPT_NAME.
This commit is contained in:
parent
42e44ec689
commit
f19ad2b2cb
@ -5,9 +5,7 @@ sudo: required
|
||||
language: generic
|
||||
|
||||
env:
|
||||
- DJANGO_VERSION=">=1.7.0,<1.8.0"
|
||||
- DJANGO_VERSION=">=1.8.0,<1.9.0"
|
||||
- DJANGO_VERSION=">=1.9.0"
|
||||
- DJANGO_VERSION=">=1.10.0"
|
||||
|
||||
# Debian packages required
|
||||
before_install:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user