mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 20:24:31 +08:00
add mypy compatibility table (#190)
* add mypy compatibility table * add django versions to compatibility table
This commit is contained in:
committed by
Nikita Sobolev
parent
32c0cbca45
commit
e143ba568c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user