mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-28 12:32:21 +08:00
[3.2] Add durable argument to atomic (#586)
* [3.2] Add durable argument to atomic * Adjust compatibility table for 3.2 * Update README.md Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
@@ -42,7 +42,8 @@ We rely on different `django` and `mypy` versions:
|
||||
|
||||
| django-stubs | mypy version | django version | python version
|
||||
| ------------ | ---- | ---- | ---- |
|
||||
| 1.8.0 | 0.812 | 2.2.x \|\| 3.x | ^3.6
|
||||
| 1.9.0-dev | 0.812 | 3.2.x | ^3.6
|
||||
| 1.8.0 | 0.812 | 3.1.x | ^3.6
|
||||
| 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6
|
||||
| 1.6.0 | 0.780 | 2.2.x \|\| 3.x | ^3.6
|
||||
| 1.5.0 | 0.770 | 2.2.x \|\| 3.x | ^3.6
|
||||
|
||||
Reference in New Issue
Block a user