Re: [web2py] Reverse relationships

2018-04-11 Thread Richard Vézina
I think it coming from DAL vs ORM. :) Richard On Wed, Apr 11, 2018 at 2:13 PM, pbreit wrote: > It's interesting that Rails & Django have a reverse relationship concept > but Web2py apparently does not. Whenever I run into this in the various > Rails/Django tutorials I don't understand it and f

[web2py] Reverse relationships

2018-04-11 Thread pbreit
It's interesting that Rails & Django have a reverse relationship concept but Web2py apparently does not. Whenever I run into this in the various Rails/Django tutorials I don't understand it and find it confusing. Is that another instance where Massimo spared us from unnecessary complexity? --