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: allow base_datetime as constructor argument.
For convenience and consistency, allow passing base_datetime to the
BaseRecord, Record, or MultiRecord constructor.
Since this attribute is an alias for base_date and base_time, it is an
error for the caller to specify this argument while simultaneously
specifying base_date or base_time.
0 commit comments