Validation within models.py

2009-07-01 Thread Bala kumar
Hi, Is it possible to apply validation on particular field within models.py?. I have the below model defined, the form is dynamically managed by Django Admin class CategoryMapping(models.Model): categoryid = models.AutoField(primary_key=True,) categorytype = models.CharField( max_

Re: [gsoc2009-testing] Windmill Runners Kicking it up a Notch

2009-07-01 Thread Kevin Kubasik
On Mon, Jun 29, 2009 at 10:20 AM, Russell Keith-Magee < freakboy3...@gmail.com> wrote: > > On Sat, Jun 27, 2009 at 2:22 PM, Kevin Kubasik wrote: > > Should windmill tests default to non-isolated/non-transactional DB > behavior? > > Basically, we are providing the means for functional tests, these