to the base class you mentioned. Everything seems to be working well
now. I really appreciate all the help!
On Aug 28, 3:03 am, James Gregory <
jagregory....@gmail.com> wrote:
> You're correct on both accounts.
> You don't have to set the table name separately, but I would strongly
> recommend it. The base class that you derive from
> (ManyToManyTableNameConvention) has a lot of magic in for making sure it
> doesn't set the table name for both sides of a bi-directional (we used to
> have a bug where you'd end up with AToB and BToA for each side), and it's
> also careful not to override anything you've explicitly set. Like I said,
> you don't need to do this, but it can be a pain saver.
>
> If you do go that route, you do need to implement both methods.
>