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
Record, MultiRecord: use keyword arguments to super().__init__.
BaseRecord.__init__ takes a large number of arguments and the order is
not especially meaningful or memorable; use keyword arguments instead
of positional arguments for clarity.
0 commit comments