Changeset 372
- Timestamp:
- 07/22/08 12:09:47 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r371 r372 16 16 allows one to provide a custom mapping method if needed. The default class 17 17 also overrides the __getattr__ method, providing and handy way to get at your 18 entities. See source:elixir/trunk/tests/test_collections.py#L5818 entities. See http://elixir.ematia.de/trac/browser/elixir/tags/0.6.0/tests/test_collections#L58 19 19 - Added new "identity" option which can be used to set a custom polymorphic 20 20 identity for an entity. It also accepts a callable so that you can generate … … 32 32 - Added support for viewonly relationships (OneToMany and OneToOne). 33 33 - Added support for filtered OneToMany relationships. Produce viewonly 34 relations. See source:elixir/trunk/tests/test_o2m.py for an example. 34 relations. See http://elixir.ematia.de/trac/browser/elixir/tags/0.6.0/tests/test_o2m.py 35 for an example. 35 36 - Added support for callables for some arguments on relationships: primaryjoin, 36 37 secondaryjoin and remote_side. It means those can be evaluated at setup time
