Re: crosstabs

2007-06-29 Thread Matthew Nuzum
Just wondering if there's any additional information I can give that might help get some suggestions on this topic. I'd really love to get some advice. On Jun 28, 4:30 pm, Matthew Nuzum <[EMAIL PROTECTED]> wrote: > So here it is:http://webapps.ubuntu.com/course_locator/ > >

crosstabs

2007-06-28 Thread Matthew Nuzum
I've recently deployed my first non-trivial (by my standards) world accessible django app. Its not perfect. However, there comes a point when you just have to get'er done, and so it is. I bugged a lot of people on #django and got some good feedback, but just couldn't communicate my question well

using .fields when spanning relationships

2007-06-21 Thread Matthew Nuzum
My goal is to get a list of unique countries referenced through a table. My model has: class Country(models.Model): Abbreviation = models.CharField(maxlength = 2, primary_key=True) Country = models.CharField(maxlength = 50) class TrainingEvent(models.Model): Country =

Re: using .fields when spanning relationships

2007-06-21 Thread Matthew Nuzum
On 6/21/07, Matthew Nuzum <[EMAIL PROTECTED]> wrote: > My goal is to get a list of unique countries referenced through a > table. My model has: > Nice typo there... the subject should be: using .values when spanning relationships :-( -- Matthew Nuzum newz2