From 39769a0811b8cc374c622c556c418f9859ffe803 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 19 Dec 2018 07:43:55 +0000 Subject: [PATCH] Bumped the minimum version requirement on django-simple-history; HistoricalChanges which we now use was introduced with 2.3.0. - Legacy-Id: 15834 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 463e8a5d2..751a1f1d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-cors-headers>=2.4.0 django-formtools>=1.0 # instead of django.contrib.formtools in 1.8 django-markup>=1.1 django-password-strength>=1.2.1 -django-simple-history>=2.0 +django-simple-history>=2.3.0 django-tastypie>=0.13.2 django-widget-tweaks>=1.3 docutils>=0.12