doc/3.18.rst
changeset 9395 96dba2efd16d
parent 9390 41795de3d48a
equal deleted inserted replaced
9394:4b89ca0b11ad 9395:96dba2efd16d
     7 New functionalities
     7 New functionalities
     8 --------------------
     8 --------------------
     9 
     9 
    10 * add a security debugging tool
    10 * add a security debugging tool
    11   (see `#2920304 <http://www.cubicweb.org/2920304>`_)
    11   (see `#2920304 <http://www.cubicweb.org/2920304>`_)
       
    12 
       
    13 * introduce an `add` permission on attributes, to be interpreted at
       
    14   entity creation time only and allow the implementation of complex
       
    15   `update` rules that don't block entity creation (before that the
       
    16   `update` attribute permission was interpreted at entity creation and
       
    17   update time)
    12 
    18 
    13 * the primary view display controller (uicfg) now has a
    19 * the primary view display controller (uicfg) now has a
    14   `set_fields_order` method similar to the one available for forms
    20   `set_fields_order` method similar to the one available for forms
    15 
    21 
    16 * new method `ResultSet.one(col=0)` to retrive a single entity and enforce the
    22 * new method `ResultSet.one(col=0)` to retrive a single entity and enforce the