doc/changes/3.28.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 08 Feb 2020 22:57:59 +0100
changeset 12880 59d4ad7e7df3
child 12940 8929ccd43771
permissions -rw-r--r--
[adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity The adapter mechanism is not specific to the use of views. Moving the class the cubicweb.entity makes this clearer.

3.28
====

Changes
-------

- the class cubicweb.view.EntityAdapter was moved to cubicweb.entity.EntityAdapter
  a deprecation warning is in place, but please update your source code accordingly.