Skip to content

Commit 6d5dbc8

Browse files
committed
Use list for breaking data changes in Changelog
1 parent 07da6ac commit 6d5dbc8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/changelog.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ Changelog
66

77
Breaking data changes:
88

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:
1111

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).
1414

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:
1717

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.
2222

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:
2525

26-
https://en.wikipedia.org/wiki/ISO_3166-2:LV#Changes
26+
https://en.wikipedia.org/wiki/ISO_3166-2:LV#Changes
2727

2828
A warning message will be displayed when `lv.forms.LVMunicipalitySelect` or `nl.forms.NOMunicipalitySelect` are used.
2929
See the `localflavor online docs <https://django-localflavor.readthedocs.io/en/latest/#backwards-compatibility>`_ for

0 commit comments

Comments
 (0)