Changes between Initial Version and Version 7 of Ticket #27864
- Timestamp:
- Feb 28, 2017, 3:54:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27864
- Property Component Uncategorized → contrib.admin
- Property Keywords mysql added
- Property Type Uncategorized → Cleanup/optimization
- Property Version 1.10 → 1.8
- Property Triage Stage Unreviewed → Accepted
- Property Summary (1116, 'Too many tables; MySQL can only use 61 tables in a join') → Limit the number of terms in an admin search
-
Ticket #27864 – Description
initial v7 11 11 12 12 13 I've created a nCMS system using Django Admin, where models Posts is in app Posts.13 I've created a CMS system using Django Admin, where models Posts is in app Posts. 14 14 15 15 Model Posts has an **M2M** field `authors`, and this field I've included in search for `admin.ModelAdmin`: