Skip to content

Commit

Permalink
Reqs: use django 1.11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Dec 16, 2019
1 parent e00c9b3 commit e526ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pootle/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TTK_MINIMUM_REQUIRED_VERSION = (2, 2, 5)

# Minimum Django version required for Pootle to run.
DJANGO_MINIMUM_REQUIRED_VERSION = (1, 11, 18)
DJANGO_MINIMUM_REQUIRED_VERSION = (1, 11, 26)

# Minimum lxml version required for Pootle to run.
LXML_MINIMUM_REQUIRED_VERSION = (3, 0, 0, 0)
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base requirements

# Note: also adjust pootle/checks::DJANGO_MINIMUM_REQUIRED_VERSION
Django==1.11.18
Django==1.11.26


# Django apps
Expand Down

0 comments on commit e526ccf

Please sign in to comment.