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
Hi, i'm trying to create a proxy for some ROA model that will use a normal manager insted of a ROAManager to make queries in a SQL database (i have read access only, that's why i use ROA). The problem is that i can't set the default manager correctly. This is part of my code:
Hi, i'm trying to create a proxy for some ROA model that will use a normal manager insted of a ROAManager to make queries in a SQL database (i have read access only, that's why i use ROA). The problem is that i can't set the default manager correctly. This is part of my code:
and here is my problem:
The manager of SomeROAModelProxy shoud be a models.Manager instance. If I do the same with the User model for example, it works well:
The text was updated successfully, but these errors were encountered: