Skip to content

Commit 01d0e00

Browse files
committed
Added deprecation notice to README.
1 parent 78ce00d commit 01d0e00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ support for an unsupported version of Django.
3535

3636
**2017-11-22 - 1.6**: Django 1.8 - 1.11
3737

38+
All deprecated code will be removed in the next release. Please run you project's tests using `python -Wd` so that
39+
deprecation warnings appear and can be addressed.
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+
3845
**2017-05-26 - 1.5**: Django 1.8 - 1.11
3946

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

0 commit comments

Comments
 (0)