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_
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