We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ce00d commit 01d0e00Copy full SHA for 01d0e00
README.rst
@@ -35,6 +35,13 @@ support for an unsupported version of Django.
35
36
**2017-11-22 - 1.6**: Django 1.8 - 1.11
37
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
45
**2017-05-26 - 1.5**: Django 1.8 - 1.11
46
47
**2017-01-03 - 1.4**: Django 1.8 - 1.10
0 commit comments