hasgeek / lastuser

Lastuser has been merged into Funnel. This repository is archived.
https://hasgeek.com/
BSD 2-Clause "Simplified" License
166 stars 30 forks source link

Replace load_models with ModelView #268

Open jace opened 6 years ago

jace commented 6 years ago

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.

jace commented 6 years ago

Also applies to the Client model views.

jace commented 6 years ago

Partially fixed in #270. Organizations are now converted. Clients are pending.