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
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.
The text was updated successfully, but these errors were encountered:
The call to
inspect.getsource()
fails inside_check_explicit_table_names_on_model
on tables from django-simple-history with an error ofOSError('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.The text was updated successfully, but these errors were encountered: