Changeset 522 for elixir/trunk

Show
Ignore:
Timestamp:
01/20/10 16:30:34 (2 years ago)
Author:
ged
Message:

clarify "table" argument to ManyToMany.

Files:
1 modified

Legend:

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

    r502 r522  
    279279+--------------------+--------------------------------------------------------+ 
    280280| ``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.      | 
    283284+--------------------+--------------------------------------------------------+ 
    284285| ``order_by``       | Specify which field(s) should be used to sort the      |