Skip to content
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

CheckExplicitTableNames and inspect.getsource() failures #3

Open
levic opened this issue Jan 13, 2021 · 0 comments
Open

CheckExplicitTableNames and inspect.getsource() failures #3

levic opened this issue Jan 13, 2021 · 0 comments

Comments

@levic
Copy link

levic commented Jan 13, 2021

The call to inspect.getsource() fails inside _check_explicit_table_names_on_model on tables from django-simple-history with an error of OSError('could not find class definition')

It appears that because the models are generated dynamically it's not possible to fetch the source.

If inspect.getsource() fails it should emit a warning instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant