Remove implemented item from TODO
Dagfinn Ilmari Mannsåker [Thu, 22 Nov 2012 19:01:49 +0000 (19:01 +0000)]
TODO

diff --git a/TODO b/TODO
index 6973743..f22f5e8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -49,8 +49,6 @@
     - add -I support to dbicdump
 
 - Relationships
-   - Re-scan relations/tables after initial relation setup to find
-     ->many_to_many() relations to be set up
    - While scanning for many-to-many, scan for implied rels as well (if
      foo->belongs_to('bar') and baz->belongs_to('bar'), does that impliy
      foo->might_have('baz') and the reverse?)