Changes between Initial Version and Version 7 of Ticket #27864


Ignore:
Timestamp:
Feb 28, 2017, 3:54:07 PM (7 years ago)
Author:
Anton Samarchyan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27864

    • Property Component Uncategorizedcontrib.admin
    • Property Keywords mysql added
    • Property Type UncategorizedCleanup/optimization
    • Property Version 1.101.8
    • Property Triage Stage UnreviewedAccepted
    • 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  
    1111
    1212
    13 I've created an CMS system using Django Admin, where models Posts is in app Posts.
     13I've created a CMS system using Django Admin, where models Posts is in app Posts.
    1414
    1515Model Posts has an **M2M** field `authors`, and this field I've included in search for `admin.ModelAdmin`:
Back to Top