Re: Help Getting an error "invalid keyword argument for this function"

2008-10-02 Thread Karen Tracey
On Thu, Oct 2, 2008 at 2:26 PM, Karthik Krishnan <[EMAIL PROTECTED]>wrote: > > I have the following table in models.py > > class SiteAccessProcess(models.Model): > """Object model mapping to the site_access_process table. > > Each element in the class represents a table column. > """ > instanc

Re: Help Getting an error "invalid keyword argument for this function"

2008-10-02 Thread Malcolm Tredinnick
On Thu, 2008-10-02 at 11:26 -0700, Karthik Krishnan wrote: > I have the following table in models.py > > class SiteAccessProcess(models.Model): [... snip ...] > I am running a unit test. [...] > I get the following error. > > 265, in __init__ > raise TypeError, "'%s' is an invalid keyword