Andreas Andersen

Results 6 comments of Andreas Andersen

We could rewrite the cli with `click`https://click.palletsprojects.com/. It supports `bash`, `zsh`, and `fish` completion out of the box, https://click.palletsprojects.com/en/7.x/bashcomplete/?highlight=completion

I see the point about third-party libs and the current out-of-the box install. One solution could be to make it a python package which can be installed with `pip` where...

I created a branch with the suggested solution and a few other improvements, https://github.com/bokchan/django-admin-inline-paginator/tree/support-django-default-styling - Support hiding of next/prev links - Use default django paginator styles in tabular_paginator template -...

@shinneider I won't have time this weekend but I will try to make it happen next week.

I worked on the issue in the weekend. Rebased on top of latest master. My fix works with `django-admin-interface` but it won't fix integration with other custom admin theming packages,...

Makes sense @shinneider . I am also quite busy but I will try to work on the issue if I get some extra time.