NullBooleanField fails as radio buttons

2009-05-20 Thread worksology
I'm struggling to get a NullBooleanField to work as radio buttons. By default, a NullBooleanField (NBF) shows up as a select widget with options: "Unknown", "Yes", "No". I assumed I could add this to "radio_fields" and have it turn those options into radio buttons with the same labels. But no dic

Re: Slow uploading at Webfaction?

2008-09-23 Thread worksology
Yes, same issue here. Very very slow at times. Yesterday I uploaded a 60mb file in less than 2 minutes, but today I've been waiting over an hour for an 80mb file to upload. Ridiculous. Not sure what's going on, but I'd like to find a fix. On Aug 6, 1:07 pm, David Zhou <[EMAIL PROTECTED]> wrote:

Re: MySQLdb version

2007-03-21 Thread worksology
I'm guessing that the import statement in mysql_old/introspection.py should read: from django.db.backends.mysql_old.base import quote_name rather than: from django.db.backends.mysql.base import quote_name That seems to have worked for me, but probably should be fixed in the source, eh? - Josh

Re: MySQLdb version

2007-03-21 Thread worksology
I have the exact same issue, also with Dreamhost. I tried the "mysql_old" thing, but still got the same error. Here's the relevant part of the stack trace: File "/django_src/django/db/backends/mysql_old/introspection.py", line 1, in ? from django.db.backends.mysql.base import quote_name