Can Mustafa Özdemir

Results 3 comments of Can Mustafa Özdemir

Adding `model_admin = None` fails because of this line: https://github.com/farhan0581/django-admin-autocomplete-filter/blob/pre_release/admin_auto_filters/views.py#L17 ``` self.paginator_class = self.model_admin.paginator ``` I overcame this by setting base model admin class `admin.ModelAdmin` and changing `get_paginator` method: ```...

That's a good question. We don not use the same format as Django since Python does not allow `-` in function parameters. We use function parameters to filter out the...

This is both perfectly logical and completely absurd.