Django 4.2 and Python 3.11 Support #8940
-
I was eagerly waiting for the release of Django 4.2 so that I could communicate with a PostgreSQL database using the psycopg module. Later on, I realized that creating an API would be useful for my project. However, I found out that the current version of Django REST framework does not yet support Django 4.2 and Python 3.11. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
DRF and Python 3.11 is no problem, if you encounter problems with Django 4.2 you can try installing the master branch of DRF. |
Beta Was this translation helpful? Give feedback.
-
django 4.2 is already tested in master branch in the CI and python 3.11 as well. you can try them from github directly in the meantime. |
Beta Was this translation helpful? Give feedback.
django 4.2 is already tested in master branch in the CI and python 3.11 as well. you can try them from github directly in the meantime.