Changeset 441 for elixir/trunk/elixir
- Timestamp:
- 01/07/09 16:42:06 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/relationships.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/relationships.py
r430 r441 869 869 def get_table(self): 870 870 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) 872 873 return self.table 873 874 secondary_table = property(get_table)
