Django

Code

Show
Ignore:
Timestamp:
07/04/07 07:11:04 (2 years ago)
Author:
mtredinnick
Message:

Merged Unicode branch into trunk (r4952:5608). This should be fully
backwards compatible for all practical purposes.

Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk

    • Property svnmerge-integrated set to /django/trunk:1-5600
  • django/trunk/django/contrib/localflavor/no/no_municipalities.py

    r4875 r5609  
    1 # -*- coding: iso-8859-1 -*- 
     1# -*- coding: utf-8 -*- 
    22""" 
    33An alphabetical list of Norwegian municipalities (fylker) fro use as `choices` 
     
    1616    ('hordaland', u'Hordaland'), 
    1717    ('janmayen', u'Jan Mayen'), 
    18     ('moreogromsdal', u'Mg Romsdal'), 
    19     ('nordtrondelag', u'Nord-Trag'), 
     18    ('moreogromsdal', u'Møre og Romsdal'), 
     19    ('nordtrondelag', u'Nord-Trøndelag'), 
    2020    ('nordland', u'Nordland'), 
    2121    ('oppland', u'Oppland'), 
     
    2424    ('sognogfjordane', u'Sogn og Fjordane'), 
    2525    ('svalbard', u'Svalbard'), 
    26     ('sortrondelag', u'S��ag'), 
     26    ('sortrondelag', u'Sør-Trøndelag'), 
    2727    ('telemark', u'Telemark'), 
    2828    ('troms', u'Troms'), 
    2929    ('vestagder', u'Vest-Agder'), 
    3030    ('vestfold', u'Vestfold'), 
    31     ('ostfold', u'tfold') 
     31    ('ostfold', u'Østfold') 
    3232)