Skip to content

Commit ad31ca1

Browse files
committed
Added an entry to the docs/changelog.rst
1 parent b0e89da commit ad31ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ New flavors:
1010

1111
New fields for existing flavors:
1212

13-
- None
13+
- Added CIN Number field in Morocco flavor (`gh-705 <https://github.com/django/django-localflavor/pull/507>`_).
1414

1515
Modifications to existing flavors:
1616

localflavor/ma/forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class MACinNumberField(RegexField):
8484
with the first digit not being zero.
8585
8686
- as implemented in the official government site "https://www.cnie.ma/"
87-
87+
.. versionadded:: 4.1
8888
"""
8989

9090
default_error_messages = {

0 commit comments

Comments
 (0)