We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c012384 commit e75f000Copy full SHA for e75f000
3 files changed
docs/changelog.rst
@@ -4,6 +4,9 @@ Changelog
4
3.0 (unreleased)
5
------------------
6
7
+The deprecated `checksums` module has been removed in this release. Please use
8
+`python-stdnum <https://arthurdejong.org/python-stdnum/>`_ instead.
9
+
10
New flavors:
11
12
- Egypt local flavor
@@ -18,7 +21,9 @@ Modifications to existing flavors:
18
21
19
22
Other changes:
20
23
-- None
24
+- Removed deprecated `generic.checksums.luhn` and `generic.checksums.ean` functions
25
+ (`gh-379 <https://github.com/django/django-localflavor/pull/379>`_).
26
27
28
2.2 (2019-05-07)
29
localflavor/generic/checksums.py
tests/test_generic/test_checksums.py
0 commit comments