You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there I was using this template for a small side project and stumbled on a problem.
I want to have an editable field in the admin change_list view for a custom model, but the save button only appears when the list is paginated. Could this be extracted to be also included without the paginator since this model has very few entries. I now have to set the list_per_page limit to 1 to ensure I can save it and then I can press the show all button in order to work as intended.
The text was updated successfully, but these errors were encountered:
Hi there I was using this template for a small side project and stumbled on a problem.
I want to have an editable field in the admin change_list view for a custom model, but the save button only appears when the list is paginated. Could this be extracted to be also included without the paginator since this model has very few entries. I now have to set the list_per_page limit to 1 to ensure I can save it and then I can press the show all button in order to work as intended.
The text was updated successfully, but these errors were encountered: