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
contains - case sensitive contains match;
exact - case sensitive exact match;
startswith - case sensitive starts with match;
icontains - case insensitive contains match;
iexact - case insensitive exact match;
istartswith - case insensitive starts with match;
Feature Request
Description
HolidayBase::pop_named method should support
lookup types.
Related Issues
The idea comes from #2129
Proposed Solution
Extend the current functionality while keeping it backward compatible
Additional context
N/A
The text was updated successfully, but these errors were encountered: