Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Django 3.1 #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

johanneswilm
Copy link

No description provided.

@doughnet
Copy link

doughnet commented Sep 6, 2020

Awesome. Wonder why it isn't being merged!

@krzysztof-adamski
Copy link

krzysztof-adamski commented Nov 27, 2024

How long will we waiting for merge ? But this is not enough. Problem will be in python 3.12
`
try:
from collections import Iterable
except Exception:
from collections.abc import Iterable

try:
from inspect import getargspec, isroutine
except Exception:
from inspect import getfullargspec as getargspec
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants