prefetch_related() failure in django 1.6

2013-11-21 Thread Rhett G.
ices are: date_created, date_updated, deleted, id, resolutions, uuid >From what I can tell, this has something to do with the addition of related_query_name. For some reason, it's trying to build a filter that looks like '+_in', because of L276 in django/db/models/fields/relate

"No fixtures found" error in tutorial

2007-10-31 Thread rhett
, I can't access the Welcome to Django page when I visit http://127.0.0.1:8000 - I get a 404. There is an index page on the server which does get returned. Thanks in advance for any help! Rhett --~--~-~--~~~---~--~~ You received this message because you are subscr

def __str__(self) error in tutorial part 1

2007-10-02 Thread rhett
>> Poll.objects.all() [] When I would expect: >>> Poll.objects.all() [] Any help greatly appreciated. Rhett --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To pos