You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception Value:
'PermissionManager' object has no attribute 'clone'
Exception Location: /Library/Python/2.7/site-packages/mongodbforms/fieldgenerator.py in generate_listfield, line 334
Thats the error I am getting..
views.py:
form = ProfileForm()
forms.py:
class ProfileForm(DocumentForm):
class Meta:
document = Profile
Is this because mongodbforms doesnt support some of the fields from the user model?
The text was updated successfully, but these errors were encountered:
Exception Value:
'PermissionManager' object has no attribute 'clone'
Exception Location: /Library/Python/2.7/site-packages/mongodbforms/fieldgenerator.py in generate_listfield, line 334
Thats the error I am getting..
views.py:
form = ProfileForm()
forms.py:
class ProfileForm(DocumentForm):
Is this because mongodbforms doesnt support some of the fields from the user model?
The text was updated successfully, but these errors were encountered: