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
Performance: remove __missing__() from production, it did repr(self)
Anytime there was a missing dict key (including all fields without "auth"),
__missing__() was called and did an repr(self.data) for developer assistance.
That happend more then 800 times per request.
0 commit comments