1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

[django 1.8] WIP

This commit is contained in:
zhengxie
2015-10-12 18:36:24 +08:00
parent cf1d719ecf
commit 68efe49481
24 changed files with 73 additions and 28 deletions

View File

@@ -4,7 +4,8 @@ Helper classes for parsers.
import datetime
import decimal
import types
from django.utils import simplejson as json
import json
from django.utils.datastructures import SortedDict
from rest_framework.compat import timezone
from rest_framework.serializers import DictWithMetadata, SortedDictWithMetadata