add mypy compatibility table (#190)

* add mypy compatibility table

* add django versions to compatibility table
This commit is contained in:
Maxim Kurnikov
2019-09-28 22:14:16 +03:00
committed by Nikita Sobolev
parent 32c0cbca45
commit e143ba568c

View File

@@ -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.