I found this ticket proposed a way to re-org the mapper
http://trac.turbogears.org/ticket/1251
it looks cool, should we take this?
--
Fred
Does any one has opposite opinion to this ticket?
http://trac.turbogears.org/ticket/1251
Is it suit for 1.0.2 or for trunk?
visits_table = Table('visit', metadata,
Column(...........)
)
class Visit(object):
def lookup_visit(cls, visit_key):
return Visit.get(visit_key)
lookup_visit = classmethod(lookup_visit)
mapper(Visit, visits_table)
These 2 both won't effect the working code, just the code style issue.
I didn't get it. What are you saying? To group everything related to Visit,
then everything related to Users, etc.?
I just wish that people that use Macs / Windows / Unix take care with line
endings on files. It is really annoying getting a file and seeing a lot of
'^M's (CRs) at line endings. I did correct one or two in the past but they're
back here.
I believe that somebody's subversion is handling ".py" files as binary.
--
Jorge Godoy <jgo...@gmail.com>
I agree with that. If it makes it simpler for using SA's docs, then lets use
it!
--
Jorge Godoy <jgo...@gmail.com>
No complaints on 1.0 branch from me. I have no doc legacy ;]