Opened 20 years ago
Closed 20 years ago
#1617 closed defect (fixed)
[patch] Combining raw_id_admin and limit_choices_to broken (again)
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | magic-removal |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The fix made in [2414] doesn't work on the magic-removal branch, because model classes don't have direct app_label / module_name members anymore.
Patch in a sec.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch that fixes the issue