Re: GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-26 Thread Kenneth Gonsalves
On 26-Jul-07, at 9:42 PM, Jacob Kaplan-Moss wrote: >> could you post this to the users list also - you may get a lot of >> feedback from the user's point of view > > Actually, I've deliberately asked the SoC students to post updates > here instead of django-users. I know all the core devs read b

Re: GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-26 Thread Tom Tobin
On 7/26/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 7/25/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On 26-Jul-07, at 7:36 AM, Thejaswi Puthraya wrote: > > > This week I worked on getting the 'like' and 'between' check > > > conditions into the project and also writing a lot o

Re: GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-26 Thread Jacob Kaplan-Moss
On 7/25/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 26-Jul-07, at 7:36 AM, Thejaswi Puthraya wrote: > > This week I worked on getting the 'like' and 'between' check > > conditions into the project and also writing a lot of doctests. > > could you post this to the users list also - you ma

Re: GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-25 Thread Kenneth Gonsalves
On 26-Jul-07, at 7:36 AM, Thejaswi Puthraya wrote: > This week I worked on getting the 'like' and 'between' check > conditions into the project and also writing a lot of doctests. could you post this to the users list also - you may get a lot of feedback from the user's point of view -- re

GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-25 Thread Thejaswi Puthraya
Hello Django Developers, This week I worked on getting the 'like' and 'between' check conditions into the project and also writing a lot of doctests. So here is how to use 'like' and 'between' check constraints class Manufacturer(models.Model): mfg_name= models.CharFiel