Re: Help using the django queries API to select columns from multiple tables

2009-06-30 Thread micval
Hi there, not sure if I understand your scenario correctly, but it seems to me, that Daniel might be right about the ForeignKey being in the Location as the wrong idea. If you need multiple locations for one Event, then there's ManyToManyField for that (or possibly two ForeignKey(Location) attrib

Re: Iterating over jwplayers

2009-01-25 Thread micval
Don't know anything about SWFObject, but it seems to me, that s1.write ('preview') puts all the video objects in the first paragraph. In the for loop, all the paragraphs get assigned the same id='preview', which they should not, as the DOM gets confused. ID of a node must be unique throughout the