Re: Check Constraints for databases that support them

2009-09-26 Thread Tim Chase
> Is there anyone else interested in this? yes, I'd be interested in seeing some sort of database-level CHECK constraint as part of Django. I had been sitting on my thoughts until I see the GSoC work done on model-validation wend its way towards trunk. My hope had been to see model validatio

Re: Check Constraints for databases that support them

2009-09-26 Thread Matt Schinckel
On Sep 26, 10:27 pm, Tim Chase wrote: > > Is there anyone else interested in this? > > yes, I'd be interested in seeing some sort of database-level > CHECK constraint as part of Django.  I had been sitting on my > thoughts until I see the GSoC work done on model-validation wend > its way toward