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....
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 Instead of: Not much, The sky, Just hacking again