astrosat / django-astrosat-core

Common backend library for Astrosat projects' core functionality
GNU General Public License v3.0
0 stars 0 forks source link

feat(backend): added CharListFilter #62

Closed allynt closed 3 years ago

allynt commented 3 years ago

Added an Admin Filter for searching CharFields. This is useful when I want to add an additional searching capability against fields other than those specified in search_fields.

Also updated dependencies.

Also linting.