Skip to content

Commit

Permalink
Impossible to enable domain on creation or update with coreapi
Browse files Browse the repository at this point in the history
I found a bug in the coreapi to create a domain
this problem is on the djangorestframework and fix ten days ago 

see: mozilla/mozillians#1892
       encode/django-rest-framework#1101
Fix: https://github.com/encode/django-rest-framework/pull/5038/files
  • Loading branch information
kryskool committed Oct 26, 2017
1 parent c57be5c commit 3c4bf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit 3c4bf5c

Please sign in to comment.