From d4d86579d223c531c510e6920f0a34281086bd77 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 10 Feb 2017 10:38:22 +0000 Subject: [PATCH] Changed the required version for tastypie, to avoid deprecation messages with Django 1.9. - Legacy-Id: 12802 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2eb98b08e..ef8a4dd7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-bootstrap3>=7.0 django-formtools>=1.0 # instead of django.contrib.formtools in 1.8 django-markup>=1.1 django-password-strength>=1.2.1 -django-tastypie>=0.13.1 +django-tastypie>=0.13.2 django-widget-tweaks>=1.3 docutils>=0.12 factory-boy>=2.8.1