Increase maximum number of changelist items for "Show all" link to appear

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

  1. Additional Change List Columns by sansmojo 4 years, 6 months ago
  2. Generic CSV Export by zbyte64 3 years, 8 months ago
  3. Image resize on demand by VidJa 3 years, 1 month ago
  4. Dump a model instance and related objects as a Python data structure by akaihola 1 week, 2 days ago
  5. iter_fetchmany by jdunck 3 years, 1 month ago

Comments

(Forgotten your password?)