Changeset 441 for elixir/trunk/elixir

Show
Ignore:
Timestamp:
01/07/09 16:42:06 (3 years ago)
Author:
ged
Message:

better message

Files:
1 modified

Legend:

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

    r430 r441  
    869869    def get_table(self): 
    870870        warnings.warn("The secondary_table attribute on ManyToMany objects is " 
    871                       "deprecated", DeprecationWarning, stacklevel=2) 
     871                      "deprecated. You should rather use the table attribute.", 
     872                      DeprecationWarning, stacklevel=2) 
    872873        return self.table 
    873874    secondary_table = property(get_table)