[web2py] Re: Still having trouble with format / foreign keys

2015-04-20 Thread Niphlod
we're waiting for 2.10.4 including https://github.com/web2py/pydal/issues/135 On Monday, April 20, 2015 at 9:46:58 PM UTC+2, Jim S wrote: > > I posted in this thread > https://groups.google.com/forum/#!topic/web2py/2i9zfAzG2s8 but posted > after it was closed. Evidently, this is fixed but I'm

Re: [web2py] Re: Still having trouble with format / foreign keys

2015-04-20 Thread Jim Steil
So this fix isn't in the web2py 2.10.4 beta that was built on 4/18? -Jim On Mon, Apr 20, 2015 at 4:55 PM, Niphlod wrote: > we're waiting for 2.10.4 including > https://github.com/web2py/pydal/issues/135 > > On Monday, April 20, 2015 at 9:46:58 PM UTC+2, Jim S wrote: >> >> I posted in this threa

Re: [web2py] Re: Still having trouble with format / foreign keys

2015-04-20 Thread Massimo Di Pierro
re-pushing. Check the nightly built in 20 minutes. On Monday, 20 April 2015 16:58:04 UTC-5, Jim S wrote: > > So this fix isn't in the web2py 2.10.4 beta that was built on 4/18? > > -Jim > > On Mon, Apr 20, 2015 at 4:55 PM, Niphlod wrote: > >> we're waiting for 2.10.4 including >> https://github.

Re: [web2py] Re: Still having trouble with format / foreign keys

2015-04-20 Thread Jim S
I just grabbed the latest, timestamp looks like this: Version 2.10.4-beta+timestamp.2015.04.20.18.00.31 and still having the same issue. -Jim On Monday, April 20, 2015 at 6:03:03 PM UTC-5, Massimo Di Pierro wrote: > > re-pushing. Check the nightly built in 20 minutes. > > On Monday, 20 April 20

Re: [web2py] Re: Still having trouble with format / foreign keys

2015-04-20 Thread Jim S
Ok, finally figured out my problem. Back when pydal was first announced, I did a pip install of pydal. Subsequently, I did a clean install of web2py using git clone. Must have gotten my pydal stuff out of sync, or didn't update it. I used pip to uninstall pydal and then ran git submodule up