doableware / djongo

Django and MongoDB database connector
https://www.djongomapper.com
GNU Affero General Public License v3.0
1.86k stars 351 forks source link

djongo is uncompatible with django 4.2 #684

Open shinhyuk-choi opened 7 months ago

shinhyuk-choi commented 7 months ago

One line description of the issue

The conflict is caused by:
    djongo 1.3.6 depends on sqlparse==0.2.4
    django 4.2.7 depends on sqlparse>=0.3.1

Traceback