Changeset 248 for elixir/trunk/elixir/properties.py
- Timestamp:
- 10/28/07 21:06:00 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/properties.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/properties.py
r243 r248 4 4 properties such as fields and relationships (for those, please consult the 5 5 corresponding modules), but also provides some more specialized properties, 6 such as `ColumnProperty`. It also provides the GenericProperty class which allows you to wrap any SQLAlchemy property, and its DSL-syntax equivalent: 6 such as `ColumnProperty`. It also provides the GenericProperty class which 7 allows you to wrap any SQLAlchemy property, and its DSL-syntax equivalent: 7 8 has_property_. 8 9
