File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ support for an unsupported version of Django.
38
38
All deprecated code will be removed in the next release. Please run you project's tests using `python -Wd ` so that
39
39
deprecation warnings appear and can be addressed.
40
40
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
-
45
41
**2017-05-26 - 1.5 **: Django 1.8 - 1.11
46
42
47
43
**2017-01-03 - 1.4 **: Django 1.8 - 1.10
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ Modifications to existing flavors:
11
11
(`gh-315 <https://github.com/django/django-localflavor/issues/315 >`_).
12
12
- Deprecated `nl.validators.NLBankAccountNumberFieldValidator ` and `nl.validators.NLPhoneNumberFieldValidator `.
13
13
14
+ Other changes:
15
+
16
+ - Fixed README and changelog documentation about dropping Python 2 and Django 1.11.
17
+
14
18
1.6 (2017-11-22)
15
19
------------------
16
20
17
21
All deprecated code will be removed in the next release. Please run you project's tests using `python -Wd ` so that
18
22
deprecation warnings appear and can be addressed.
19
23
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
-
24
24
New flavors:
25
25
26
26
- Added local flavor for Cuba
You can’t perform that action at this time.
0 commit comments