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
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
Views that use load_models should be migrated to using the far more efficient ModelView. This applies (at least) to the organization management views, where querying by Organization.name generates a grossly inefficient query.
Views that use
load_modelsshould be migrated to using the far more efficientModelView. This applies (at least) to the organization management views, where querying byOrganization.namegenerates a grossly inefficient query.