Felix Schwarz <[EMAIL PROTECTED]> writes: > after some grep'ing, I found that tg_permission, tg_visit_identity and > tg_visit are hard coded in identity/soprovider.py and visit/sovisit.py. I > think that either the generated coded should be changed to adapt to the > hardcoded names or identity/soprovider.py and visit/sovisit.py should no > hardcode names with the prefix "tg_". Is this correct? In this case, I can > file a bug report.
Sorry, I might be missing the point, but aren't these references to the classes you indicate in your application configuration? There's no hardcoded name but there are default names: model.User -- that by default points to tg_user --, model.Group -- points to tg_group -- and so on. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

