setup.cfg
author Laurent Wouters <lwouters@cenotelie.fr>
Tue, 24 Apr 2018 10:19:42 +0200
changeset 12297 38058ce2a9ec
parent 11856 92e9cbc6fc57
child 12915 f7b4c3e047c8
permissions -rw-r--r--
[server] Fixed issue with the adapters cache of a cloned EditedEntity The adapters' cache of the entity within an EditedEntity used to be copied along the entity itself during a cloning operation of the EditedEntity. This raises an issue when the adapters' cache is not empty and contains cached values linking to transaction-specific data (or the transaction itself). This prevents the clone EditedEntity being used in a transaction outside the one that created it. This change resets the adapters' cache of the new copy so that no cached value remain. The new copy can then be used in a new transaction afterwards.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11856
92e9cbc6fc57 [pkg] Configure "universal" wheel build
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11453
diff changeset
     1
[bdist_wheel]
92e9cbc6fc57 [pkg] Configure "universal" wheel build
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11453
diff changeset
     2
universal = 1
92e9cbc6fc57 [pkg] Configure "universal" wheel build
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 11453
diff changeset
     3
11453
3522d2a3389e [pkg] Add missing entries to MANIFEST.in
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     4
[check-manifest]
3522d2a3389e [pkg] Add missing entries to MANIFEST.in
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     5
ignore =
3522d2a3389e [pkg] Add missing entries to MANIFEST.in
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     6
  debian
3522d2a3389e [pkg] Add missing entries to MANIFEST.in
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     7
  debian/*
3522d2a3389e [pkg] Add missing entries to MANIFEST.in
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     8
  cubicweb.spec
3522d2a3389e [pkg] Add missing entries to MANIFEST.in
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     9
  __pkginfo__.py