Package orm2 :: Module exceptions :: Class ObjectAlreadyInserted
[hide private]
[frames] | no frames]

Class ObjectAlreadyInserted

source code

exceptions.Exception --+    
                       |    
            ORMException --+
                           |
                          ObjectAlreadyInserted

Relationships may require dbobjects not to have been inserted into the database prior to handling them. Also, you can't insert an object into a table with a AUTO_INCREMENT column (or simmilar), that has the corresponding attribute set already.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__