doc/3.19.rst
changeset 9712 6c6cd8c4b256
parent 9710 dff4bda87c6a
child 9776 d5413f2453a1
equal deleted inserted replaced
9711:59616edc20d7 9712:6c6cd8c4b256
   157 
   157 
   158 * ``_cw.user_callback`` and ``_cw.user_rql_callback`` are deprecated.  Users
   158 * ``_cw.user_callback`` and ``_cw.user_rql_callback`` are deprecated.  Users
   159   are encouraged to write an actual controller (e.g. using ``ajaxfunc``)
   159   are encouraged to write an actual controller (e.g. using ``ajaxfunc``)
   160   instead of storing a closure in the session data.
   160   instead of storing a closure in the session data.
   161 
   161 
       
   162 * A new ``entity.cw_linkable_rql`` method provides the rql to fetch all entities
       
   163   that are already or may be related to the current entity using the given
       
   164   relation.
       
   165 
   162 
   166 
   163 Deprecated Code Drops
   167 Deprecated Code Drops
   164 ----------------------
   168 ----------------------
   165 
   169 
   166 * session.hijack_user mechanism has been dropped.
   170 * session.hijack_user mechanism has been dropped.