Opened 14 years ago
Closed 13 years ago
#100 closed enhancement (fixed)
Show all on group pages (Django 1.4)
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Post Django 1.4 |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Size: | tiny |
Description
Django 1.4 makes list_max_show_all (https://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-options) configurable on a per-model basis. We probably want the main group list and maybe some other stuff to support show all, which means bumping it higher for some models.
Change History (3)
comment:1 Changed 14 years ago by adehnert
- Milestone changed from Sometime to Post Django 1.4
comment:2 Changed 13 years ago by adehnert
comment:3 Changed 13 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed:
commit cbffe98e520bc631e77d72074869e5a757e1d7ad Author: Alex Dehnert <adehnert@mit.edu> Date: Sun Sep 16 00:09:30 2012 -0400 Bump list_max_show_all (ASA-#100) Only Group and SpaceAssignment right now. I'm not sure there's anything it particularly makes sense for.