Django tutorial part 1 (Using the api, p.choice_set.all() displays choices in reverse order)

2013-06-18 Thread Dandall Von
I have successfully setup Django with postgreSQL and everything is fine except for a minor problem. One the very last section of the the tutorial part 1 where we type p.pchoice_set.all(), it displays the choices in the reverse order. For example I get: Just hacking again, The sky, Not much In

Re: Django tutorial part 1 (Using the api, p.choice_set.all() displays choices in reverse order)

2013-06-18 Thread Jani Tiainen
On Mon, 17 Jun 2013 21:34:00 -0700 (PDT) Dandall Von wrote: > I have successfully setup Django with postgreSQL and everything is fine > except for a minor problem. > > One the very last section of the the tutorial part 1 where we type > p.pchoice_set.all(), it displays the > choices in the rev

Re: Django tutorial part 1 (Using the api, p.choice_set.all() displays choices in reverse order)

2013-06-18 Thread Dandall Von
Thanks for succinctly educating me on this matter. I thought it was a quirk but now I know. On Tuesday, June 18, 2013 5:11:07 AM UTC-7, Jani Tiainen wrote: > > On Mon, 17 Jun 2013 21:34:00 -0700 (PDT) > Dandall Von > wrote: > > > I have successfully setup Django with postgreSQL and everything