doc/changes/3.27.rst
changeset 12797 00c14fb7c931
parent 12796 4fe765f2f155
child 12798 45242ceec212
equal deleted inserted replaced
12796:4fe765f2f155 12797:00c14fb7c931
    45     which otherwise is lost
    45     which otherwise is lost
    46 
    46 
    47 * on DBG_SQL and/or DBG_RQL, if pygments is installed, syntax highlight sql/rql
    47 * on DBG_SQL and/or DBG_RQL, if pygments is installed, syntax highlight sql/rql
    48   debug output
    48   debug output
    49 
    49 
    50 * add a new '-t/--toolbar' option the pyramid command to activate the pyramid debugtoolbar
       
    51 
       
    52 * allow to specify the instance id for any instance command using the
    50 * allow to specify the instance id for any instance command using the
    53   CW_INSTANCE global variable instead of or giving it as a cli argument
    51   CW_INSTANCE global variable instead of or giving it as a cli argument
       
    52 
       
    53 * add a new '-t/--toolbar' option the pyramid command to activate the pyramid debugtoolbar
    54 
    54 
    55 * a series of pyramid debugtoolbar panels specifically made for CW, see bellow
    55 * a series of pyramid debugtoolbar panels specifically made for CW, see bellow
    56 
    56 
    57 Pyramid debugtoolbar and custom panel
    57 Pyramid debugtoolbar and custom panel
    58 -------------------------------------
    58 -------------------------------------