Changeset 447 for elixir/trunk

Show
Ignore:
Timestamp:
03/23/09 11:53:10 (3 years ago)
Author:
ged
Message:

minor reformat

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r434 r447  
    99  subclasses. For example, this makes it possible to have all classes 
    1010  inheriting from your custom base class use some custom options without 
    11   having to set it indivudually on each entity, 
    12   nor modify options.options_defaults. 
     11  having to set it individually on each entity, nor modify  
     12  options.options_defaults. 
    1313- The local_colname and remote_colname arguments on ManyToMany relationships 
    1414  can now also be used to set custom names for the ManyToMany table columns.