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
Check whether any Manager instance is defined on the model.
If not, add the default objects attribute.
Also, plugin has to check whether default_manager_name is set in the Meta and set _default_manager to that, and if not, then set it to the first encountered one.
The text was updated successfully, but these errors were encountered:
Check whether any Manager instance is defined on the model.
If not, add the default objects attribute.
Also, plugin has to check whether default_manager_name is set in the Meta and set _default_manager to that, and if not, then set it to the first encountered one.
The text was updated successfully, but these errors were encountered: