Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions news/212.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remove class-factory from wsgischema.xml for Zope > 6.0 support.

See `issue 212 <https://github.com/plone/plone.recipe.zope2instance/issues/212>`_.
[perrinjerome]
11 changes: 0 additions & 11 deletions src/plone/recipe/zope2instance/wsgischema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@
</description>
</key>

<key default="Zope2.Startup.datatypes.simpleClassFactory"
name="class-factory"
datatype=".importable_name"
>
<description>
Change the class factory function a database uses on a
per-database basis to support different class factory policy.
Use a Python dotted-path name to specify the class factory function.
</description>
</key>

<key name="container-class"
datatype="string"
>
Expand Down