Changeset 546
- Timestamp:
- 08/15/07 02:16:55 (1 year ago)
- Files:
-
- pagoda/trunk/Pagoda/pagoda/plugins/page/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pagoda/trunk/Pagoda/pagoda/plugins/page/models.py
r542 r546 35 35 inherits=Node.mapper, 36 36 select_table=page_table, 37 polymorphic_on=page_table.c.content_type, 37 38 polymorphic_identity='page', 38 39 inherit_condition=or_(
