Changeset 339
- Timestamp:
- 06/13/08 18:40:05 (5 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r336 r339 12 12 identity for an entity. It also accepts a callable so that you can generate 13 13 the identity name automatically from the class itself. 14 * Added __setattr__ method on Metaclass so that you can add properties 15 slightly more easily after class definition (but before setup_all): 16 class A(Entity): 17 pass 18 A.name = Field(String(32)) 14 19 15 20 Changes:
