khufu_sqlalchemy is meant to reduce the plumbing required to configure a
SQLAlchemy based database connection with a Pyramid based web app.
Please see khufu_sqlalchemy @ github or docs/index.rst in the source
distribution for full docs.
Home Page: http://khufuproject.github.com/khufu_sqlalchemy
I'm pretty sure this patch is correct:
diff --git a/deform/field.py b/deform/field.py
index 2da070a..e0ae4c8 100644
--- a/deform/field.py
+++ b/deform/field.py
@@ -454,7 +454,7 @@ class Field(object):
schema is returned. It will be a mapping.
- If the fields cannot be succes
On 03/05/2011 20:29, Chris McDonough wrote:
On Tue, 2011-05-03 at 17:31 +0100, Chris Withers wrote:
Hi All,
What's the correct way to limit the number of entries in a
SequenceSchema node?
The requirements is something like "each job must have at least one
requirement line, but no more than 5"