1 2 3 | # Increase maximum number of changelist items for "Show all" link to appear.
from django.contrib.admin.views import main as admin_views_main
admin_views_main.MAX_SHOW_ALL_ALLOWED = 10000
|
More like this
- Show all form errors by timbroder 1 year ago
- Dump a model instance and related objects as a Python data structure by akaihola 1 year, 4 months ago
- Additional Change List Columns by sansmojo 5 years, 11 months ago
- PositionField by jpwatts 4 years, 11 months ago
- Generic CSV Export by zbyte64 5 years ago
Comments