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
When loading tags without accessing the tag xml field, we should defer loading of that field.
This can be done with defer(). Or if we query the model often, we could even create a separate unmanaged model (see defer documentation for more details).
The text was updated successfully, but these errors were encountered:
7419011#apps-swid-views-py-P8
When loading tags without accessing the tag xml field, we should defer loading of that field.
This can be done with defer(). Or if we query the model often, we could even create a separate unmanaged model (see defer documentation for more details).
The text was updated successfully, but these errors were encountered: