Skip to content

Commit

Permalink
Removed deprecated luhn and ean functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benkonrath committed Jun 21, 2019
1 parent c012384 commit e75f000
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 113 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
3.0 (unreleased)
------------------

The deprecated `checksums` module has been removed in this release. Please use
`python-stdnum <https://arthurdejong.org/python-stdnum/>`_ instead.

New flavors:

- Egypt local flavor
Expand All @@ -18,7 +21,9 @@ Modifications to existing flavors:

Other changes:

- None
- Removed deprecated `generic.checksums.luhn` and `generic.checksums.ean` functions
(`gh-379 <https://github.com/django/django-localflavor/pull/379>`_).


2.2 (2019-05-07)
------------------
Expand Down
60 changes: 0 additions & 60 deletions localflavor/generic/checksums.py

This file was deleted.

52 changes: 0 additions & 52 deletions tests/test_generic/test_checksums.py

This file was deleted.

0 comments on commit e75f000

Please sign in to comment.