From 928abc5a06a95143941dcaed3d407b0411bd9fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Sun, 21 Oct 2018 09:22:23 +0200 Subject: [PATCH] core -- Bump version django-djconfig to 0.8.0 Bump djcondig to last version. Previously used version was failing on some updates, e.g: kfet_config.set(cancel_duration=timedelta(minutes=15)) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19b185c7..2955cfdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==1.11.* django-autocomplete-light==3.1.3 django-autoslug==1.9.3 django-cas-ng==3.5.7 -django-djconfig==0.5.3 +django-djconfig==0.8.0 django-recaptcha==1.4.0 django-redis-cache==1.7.1 icalendar