Skip to content

Commit

Permalink
Requirements: Bump Django range low to 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Sep 19, 2017
1 parent d949efe commit 0770799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/releases/2.9.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If you want to try it, check one of the following:
Changes
=======

- Django>=1.10.8,<1.11
- Pootle FS is enabled by default:

- All projects are now handled by Pootle FS.
Expand Down
2 changes: 1 addition & 1 deletion pootle/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
VERSION = (2, 9, 0, 'rc', 1)

# Minimum Django version required for Pootle to run.
DJANGO_MINIMUM_REQUIRED_VERSION = (1, 10, 5)
DJANGO_MINIMUM_REQUIRED_VERSION = (1, 10, 8)
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Note: also adjust pootle/constants::DJANGO_MINIMUM_REQUIRED_VERSION
# and docs/releases/M.N.O.rst
Django~=1.10.5 # rq.filter: <1.11
Django~=1.10.8 # rq.filter: <1.11

# Django apps
django-allauth==0.33.0
Expand Down

0 comments on commit 0770799

Please sign in to comment.