We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e89da commit ad31ca1Copy full SHA for ad31ca1
docs/changelog.rst
@@ -10,7 +10,7 @@ New flavors:
10
11
New fields for existing flavors:
12
13
-- None
+- Added CIN Number field in Morocco flavor (`gh-705 <https://github.com/django/django-localflavor/pull/507>`_).
14
15
Modifications to existing flavors:
16
localflavor/ma/forms.py
@@ -84,7 +84,7 @@ class MACinNumberField(RegexField):
84
with the first digit not being zero.
85
86
- as implemented in the official government site "https://www.cnie.ma/"
87
-
+ .. versionadded:: 4.1
88
"""
89
90
default_error_messages = {
0 commit comments