Changeset 372 for elixir/trunk/CHANGES

Show
Ignore:
Timestamp:
07/22/08 12:09:47 (5 years ago)
Author:
ged
Message:

replace source:xx links to complete http links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r371 r372  
    1616  allows one to provide a custom mapping method if needed. The default class 
    1717  also overrides the __getattr__ method, providing and handy way to get at your 
    18   entities. See source:elixir/trunk/tests/test_collections.py#L58 
     18  entities. See http://elixir.ematia.de/trac/browser/elixir/tags/0.6.0/tests/test_collections#L58 
    1919- Added new "identity" option which can be used to set a custom polymorphic 
    2020  identity for an entity. It also accepts a callable so that you can generate 
     
    3232- Added support for viewonly relationships (OneToMany and OneToOne). 
    3333- 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. 
    3536- Added support for callables for some arguments on relationships: primaryjoin, 
    3637  secondaryjoin and remote_side. It means those can be evaluated at setup time