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.