In one of the models overview panel, after I filter the items by month, I have to select them all and then create a document with information regarding them (kind of like a monthly report). This is a problem when one month has more than 100 items as Django paginates the filtering results.
Is there a way to increase the number of items shown from 100 to 400 or select all the items from the filtering result?
Selecting all the items from one page, creating a document, going to the next, creating another, etc, then merging the documents isn't an option.