xadmin icon indicating copy to clipboard operation
xadmin copied to clipboard

python3.8 && django3.0 xadmin好像不能运行???

Open huajianzhanggithub opened this issue 6 years ago • 1 comments

File "D:\Python\Python38\lib\site-packages\xadmin\sites.py", line 283, in create_model_admin_view return self.get_view_class(admin_view_class, option_class).as_view() File "D:\Python\Python38\lib\site-packages\xadmin\sites.py", line 273, in get_view_class self._admin_view_cache[new_class_name] = MergeAdminMetaclass( File "D:\Python\Python38\lib\site-packages\xadmin\sites.py", line 23, in new return type.new(cls, str(name), bases, attrs) TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases 有哪位大神帮帮忙啊!!!

huajianzhanggithub avatar Dec 13 '19 07:12 huajianzhanggithub

check I've create a pull request.

russell310 avatar Jan 11 '20 18:01 russell310