#9116: different caps in application name producing error
------------------------------------------------------+---------------------
          Reporter:  Maxim Syabro <[EMAIL PROTECTED]>  |         Owner:  nobody
            Status:  new                              |     Milestone:        
         Component:  Database layer (models, ORM)     |       Version:  1.0   
        Resolution:                                   |      Keywords:        
             Stage:  Design decision needed           |     Has_patch:  0     
        Needs_docs:  0                                |   Needs_tests:  0     
Needs_better_patch:  0                                |  
------------------------------------------------------+---------------------
Changes (by kmtracey):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Design decision needed
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 This has come up on django-users as well: http://groups.google.com/group
 /django-users/browse_thread/thread/9b3830c369a97f1a/37d3389f481c9b7c?

 I tend to think it's not necessary to put code in Django to deal with
 this.  People running MySQL on Windows can configure it to preserve the
 case of the table names it is given, or specify the all-lowercase name
 MySQL will use in the model's Meta db_table parameter, or just avoid using
 mixed-case in the app name.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9116#comment:1>
Django <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