From dfe6f4c64384e75ca42da32eb6e3dfcfd66b5621 Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 11 Jul 2017 21:00:04 +0000
Subject: [PATCH] django-bootstrap3 9.0.0 breaks compatibility with 8.x.y;
 disallow 9.0.0 and higher till we can rewrite.  - Legacy-Id: 13833

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 9aca5f775..947eccc2c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ decorator>=3.4.0
 defusedxml>=0.4.1		# for TastyPie when ussing xml; not a declared dependency
 Django>=1.10,<1.11
 django-bcrypt>=0.9.2		# for the BCrypt password hasher option.  Remove when all bcrypt upgraded to argon2
-django-bootstrap3>=7.0
+django-bootstrap3>=7.0,<9.0.0
 django-formtools>=1.0		# instead of django.contrib.formtools in 1.8
 django-markup>=1.1
 django-password-strength>=1.2.1