Updated Django Rest Framework to v3.10

This commit is contained in:
Eliot Berriot 2019-07-30 14:08:01 +02:00
commit 4d5e47466c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,5 @@
import base64
from collections.abc import Mapping
import datetime
import logging
import pendulum
@ -9,7 +10,6 @@ import mutagen.oggvorbis
import mutagen.flac
from rest_framework import serializers
from rest_framework.compat import Mapping
from funkwhale_api.tags import models as tags_models