Rishabh Jain
Results
2
comments of
Rishabh Jain
Hey everyone, I also faced similar issues while working with the djongo engine. Installing the pymongo == 3.12.3 exactly resolved it for me. Hope it helps you too.
> Apply all migrations: accounts, admin, auth, contenttypes, django_celery_beat, django_celery_results, pvcell, sessions Running migrations: Applying django_celery_results.0006_taskresult_date_created...Traceback (most recent call last): File "D:\Internship-Django\venv\lib\site-packages\djongo\sql2mongo\query.py", line 824, in parse return handler(self, statement) File...