[web2py] Re: Using orderby in IS_IN_DB with a foreign key.

2015-12-17 Thread Hilton Shumway
then override the "widget" attribute of the field with a > custom widget that generates the options as you want them. > > Anthony > > On Saturday, November 21, 2015 at 12:32:13 PM UTC-5, Hilton Shumway wrote: >> >> I'm building a site with a number of

[web2py] Using orderby in IS_IN_DB with a foreign key.

2015-11-21 Thread Hilton Shumway
I'm building a site with a number of different tables linked to the auth_user table, namely mentors, judge, etc. A few different tables link indirectly to auth_user through foreign keys to those tables, for example abstract has a foreign key to mentor, which has a foreign key to auth_user. Now,

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-05-06 Thread Hilton Shumway
;t have the latest pydal. I'd > installed it separately from web2py and when I updated web2py, pydal didn't > automatically update. I removed my separate pydal and then installed the > latest web2py (using git) and then everything worked for me. > > On Tuesday, April

Re: [web2py] Re: Issue with lookup foreign key / format statement in 2.10.3

2015-04-28 Thread Hilton Shumway
On Monday, April 20, 2015 at 4:30:03 PM UTC-6, Jim S wrote: > > I'm running 2.10.4 beta. Grabbed it from github this morning. > > On Mon, Apr 20, 2015 at 5:10 PM, Dave S > > wrote: > >> >> >> On Monday, April 20, 2015 at 10:02:44 AM UTC-7, Jim S wrote: >>> >>> Can someone tell me if this is fix