Re: QuerySet Behaviour Question (Django 1.1)

2010-06-29 Thread Matthias Kestenholz
Hi On Mon, Jun 28, 2010 at 4:37 PM, Jeff wrote: > Hi, > > I have a question concerning some queryset behaviour in Django 1.1. > > In this example, I have an article model that can contain 1 or more > authors who are users registered through Django's auth system. > > I get the following output whe

Re: QuerySet Behaviour Question (Django 1.1)

2010-06-28 Thread Jeff
Yes I am using PostgreSQL and I didn't add an order by clause. Adding the order by clause fixed the problem. Thank you very much Karen! Jeff On Jun 28, 10:46 am, Karen Tracey wrote: > On Mon, Jun 28, 2010 at 10:37 AM, Jeff wrote: > > Hi, > > > I have a question concerning some queryset behaviou

Re: QuerySet Behaviour Question (Django 1.1)

2010-06-28 Thread Karen Tracey
On Mon, Jun 28, 2010 at 10:37 AM, Jeff wrote: > Hi, > > I have a question concerning some queryset behaviour in Django 1.1. > > In this example, I have an article model that can contain 1 or more > authors who are users registered through Django's auth system. > > I get the following output when

QuerySet Behaviour Question (Django 1.1)

2010-06-28 Thread Jeff
Hi, I have a question concerning some queryset behaviour in Django 1.1. In this example, I have an article model that can contain 1 or more authors who are users registered through Django's auth system. I get the following output when playing around with an article in a shell where I have three