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
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
2 matches
Mail list logo