On Tuesday, 16 September 2008 06:35:04 Karen Tracey wrote:
> With the new models you still have "should be the same" client duplicated
> in two places, which was the thing I was trying to advise you to get rid
> of.
Karen,
Once again I am indebted to you. I had tried your first advice but in my usual 
dull fashion I misread the error message and took it to be about the model's 
structure. After your latest mail I knew that removing the client from 
PluginsEnabled had to be kosher so I looked harder.

It turned out that the 'no client in PluginsEnabled' was *not* about the field 
at all, but in my __unicode__. I changed it to:
return "%s plugin for %s" % (self.plugin.name, self.website.client.key)

And Bingo! It's a relief to know I was close all along, I was losing 
confidence.

I just have to say, this Django list is right up there with the Cairo list for 
effective, friendly and rapid help. 

Thank you all very much.
\d

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to