#801: 0.9a5 - sqlalchemy quickstart model.py template incorrect
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  anonymous
     Type:  defect              |       Status:  new      
 Priority:  normal              |    Milestone:           
Component:  Installation        |      Version:  0.9a5    
 Severity:  normal              |   Resolution:           
 Keywords:                      |  
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):

 I'm continually updating this with errors as i find in this file:

 {{{
 class Permission(ActiveMapper):
     class mapping:
         __table__="permission"
         permission_id = column( Integer, primary_key=True )
         permission_name = column( Unicode(16), unique=True )
         description = column( Unicode(255) )

         groups = many_to_many( "Group", group_permission,
                               backref="permmissions" )
 }}}

 the backref 'permmissions' is a typo to 'permissions'

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/801>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to