use sub::name to fix compat with moose method modifiers
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / ManyToMany.pm
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2007-10-03 Ash Berlin Many-to-many relationships now warn if the utility...
2007-07-09 Matt S Trout many-many rel fix
2007-06-26 Simon Elliott many_to_many supports relation_rs method now
2007-06-26 Simon Elliott add_to returns inserted row in many_to_many relation
2006-12-21 Ash Berlin Made many_to_many throw an exception if its not provide...
2006-08-25 Matt S Trout fixes to many-many
2006-08-24 Justin Guenther fixed set_$rel (from many_to_many) to accept a listref
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-06-19 Justin Guenther added many_to_many set_$rel helper and tests
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-06-05 Justin Guenther Added preliminary tests for new helpers
2006-05-12 Aran Deltac Initial work on helper methods for many_to_many relatio...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-09 David Kamholz more assorted kleenoops
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-31 David Kamholz let many_to_many rels have attrs
2006-01-02 Matt S Trout And the extra main classes