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
Managers should ideally not be available from the models. This was due to the namespace pollution caused by using * imports in __init__.py. #213 addresses the namespace pollution, but managers are still given there for backward compatibility. Remove these in v3.0.0.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently,
managers
can be imported frommodels
.Steps To Reproduce
Something like this works:
Expected behavior
Managers should ideally not be available from the
models
. This was due to the namespace pollution caused by using* imports
in__init__.py
. #213 addresses the namespace pollution, but managers are still given there for backward compatibility. Remove these inv3.0.0
.The text was updated successfully, but these errors were encountered: