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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Handle a __models__ variable within modules to override the model discovery mechanism:
If you define the __models__ variable in yourapp.models (or wherever you specify to load your models from), generate_schema() will use that list, rather than automatically finding all models for you.
Split model consructor into from-Python and from-DB paths, leading to 15-25% speedup for large fetch operations.
More efficient queryset manipulation, 5-30% speedup for small fetches.