Kenneth

That is what I originally though but if I write that this is the error I get:

in _get_fringe_value
   ft = Fringe.objects.select_related().filter(id=self.id).values()
AttributeError: 'str' object has no attribute 'id'

I'm in London and I do this in my spare time so have just arrived home from work. Many thanks for looking at this for me.

Kenneth Gonsalves wrote:
On Thu, 2011-01-20 at 08:37 +0000, Trevor Stanley wrote:
Fringe.objects.select_related().filter(id=self)

should this not be (id=self.id)

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to [email protected].
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