Re: triage: Problem for the up-loading of non-ASCII character file name.

2007-02-10 Thread Yasushi Masuda
raise errors because length > of the filename exceeds limit. > > Proposed solution: punicode conversion before call > django.util.text.get_valid_filename. > > Add STORE_FILENAME_AS_PUNYCODE to gl

Re: Proposal: project-specific initial SQL data

2007-01-15 Thread Yasushi Masuda
Russ: Thank you for advice. I shall look into the ticket and try the phase3-patch. Russell Keith-Magee wrote: On 1/14/07, Yasushi Masuda <[EMAIL PROTECTED]> wrote: Adrian: Thank you for comment. I understood the policy not to creep the features, but let me explain a bit about why

Re: Proposal: project-specific initial SQL data

2007-01-13 Thread Yasushi Masuda
job will become simple as just copying app-provided sql to project sql directory, edit and install the app. Adrian Holovaty wrote: On 1/13/07, Yasushi Masuda <[EMAIL PROTECTED]> wrote: Currently we have all initial SQL data under app_dir/sql/. But I think it would be better to add a h

Proposal: project-specific initial SQL data

2007-01-13 Thread Yasushi Masuda
pplication-provided sql initial data. If you want to customize an initial data for an app, you may simply copy it from the app and edit. Also, this behaviour resembles Django template precedence policy. Thanks, -- Yasushi Masuda http://

[triaged ticket] #3118: errata in 'UPDATE/INSERT' section of DB-API document

2006-12-16 Thread Yasushi Masuda
--- I recommend to fix this errata; the fix is only for the documentation thus won't affect any existing code. Regards, -- Yasushi Masuda http://ymasuda.jp/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

Re: Extra options for DatabaseWrapper

2006-11-04 Thread Yasushi Masuda
ize in advance if our bug-tracking system blocks your > patch submission; we've had a lot of problems with false positives in > the system's spam filter recently. Yasushi Masuda http://ymasuda.jp/ --~--~-~--~~~---~--~~ You received this message becaus

Extra options for DatabaseWrapper

2006-11-04 Thread Yasushi Masuda
;utf8'} ... I think this allows user-level flexibility in DB configuration, rather than beating out the ultimate universal default configuration for a backend. Since new Oracle support and multi-db merger is going to happen, I'd like to hear comments f

Extra options for DatabaseWrapper

2006-11-01 Thread Yasushi Masuda
;utf8'} ... I think this allows user-level flexibility in DB configuration, rather than beating out the ultimate universal default configuration for a backend. Since new Oracle support and multi-db merger is going to happen, I'd like to hear comments f

Re: TEAM - Where can I find a complete Team Overview

2006-06-01 Thread Yasushi Masuda
ling, relative to writing or fixing code to keep Django evolved and stable). But you may have some idea on it, by carefully reading django-dev archives (who are posting to it actively) or project trac timeline at http://code.djangoproject.com/timeline (who are processing tickets, discussing on