Delete (or comment out) the lines in the Group class:

users = many_to_many("User", user_group, backref="groups")
permissions = many_to_many("Permission", group_permission,
                                             backref="groups")

This fixes a bug that was in the 1.0b1 release.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to