| 20 | | - Added a "schema" argument on ManyToMany relationship to be able to create the |
| 21 | | ManyToMany table in a custom schema and not necessarily the same schema as |
| 22 | | the table of the "source" entity (patch from Diez B. Roggisch). |
| | 20 | - Added a "schema" argument on ManyToMany relationships to be able to create |
| | 21 | the ManyToMany table in a custom schema and not necessarily the same schema |
| | 22 | as the table of the "source" entity (patch from Diez B. Roggisch). |
| | 23 | - Added a "table_kwargs" argument on ManyToMany relationships to pass any |
| | 24 | extra keyword arguments to the underlying Table object (ticket #94). |