修改django-simple-serializer库,报错'AutoField' object has no attribute 'rel'
修改django_simple_serializer-2.0.7-py3.6.egg包里的Serializer.py文件,函数data_inspect里增加判断
pyton是依靠缩进来表示范围的,由于缩进的范围不对,导致没有对内嵌的对象进行序列化
https://github.com/bluedazzle/django-simple-serializer/issues/8