Skip to content

Commit e465eea

Browse files
committed
Fixed README and changelog documentation.
django-localflavor will not be dropping support for Django 1.11 and Python 2 in the next release.
1 parent 67ca33e commit e465eea

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ support for an unsupported version of Django.
3838
All deprecated code will be removed in the next release. Please run you project's tests using `python -Wd` so that
3939
deprecation warnings appear and can be addressed.
4040

41-
This is last version of django-localflavor to support Django 1.8.x - 1.11.x which means this is the last version of
42-
django-localflavor that will support Python 2. Backwards-compatible bug fixes will be released as PATCH updates
43-
(e.g. 1.6.x) when needed.
44-
4541
**2017-05-26 - 1.5**: Django 1.8 - 1.11
4642

4743
**2017-01-03 - 1.4**: Django 1.8 - 1.10

docs/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Modifications to existing flavors:
1111
(`gh-315 <https://github.com/django/django-localflavor/issues/315>`_).
1212
- Deprecated `nl.validators.NLBankAccountNumberFieldValidator` and `nl.validators.NLPhoneNumberFieldValidator`.
1313

14+
Other changes:
15+
16+
- Fixed README and changelog documentation about dropping Python 2 and Django 1.11.
17+
1418
1.6 (2017-11-22)
1519
------------------
1620

1721
All deprecated code will be removed in the next release. Please run you project's tests using `python -Wd` so that
1822
deprecation warnings appear and can be addressed.
1923

20-
This is last version of django-localflavor to support Django 1.8.x - 1.11.x which means this is the last version of
21-
django-localflavor that will support Python 2. Backwards-compatible bug fixes will be released as PATCH updates
22-
(e.g. 1.6.x) when needed.
23-
2424
New flavors:
2525

2626
- Added local flavor for Cuba

0 commit comments

Comments
 (0)