Changeset 3204
- Timestamp:
- 05/15/07 15:11:22 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/Constraints/trunk/constraints/schema/constraints_001.py
r3203 r3204 60 60 sprocket_list = widget.sprocket_list 61 61 sprocket_list.remove(sprocket) 62 db.execute(widget.t.update(sprocket_list=sprocket_list)) 62 db.execute(widget.t.update(sprocket_list=sprocket_list), 63 defer_constraints=True) 63 64 # Widget constraints now FAIL. 64 65 # Sprocket constraints now FAIL.
