Found it in the ModelAdmin class:
list_per_page = 100
class MyAdmin(admin.ModelAdmin):
list_per_page = 2000
Yuji's Increasingly Infrequent Ramblings
Found it in the ModelAdmin class:
list_per_page = 100
class MyAdmin(admin.ModelAdmin):
list_per_page = 2000