django-admin-search icon indicating copy to clipboard operation
django-admin-search copied to clipboard

Modal filter for django admin

Results 13 django-admin-search issues
Sort by recently updated
recently updated
newest added

Hi, There are two issues: 1. There is an issue in filtering the attributes with null value. 2. Always need to include `__contains` in `CharField`. Example: ```python #models.py class Emp(models.Model):...

### Describe the bug Pagination does not carry filter parameters. ### Steps to reproduce 1. Input filter parameters http://127.0.0.1:8000/admin/reports/tpareports/?date_start=2012-09-26&date_end=2028-09-26 2. Pagination is still original ![image](https://user-images.githubusercontent.com/76138749/159901573-c40ac97d-986e-404b-8968-5a6c04a46f3f.png) ### Details OS: Windows 10/Alpine...

Apply selecting few filters and applying it, there is no way to go back and clear the filters.

currently, after applying the filter and opening the modal again, it is empty, should keep the value of the filters.

enhancement
help wanted

Enhancement with search_form attribute.

Addressed [refresh issue after returning from search form](https://github.com/shinneider/django-admin-search/issues/35)

in the version `0.3.2` I added some tests, but the core `django_admin_search/admin.py` is not tested yet, need to cover this. to elaborate test cases for this can be tricky.

enhancement
help wanted

currently all fields occupy 100% of the line, I suggest having field options occupying only half the line (for accept two field by line). in this issue is interesting to...

enhancement

Currently checkbox field has no format (css styles), however all other field are be formatted, i suggest format this field too. But no have ideia for this field format Simple...

enhancement
good first issue