Skip to content

Commit 198187a

Browse files
committed
Remove class-factory from wsgischema.xml for Zope > 6.0 support
This was also removed from the original wsgischema from Zope in zopefoundation/Zope#1290 Fixes plone#212
1 parent 0452e05 commit 198187a

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

news/212.bugfix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Remove class-factory from wsgischema.xml for Zope > 6.0 support.
2+
3+
See `issue 212 <https://github.com/plone/plone.recipe.zope2instance/issues/212>`_.
4+
[perrinjerome]

src/plone/recipe/zope2instance/wsgischema.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@
7676
</description>
7777
</key>
7878

79-
<key default="Zope2.Startup.datatypes.simpleClassFactory"
80-
name="class-factory"
81-
datatype=".importable_name"
82-
>
83-
<description>
84-
Change the class factory function a database uses on a
85-
per-database basis to support different class factory policy.
86-
Use a Python dotted-path name to specify the class factory function.
87-
</description>
88-
</key>
89-
9079
<key name="container-class"
9180
datatype="string"
9281
>

0 commit comments

Comments
 (0)