Changeset 460 for elixir/trunk/elixir

Show
Ignore:
Timestamp:
09/18/09 08:42:18 (3 years ago)
Author:
ged
Message:

revert M2M column format change for now. Needs more thinking as the column
names don't make much sense at the moment.

Files:
1 modified

Legend:

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

    r458 r460  
    186186OLD_M2MCOL_NAMEFORMAT = "%(tablename)s_%(key)s%(numifself)s" 
    187187NEW_M2MCOL_NAMEFORMAT = "%(relname)s_%(key)s" 
    188 M2MCOL_NAMEFORMAT = NEW_M2MCOL_NAMEFORMAT 
     188M2MCOL_NAMEFORMAT = OLD_M2MCOL_NAMEFORMAT 
    189189CONSTRAINT_NAMEFORMAT = "%(tablename)s_%(colnames)s_fk" 
    190190MULTIINHERITANCECOL_NAMEFORMAT = "%(entity)s_%(key)s"