Closed zzzeek closed 6 years ago
Originally reported by: Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek)
need a try:/except: around the oldinit() method created in mapper which will remove the instance from the session if the init method fails.
oldinit()
mapper
Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):
Removing milestone: 0.4.0 (automated comment)
Milestone next micropoint release deleted
changeset:1634
Originally reported by: Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek)
need a try:/except: around the
oldinit()
method created inmapper
which will remove the instance from the session if the init method fails.