Changeset 320
- Timestamp:
- 04/17/08 20:22:51 (5 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/fields.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/fields.py
r310 r320 196 196 self.property = deferred(self.column, group=group) 197 197 elif self.name != self.colname: 198 # if the property name is different from the column name, we need to 199 # add an explicit property (otherwise nothing is needed as it's done 200 # automatically by SA) 198 201 self.property = self.column 199 202
