From e143ba568cc30d3ae75527a383c91c06ff22926b Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Sat, 28 Sep 2019 22:14:16 +0300 Subject: [PATCH] add mypy compatibility table (#190) * add mypy compatibility table * add django versions to compatibility table --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 28fbd18..34fdbfe 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ Could be run on earlier versions of Django, but expect some missing imports warn pip install django-stubs ``` +## Mypy compatibility + +| django-stubs | mypy version | django version | +| ------------ | ---- | ---- | +| 1.2.0 | 0.730 | 2.2.x +| 1.1.0 | 0.720 | 2.2.x +| 0.12.x | old semantic analyzer (<0.711), dmypy support | 2.1.x + + ### WARNING: All configuration from pre-1.0.0 versions is dropped, use one below. ### WARNING: 1.0.0 breaks `dmypy`, if you need it, stay on the 0.12.x series.