nomike / Bauteilsortiment

Django based software for managing an electronics component library
GNU General Public License v3.0
2 stars 3 forks source link

REST API doesn't support changing the page size and doesn't allow filtering of objects #116

Closed nomike closed 12 months ago

nomike commented 12 months ago

The page size is hard-coded for the API and models can not be filtered.

This is a basic requirement though for the multilevel select to work.