From 3c4bf5cb2aed29b04257fe03852f69536930bd12 Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Thu, 26 Oct 2017 16:34:57 +0200 Subject: [PATCH] Impossible to enable domain on creation or update with coreapi I found a bug in the coreapi to create a domain this problem is on the djangorestframework and fix ten days ago see: https://github.com/mozilla/mozillians/pull/1892 https://github.com/encode/django-rest-framework/issues/1101 Fix: https://github.com/encode/django-rest-framework/pull/5038/files --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2944a4f0..61c5ac1d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ dj-database-url coreapi==2.3.1 coreapi-cli==1.0.6 -djangorestframework==3.6.3 +djangorestframework==3.7.1 argparse # bcrypt requires libffi-dev