#3119: Problem for the up-loading of non-ASCII character file name.
---------------------------------------------------+------------------------
   Reporter:  makoto tsuyuki <[EMAIL PROTECTED]>  |                Owner:  
adrian          
     Status:  new                                  |            Component:  
Database wrapper
    Version:  SVN                                  |           Resolution:      
            
   Keywords:                                       |                Stage:  
Unreviewed      
  Has_patch:  1                                    |           Needs_docs:  0   
            
Needs_tests:  0                                    |   Needs_better_patch:  0   
            
---------------------------------------------------+------------------------
Comment (by ymasuda <[EMAIL PROTECTED]>):

 As I mentioned in django-dev: http://groups.google.com/group/django-
 developers/browse_thread/thread/d9d590962817fd78 ,
 It would be better just providing a hook to customize filename normalizer
 rather than persueing the only-one-flawless normalization
 scheme. Here I post a patch to add filename_normalizer option to
 FileField's constructor so that developers can specify their own
 normalization func. The patch includes code changes in
 django/db/models/fields/__init__.py and docs/model-api.txt.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3119#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to