doc/3.19.rst
changeset 9687 00c2356faba7
parent 9673 f5e77035f332
child 9710 dff4bda87c6a
equal deleted inserted replaced
9686:9a04e48e780b 9687:00c2356faba7
   134   a service (``_cw.call_service('repo_stats')``).
   134   a service (``_cw.call_service('repo_stats')``).
   135 
   135 
   136 * ``repo.gc_stats()`` is now deprecated. The same information is available through
   136 * ``repo.gc_stats()`` is now deprecated. The same information is available through
   137   a service (``_cw.call_service('repo_gc_stats')``).
   137   a service (``_cw.call_service('repo_gc_stats')``).
   138 
   138 
       
   139 * ``repo.register_user()`` is now deprecated.  The functionality is now
       
   140   available through a service (``_cw.call_service('register_user')``).
       
   141 
   139 * ``request.set_session`` no longer takes an optional ``user`` argument.
   142 * ``request.set_session`` no longer takes an optional ``user`` argument.
   140 
   143 
   141 * CubicwebTC does not have repo and cnx as class attributes anymore. They are
   144 * CubicwebTC does not have repo and cnx as class attributes anymore. They are
   142   standard instance attributes. ``set_cnx`` and ``_init_repo`` class methods
   145   standard instance attributes. ``set_cnx`` and ``_init_repo`` class methods
   143   become instance methods.
   146   become instance methods.