Use collections.abc.Iterable instead of collections.Iterable

The latter is going to be removed after Python 3.8
This commit is contained in:
Swen Kooij
2019-08-14 08:57:05 +03:00
parent 946e9a67c4
commit 3de1492a58
3 changed files with 27 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
django-postgres-extra==1.21a9
django-postgres-extra==1.22
deprecation==2.0.3