Changeset 522 for elixir/trunk
- Timestamp:
- 01/20/10 16:30:34 (2 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/relationships.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/relationships.py
r502 r522 279 279 +--------------------+--------------------------------------------------------+ 280 280 | ``table`` | Use a manually created table. If this argument is | 281 | | used, Elixir won't generate a table for this | 282 | | relationship, and use the one given instead. | 281 | | used, Elixir will not generate a table for this | 282 | | relationship, and use the one given instead. This | 283 | | argument only accepts SQLAlchemy's Table objects. | 283 284 +--------------------+--------------------------------------------------------+ 284 285 | ``order_by`` | Specify which field(s) should be used to sort the |
