From 18d7aadd0ea9fc6d9e6333bddb7584947b8ff006 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 30 Oct 2010 16:03:31 +0000 Subject: [PATCH] Upgrade the plone 3.x buildout to work with z3c.form 2.3.3. We need this for the new user email notification feature. svn path=/plone.app.discussion/trunk/; revision=40963 --- test-plone-3.3.x.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-plone-3.3.x.cfg b/test-plone-3.3.x.cfg index 3658ef1..2442847 100644 --- a/test-plone-3.3.x.cfg +++ b/test-plone-3.3.x.cfg @@ -16,12 +16,13 @@ plone.registry = 1.0b1 plone.supermodel = 1.0b4 plone.z3cform = 0.5.10 z3c.batching = 1.1.0 -z3c.form = 1.9.0 +z3c.form = 2.3.3 z3c.formwidget.query = 0.3 zope.app.broken = 3.4.0 zope.component = 3.5.1 zope.container = 3.7.0 zope.location = 3.4.0 +zope.schema = 3.6.4 zope.security = 3.4.3 zope.site = 3.5.1 zope.testing = 3.8.1