Re: strange problem with dajaxice and javascript

2012-10-23 Thread Michael J Kaye
ld you reply with some information about your dajaxice view and what it returns? Regards, -- Michael J Kaye www.software.coop …good thinking -- I'm not a Microsoft customer so, although my software will open Microsoft documents you send, I can't guarantee that the formatting will be correct or all

MSSQL+django-pyodbc gives ProgrammingError

2008-10-16 Thread Michael J. Korman
should be noted that the aforementioned field is not one of the ones listed in the admin, and thus probably doesn't need to be in the SQL query at all. Thanks for any help. -- Michael J. Korman --~--~-~--~~~---~--~~ You received this message because you are s

Re: Traversing a backward relationship

2008-05-07 Thread Michael J
AIL PROTECTED]> wrote: > As far as I know, that's fine. Michael J. could use > City.objects.exclude(jobs_isnull=True) to accomplish what he seemed to > be going for. > > On May 7, 2:09 am, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > > > I've been using som

Traversing a backward relationship

2008-05-06 Thread Michael J
I hope this isn't a stupid question, so forgive me in advance. I have a Job model and a City model. Job and City are linked via a ForeignKey in Job. On the website, users will select a city, from a list of cities, and then see the corresponding jobs. Question is: how do I use the database API to

Beej's Flickr API

2008-03-25 Thread Michael J
Has anyone attempted to implement Beej's Flickr API with Django? I'm stuck at the spot of authentication where (in the example) the code waits for the user to authenticate the application on Flickr before proceeding: if not token: raw_input("Press ENTER after you authorized this program") What's