Keyvan Mosharraf

Results 4 issues of Keyvan Mosharraf

Hi, Thank you for this library! I've been using this for Google Analytics but having trouble loading user-id information there. It seems like per [Google documentation](https://support.google.com/analytics/answer/9213390#implement-user-id&zippy=%2Cin-this-article) the code required to...

Make autocomplete filter be collapsible and match the aesthetic of Django filters in v4. New look: ![image](https://user-images.githubusercontent.com/2993698/196782068-f49a2e27-6cb1-4884-b154-aba7651b031e.png) Previous look: ![image](https://user-images.githubusercontent.com/2993698/196782213-68dbebb3-0ccd-4903-8bc7-95922753eb7d.png)

…for the methods In case two different admins use the same method name for an action. For example: ```python class SomeAdminMixin(admin.ModelAdmin): actions_list = ['do_all'] def do_all(self, request): # do something...

**Describe the bug** I have a resource in my project that I read data from and bulk push to the Django database. This resource only has a subset of the...