Show
Ignore:
Timestamp:
11/12/09 14:47:53 (3 years ago)
Author:
ged
Message:

- Added a new collection which can resolve entities relative to the current

entity, for example "..other_module.Class" (based on patches from Johannes
Janssen, closes #93).

- Added a new entity option "resolve_root", which allows one to specify the

root module where your entities are defined. The string will be prepended
to all "absolute" entity paths. It can also be used on a per-entity basis.
This feature is based on a patch from Johannes Janssen, see #93.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/options.py

    r513 r515  
    226226    allowcoloverride=False, 
    227227    order_by=None, 
     228    resolve_root=None, 
    228229    mapper_options={}, 
    229230    table_options={}