jschrewe / django-mongoadmin

Integrates mongodb into django's admin
http://www.schafproductions.com/projects/mongo-admin/
BSD 3-Clause "New" or "Revised" License
112 stars 38 forks source link

'PermissionManager' object has no attribute 'clone' #28

Closed lgaticaq closed 8 years ago

lgaticaq commented 10 years ago

Hello

I have added the user model to admin but I get error when trying to add or edit a user.

from mongoengine.django.auth import User
from mongoadmin import site, DocumentAdmin

class UserAdmin(DocumentAdmin):
    pass

site.register(User, UserAdmin)
Romular commented 10 years ago

Hello

Do you have resolved this issue ?

Manca commented 10 years ago

I am having the same problem. Anyone has idea what is causing it and what we should do to fix it?

Thanks.

pitbulk commented 10 years ago

Same issue :(