Skip to content

Commit

Permalink
add mypy compatibility table (typeddjango#190)
Browse files Browse the repository at this point in the history
* add mypy compatibility table

* add django versions to compatibility table
  • Loading branch information
mkurnikov authored and sobolevn committed Sep 28, 2019
1 parent 32c0cbc commit e143ba5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e143ba5

Please sign in to comment.