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

Does djongo supports django 4.2, how to I use it with django 4.2 #690

Open Siddharth-1698 opened 5 months ago

Siddharth-1698 commented 5 months ago

One line description of the issue

Python script

```python ``` #### Traceback
cyx2000 commented 3 months ago

After I tried it, the highest version supports this environment. It is not supported in versions higher than 4.0

Django:4.0.10 pymongo:3.12.1 sqlparse:0.2.4 djongo:1.3.6

ozanayrikan commented 2 months ago

I hope a new version will be released before the end of django 3.2 lts because I need to upgrade to 4.2. I just tried 4.2 and I get an error.

ELDiablO59152 commented 1 month ago

Just merge the PR bellow and it will work just fine with Django 4.2 : https://github.com/doableware/djongo/pull/647