@@ -6,24 +6,24 @@ Changelog
6
6
7
7
Breaking data changes:
8
8
9
- A data migration is required for users of `np.forms.NPProvinceSelect ` and `np.forms.NPZoneSelect `. The following was
10
- changed:
9
+ - NP: A data migration is required for users of `np.forms.NPProvinceSelect ` and `np.forms.NPZoneSelect `. The following was
10
+ changed:
11
11
12
- - `NPProvinceSelect `: province1 and province2 were removed and replaced with koshi and madhesh.
13
- - `NPZoneSelect `: dandaki was corrected to gandaki (fixed typo).
12
+ - `NPProvinceSelect `: province1 and province2 were removed and replaced with koshi and madhesh.
13
+ - `NPZoneSelect `: dandaki was corrected to gandaki (fixed typo).
14
14
15
- A data migration is required for users of `no.forms.NOMunicipalitySelect `. `MUNICIPALITY_CHOICES ` was updated to the
16
- values in the 2024 update:
15
+ - NO: A data migration is required for users of `no.forms.NOMunicipalitySelect `. `MUNICIPALITY_CHOICES ` was updated to the
16
+ values in the 2024 update:
17
17
18
- - austagder and vestagder have been removed and combined into agder.
19
- - hordaland and sognogfjordane have been removed and combined into vestland.
20
- - nordtrondelag and sortrondelag have been removed and combined into trondelag.
21
- - hedmark and oppland have been removed and combined into innlandet.
18
+ - austagder and vestagder have been removed and combined into agder.
19
+ - hordaland and sognogfjordane have been removed and combined into vestland.
20
+ - nordtrondelag and sortrondelag have been removed and combined into trondelag.
21
+ - hedmark and oppland have been removed and combined into innlandet.
22
22
23
- A data migration is required for users of `lv.forms.LVMunicipalitySelect `. `MUNICIPALITY_CHOICES ` was updated to the
24
- values in the 2021 municipal reform. Details of this change can be found here:
23
+ - LV: A data migration is required for users of `lv.forms.LVMunicipalitySelect `. `MUNICIPALITY_CHOICES ` was updated to the
24
+ values in the 2021 municipal reform. Details of this change can be found here:
25
25
26
- https://en.wikipedia.org/wiki/ISO_3166-2:LV#Changes
26
+ https://en.wikipedia.org/wiki/ISO_3166-2:LV#Changes
27
27
28
28
A warning message will be displayed when `lv.forms.LVMunicipalitySelect ` or `nl.forms.NOMunicipalitySelect ` are used.
29
29
See the `localflavor online docs <https://django-localflavor.readthedocs.io/en/latest/#backwards-compatibility >`_ for
0 commit comments