-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dumpdata not working on latest commit (Django 2.2.1) #1977
Comments
Hello, |
Sure, here it is :)
|
dbeltra
changed the title
dumpdata not working o latest commit (Django 2.2.1)
dumpdata not working on latest commit (Django 2.2.1)
Feb 3, 2021
Fixed in #1980 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to dump the database with
python manage.py dumpdata
I get the following result:CommandError: Unable to serialize database: 'MenusField' object has no attribute '_get_val_from_obj'
It looks like
_get_val_from_obj
has been deprecated since django 2.0, so it breaks on the latest mezzanine commitThe text was updated successfully, but these errors were encountered: