Changes between Version 1 and Version 4 of Ticket #25114
- Timestamp:
- Jul 12, 2015, 12:45:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25114
- Property Type Uncategorized → Cleanup/optimization
- Property Resolution → wontfix
- Property Status new → closed
- Property Summary ModelAdmin FK fields should default to raw_id → A way to change default raw_id_fields behavior
-
Ticket #25114 – Description
v1 v4 5 5 When this field refers to a model that has for example, 100,000 or more entries, this can have the affect of crashing a server, a browser, or at best making new users confused about why they cannot view the admin page for this instance. 6 6 7 Defaulting to raw_id is safer and more reliable in most cases and presents minimal compromises in usability (in my opinion). 7 A get_raw_id_fields method that enables