You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
personally I do not see reason to drop django 2 - there are just few compatibility wrappers (the async views are already used heavily alot by the projects I'm keeping eye on)
python 3.6 will be dropped with pydantic2
python 3.7 most likely will stay (basically what pydatic supports will be supported by django ninja) - I see in statas some persentage is still using 3.7
Is your feature request related to a problem? Please describe.
I'm always frustrated when i see EOL dependencies are in
pyproject.toml
Describe the solution you'd like
3.6
-3.7
)Reasoning :
sync_and_async_middlewares
)I think its a good time to address this as
django-ninja
is moving to a v1 releaseThe text was updated successfully, but these errors were encountered: