Re: exception error running syncdb

2006-04-08 Thread Seth Falcon
"bradford" <[EMAIL PROTECTED]> writes: > Go an error running the following: > > $ python manage.py syncdb [snip] > Exception exceptions.AttributeError: "'NoneType' object has no > attribute 'print_exc'" in > ignored This is related to this recent thread on this list: http://tinyurl.com/gdzq3 I

Re: exception error running syncdb

2006-04-08 Thread Max Battcher
bradford wrote: > Exception exceptions.AttributeError: "'NoneType' object has no > attribute 'print_exc'" in ignored I've been seeing this at the end of every manage.py command. It does appear to be non-fatal, but it is something that needs to be debugged. Sorry I haven't taken the time yet t

exception error running syncdb

2006-04-08 Thread bradford
Go an error running the following: $ python manage.py syncdb Creating table auth_message Creating table auth_group Creating table auth_user Creating table auth_permission Creating many-to-many tables for Group model Creating many-to-many tables for User model Creating table django_content_type C

Re: #1602: urlify.js blocks out non-English chars

2006-04-08 Thread James Bennett
On 4/8/06, Petar Mariæ <[EMAIL PROTECTED]> wrote: > I suggest we change urlify.js in a way that will not block out > non-English chars. Instead it should translate them into their English > feel-a-like, as suggested in #1602. If we decide to go the sound-alike route, a good resource to start from

Re: #1602: urlify.js blocks out non-English chars

2006-04-08 Thread Petar Marić
> Browsers now support Unicode URLs (albeit turned off by default in > English editions lately due to security issues), might it make more > sense just to allow non-English characters as is, if the said > nationality might reasonably be willing/able to type them into the > address bar? That's true

Re: #1602: urlify.js blocks out non-English chars

2006-04-08 Thread Max Battcher
Petar Marić wrote: > I suggest we change urlify.js in a way that will not block out > non-English chars. Instead it should translate them into their English > feel-a-like, as suggested in #1602. Browsers now support Unicode URLs (albeit turned off by default in English editions lately due to sec

#1602: urlify.js blocks out non-English chars

2006-04-08 Thread Petar Marić
Greetings to all djangonauts out there, I suggest we change urlify.js in a way that will not block out non-English chars. Instead it should translate them into their English feel-a-like, as suggested in #1602. However we've got 2 problems: 1. Should we translate chars to their sound-a-likes or lo

Re: More specific CSS rules for the admin

2006-04-08 Thread oggie rob
> I'm open to being convinced otherwise, but I don't see it as within the scope > of the admin CSS to accomodate being embedded in other interfaces. Not to throw fuel on the fire, but for some applications in particular we're stuck between a rock and a hard place, and the admin interface is the

Re: "Streaming" patches

2006-04-08 Thread Adrian Holovaty
On 4/8/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > May I kindly ask some attention (especially commiters' :-) ) to a pair > of tickets that enable uploading and downloading large files: > > http://code.djangoproject.com/ticket/1484 - request part > http://code.djangoproject.com/ticket/1569 - re

Re: "Streaming" patches

2006-04-08 Thread Jacob Kaplan-Moss
On Apr 8, 2006, at 2:31 AM, Ivan Sagalaev wrote: > May I kindly ask some attention (especially commiters' :-) ) to a pair > of tickets that enable uploading and downloading large files: > > http://code.djangoproject.com/ticket/1484 - request part > http://code.djangoproject.com/ticket/1569 - respo

"Streaming" patches

2006-04-08 Thread Ivan Sagalaev
May I kindly ask some attention (especially commiters' :-) ) to a pair of tickets that enable uploading and downloading large files: http://code.djangoproject.com/ticket/1484 - request part http://code.djangoproject.com/ticket/1569 - response part I use them both on a daily basis in two project