[web2py] Re: validators.py error in

2012-02-17 Thread Alan Etkin
I've updated from hg repository to this version: Version 1.99.4 (2012-02-14 08:44:22) stable The mentioned error doesn't reproduce now. Thank you On 12 feb, 21:52, Alan Etkin wrote: > Thank you Bruce. It is possible to do hg log, it shows the complete > commit list until the last pulled code (

[web2py] Re: validators.py error in

2012-02-12 Thread Alan Etkin
Thank you Bruce. It is possible to do hg log, it shows the complete commit list until the last pulled code (I think), and it supposedly includes instances not updated locally, so that method doesn't allow me to see what versions I really downloaded. However, the update seems to have been found by C

Re: [web2py] Re: validators.py error in

2012-02-12 Thread Bruce Wade
I know git has "git log" I am sure mercurial has something similar. On Sun, Feb 12, 2012 at 2:07 PM, Alan Etkin wrote: > I don't keep a list of version updates for my local repository (and I > see that it is a good idea for cases like this), but I pull the > repository frequently, about once a w

[web2py] Re: validators.py error in

2012-02-12 Thread Alan Etkin
I don't keep a list of version updates for my local repository (and I see that it is a good idea for cases like this), but I pull the repository frequently, about once a week. Is there any way in mercurial to retrieve something like a command log? On 12 feb, 17:16, Massimo Di Pierro wrote: > Any

[web2py] Re: validators.py error in

2012-02-12 Thread Carlos
Hi Massimo, self.options() is being called (recursively) inside options function in IS_IN_DB class. changeset # c3ed339c547b (fixed issue 647, problem with is_in_db and multiple). Carlos

[web2py] Re: validators.py error in

2012-02-12 Thread Massimo Di Pierro
Any chance you can tell us which versions broke it? On Feb 12, 8:30 am, Alan Etkin wrote: > I have pulled the last mercurial version and get this new exception in > a query. This behavior is new, older versions of web2py don't return > this error: > > Note: the app is a wxPython application that