#9066: Add Czech localflavor package
-------------------------------------------------+--------------------------
          Reporter:  mathwizard                  |         Owner:  nobody
            Status:  new                         |     Milestone:        
         Component:  django.contrib.localflavor  |       Version:  SVN   
        Resolution:                              |      Keywords:        
             Stage:  Accepted                    |     Has_patch:  1     
        Needs_docs:  1                           |   Needs_tests:  1     
Needs_better_patch:  1                           |  
-------------------------------------------------+--------------------------
Changes (by mtredinnick):

  * needs_better_patch:  0 => 1
  * stage:  Unreviewed => Accepted
  * needs_tests:  0 => 1
  * needs_docs:  0 => 1

Comment:

 1. Not worth including model fields at the moment. They are really just
 normal character fields with choices and validation. So when model-aware
 validation is included, it will be better to just include some validators
 for these things that people can add to the `CharField`. They can already
 use `choices=...` to include the regions now, so a special model field
 isn't needed there.

  2. Our policy is to use the common English names (where such things
 exist) for any regions, states, etc and then mark them for translation.
 Then the Czech locale can use the local translated versions if they
 choose. It looks like there are English names for those regions (for
 example, [http://en.wikipedia.org/wiki/Regions_of_the_Czech_Republic
 wikipedia has a list]) so we should be consistent there. I realise the
 Czech versions are used inside the Czech republic, but things from
 localflavor are used and read by a broader audience than that.

  3. Neither patch includes tests or documentation.

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