-
Notifications
You must be signed in to change notification settings - Fork 104
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
'module' object has no attribute 'get_deleted' #52
Comments
LegoStormtroopr
changed the title
https://github.com/jedie/django-reversion-compare/blob/master/reversion_compare/compare.py#L165
'module' object has no attribute 'get_deleted'
Dec 26, 2015
Thanks for reporting! Would be great if you contribute a pull request to fix this ;) |
Already working on it ;)
|
LegoStormtroopr
added a commit
to LegoStormtroopr/django-reversion-compare
that referenced
this issue
Dec 27, 2015
This is being covered in #51 |
Closing this as #51 did it better. |
LegoStormtroopr
added a commit
to LegoStormtroopr/django-reversion-compare
that referenced
this issue
Feb 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes to support django-reversion 1.10 have broken some code here:
https://github.com/jedie/django-reversion-compare/blob/master/reversion_compare/compare.py#L165
causes this error:
Looks like in 1.10 that was moved to
reversion.revisions
. Am checking this outThe text was updated successfully, but these errors were encountered: