doc/changes/3.28.rst
author Simon Chabot <simon.chabot@logilab.fr>
Wed, 12 Feb 2020 13:58:17 +0100
changeset 12890 0cd5b9057202
parent 12880 59d4ad7e7df3
child 12940 8929ccd43771
permissions -rw-r--r--
[pyramid, predicate] Add a predicate that matches if the pattern is an eid in the DB
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12880
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     1
3.28
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     2
====
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     3
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     4
Changes
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     5
-------
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     6
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     7
- the class cubicweb.view.EntityAdapter was moved to cubicweb.entity.EntityAdapter
59d4ad7e7df3 [adapters] move class EntityAdapter from cubicweb.view to cubicweb.entity
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
diff changeset
     8
  a deprecation warning is in place, but please update your source code accordingly.