order_with_respect_to bug

2006-10-12 Thread Milton Waddams
All my bug reports get classified as spam, so please accept this via email. There's a bug with the order_with_respect_to in that it uses count(*) to determine the value of _order, this works well until you delete more than one object from the middle of the list... in which case a new item which s

New tickets always rejected as spam?

2006-07-29 Thread Milton Waddams
I've tried to submit this enhancement a few times, always getting rejected as spam, with the error "Akismet rejected spam" I tried posting without the code snippet as thought maybe it was the link though even the first para gets rejected :( = If you have an image/fil

Re: IMPORTANT: Django model syntax is changing

2005-08-26 Thread Milton Waddams
must've been :) sorry about that > core.Site doesn't *have* an admin in the standard Django distribution, > so that's something you must've added yourself. > > Adrian

Re: IMPORTANT: Django model syntax is changing

2005-08-25 Thread Milton Waddams
It wouldn't work for me tb below, the admin for Site (/usr/lib/python2.3/site-packages/django/models/core.py) needed to be indented. Unhandled exception in thread started by Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/django/core/management.py", line 560, in inner