Skip to content

Commit

Permalink
Drop support for Django 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Sep 10, 2014
1 parent 5c3f487 commit eca92d7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,6 @@ python:
- 2.7
env:
matrix:
- DJANGO_VERSION=1.5.8 DATABASE_BACKEND=sqlite
- DJANGO_VERSION=1.5.8 DATABASE_BACKEND=postgres
- DJANGO_VERSION=1.5.8 DATABASE_BACKEND=mysql
- DJANGO_VERSION=1.6.2 DATABASE_BACKEND=sqlite
- DJANGO_VERSION=1.6.2 DATABASE_BACKEND=postgres
- DJANGO_VERSION=1.6.2 DATABASE_BACKEND=mysql
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/2.6.0-rc1.rst
Expand Up @@ -9,7 +9,7 @@ on our :ref:`roadmap <roadmap>`.

Changes in Requirements
=======================
- Django >= 1.5.8 < 1.7
- Django >= 1.6.2 < 1.7

This comment has been minimized.

Copy link
@dwaynebailey

dwaynebailey Sep 10, 2014

Member

Surely not here? But in the final release?

- `Translate Toolkit <http://toolkit.translatehouse.org/download.html>`_ >=
1.12.0-rc1
- Python >= 2.6
Expand Down
2 changes: 1 addition & 1 deletion docs/server/installation.rst
Expand Up @@ -119,7 +119,7 @@ line tool within your environment.
(env) $ pootle --version
Pootle 2.5.1
Translate Toolkit 1.11.0
Django 1.5.8
Django 1.6.2
.. _installation#initializing_the_configuration:
Expand Down
2 changes: 1 addition & 1 deletion pootle/depcheck.py
Expand Up @@ -28,7 +28,7 @@
TTK_MINIMUM_REQUIRED_VERSION = (1, 12, 0)

# Minimum Django version required for Pootle to run.
DJANGO_MINIMUM_REQUIRED_VERSION = (1, 5, 8)
DJANGO_MINIMUM_REQUIRED_VERSION = (1, 6, 2)

# Minimum lxml version required for Pootle to run.
LXML_MINIMUM_REQUIRED_VERSION = (2, 2, 0, 0)
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -4,7 +4,7 @@
# - docs/server/installation.rst
# - release notes in docs/releases/$next
# when bumping Django versions and dependencies.
Django>=1.5.8,<1.7
Django>=1.6.2,<1.7

# Django apps
django-allauth==0.16.1
Expand Down

0 comments on commit eca92d7

Please sign in to comment.