Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Django admin 中,截至目前,模型的更改列表显示每页 100 个条目。是否有任何配置可用于自定义此限制?
您需要 Django admin.py 中的 list_per_page 属性:
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_per_page