Unit testing form validation issue

2009-10-26 Thread Chris Allen
Anyone have any experience with forms (ModelMultipleChoice fields and foreignkey'd choice fields) not validating properly in a unit test but just fine in the runserver? Passing the same request.POST data to the unit test as I am in the runserver and live instance, which I verified via the debugge

Re: Unit testing form validation issue

2009-10-27 Thread Chris Allen
Ended up populating the test database with fixtures via .json dumps. Thank you very much for your help. --- Chris On Oct 26, 6:19 pm, Karen Tracey wrote: > On Mon, Oct 26, 2009 at 4:12 PM, Chris Allen wrote: > > > Anyone have any experience with forms (ModelMultipleChoic

Django reversion, AuditTrail, MySQL MyISAM

2010-05-20 Thread Chris Allen
I'm trying to get rid of a weak Updates table that a coworker had been hacking up for use as a "user was changed on such and such day/ time..." and replace it with AuditTrail but there are a number of confounding issues. AuditTrail: I don't have the User model overridden, how would I hook it into