-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 1.7 support #71
Comments
this issue can be fixed like this: and insert line from django.utils.text import camel_case_to_spaces as get_verbose_name |
There are one more error. I forgot about it, nvm, i use django1.5 now. |
There are several Pull Requests waiting to be merged fixing it:
Last three are the same. |
This is fixed now in master! This issue can be closed. |
I got error:
py27env/lib/python2.7/site-packages/mongodbforms/documentoptions.py", line 7, in
from django.db.models.options import get_verbose_name
ImportError: cannot import name get_verbose_name
Really hope mongodbforms can support django1.7~~
The text was updated successfully, but these errors were encountered: