First Day, First Bug
Wow, that was quick, after figuring out byteflow likes the latest and greates django version, I felt so free to clone the git repository. If only I had used git svn to clone the svn repository…
So the timelag between the svn and git repositry gave me a 500 for pretty much every page:
The source of all trouble was
global name ‘QuerySetPaginator’ is not defined
on like 48 in django/trunk/django/views/generic/list_detail.py
this has been fixed alread in the svn repository.
Lesson learned: use only official repositories.






Comments