Re: no return from image_set.all yet code almost identical

2011-10-26 Thread MikeKJ
My bad, I found the deliberate error! -- View this message in context: http://old.nabble.com/no-return-from-image_set.all-yet-code-almost-identical-tp32723239p32725680.html Sent from the django-users mailing list archive at Nabble.com. -- You received this message because you are subscribed to

Re: no return from image_set.all yet code almost identical

2011-10-26 Thread MikeKJ
update I have moved all the classes into the one model, image_sets ... from django.db import models from smartpages.models import SmartPage POSITIONCHOICES = [ ('1', 'Top'), ('2', 'Bottom') ] class Set(models.Model): assigned_page = models.ForeignKey(SmartPage, help_text='The s