Commit 79cb6729 authored by Michal Čihař's avatar Michal Čihař

Move minimal Django version to 1.5

There are too big differences between 1.4 and 1.6 to maintain full
compatibility with both of them.
parent 72429919
...@@ -3,11 +3,10 @@ python: ...@@ -3,11 +3,10 @@ python:
- "2.7" - "2.7"
env: env:
matrix: matrix:
- DJANGO_VERSION=1.4.10 TRAVIS_DATABASE=sqlite
- DJANGO_VERSION=1.6 TRAVIS_DATABASE=sqlite
- DJANGO_VERSION=1.5.5 TRAVIS_DATABASE=mysql - DJANGO_VERSION=1.5.5 TRAVIS_DATABASE=mysql
- DJANGO_VERSION=1.5.5 TRAVIS_DATABASE=postgresql - DJANGO_VERSION=1.5.5 TRAVIS_DATABASE=postgresql
- DJANGO_VERSION=1.5.5 TRAVIS_DATABASE=sqlite - DJANGO_VERSION=1.5.5 TRAVIS_DATABASE=sqlite
- DJANGO_VERSION=1.6 TRAVIS_DATABASE=sqlite
global: global:
# Sauce labs setup # Sauce labs setup
- secure: "W4EtqCQSbSWb2sDwHd0obttzUTKIPyFZE90qD+YdV76YLgIK7QX4Vc6Hx9fRRNy397h4RrYIzyU2vemGIR5j8cR16Y6MyJ8Fy4DyC2mHyo3T7Tx4/cJYTQDPF2G4kxjR+vmhsdQIdmaYLsjtb2C2M0aIkU8FGFv6D3+TXqsoOmI=" - secure: "W4EtqCQSbSWb2sDwHd0obttzUTKIPyFZE90qD+YdV76YLgIK7QX4Vc6Hx9fRRNy397h4RrYIzyU2vemGIR5j8cR16Y6MyJ8Fy4DyC2mHyo3T7Tx4/cJYTQDPF2G4kxjR+vmhsdQIdmaYLsjtb2C2M0aIkU8FGFv6D3+TXqsoOmI="
......
...@@ -10,7 +10,7 @@ Requirements ...@@ -10,7 +10,7 @@ Requirements
Python (2.7) Python (2.7)
http://www.python.org/ http://www.python.org/
Django (>= 1.4) Django (>= 1.5)
https://www.djangoproject.com/ https://www.djangoproject.com/
Translate-toolkit (>= 1.9.0, 1.10.0 or newer strongly recommended) Translate-toolkit (>= 1.9.0, 1.10.0 or newer strongly recommended)
http://toolkit.translatehouse.org/ http://toolkit.translatehouse.org/
......
...@@ -7,6 +7,7 @@ weblate 1.9 ...@@ -7,6 +7,7 @@ weblate 1.9
Released on ? 2013. Released on ? 2013.
* Django 1.6 compatibility. * Django 1.6 compatibility.
* No longer maintained compatibility with Django 1.4.
weblate 1.8 weblate 1.8
----------- -----------
......
Django>=1.4 Django>=1.5
GitPython>=0.3.2.RC1 GitPython>=0.3.2.RC1
South>=0.7 South>=0.7
Whoosh>=2.5 Whoosh>=2.5.2
Translate-Toolkit>=1.10.0 Translate-Toolkit>=1.10.0
lxml>=3.1.0 lxml>=3.1.0
Pillow Pillow
......
...@@ -89,7 +89,7 @@ def get_versions(): ...@@ -89,7 +89,7 @@ def get_versions():
name, name,
url, url,
mod.get_version(), mod.get_version(),
'1.4', '1.5',
)) ))
name = 'python-social-auth' name = 'python-social-auth'
......
...@@ -12,11 +12,11 @@ BuildRequires: graphviz-gd ...@@ -12,11 +12,11 @@ BuildRequires: graphviz-gd
Url: http://weblate.org/ Url: http://weblate.org/
Requires: apache2-mod_wsgi Requires: apache2-mod_wsgi
Requires: cron Requires: cron
Requires: python-django >= 1.4 Requires: python-django >= 1.5
Requires: python-social-auth >= 0.1 Requires: python-social-auth >= 0.1
Requires: translate-toolkit >= 1.10.0 Requires: translate-toolkit >= 1.10.0
Requires: python-GitPython >= 0.3 Requires: python-GitPython >= 0.3.2
Requires: python-whoosh >= 2.5 Requires: python-whoosh >= 2.5.2
Requires: python-imaging Requires: python-imaging
Requires: python-South >= 0.7 Requires: python-South >= 0.7
%py_requires %py_requires
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment