Axbry

Results 2 issues of Axbry

#### One line description of the issue I want to add custom migration using RunPython. How to reach pymongo client? #### Python script ``` from django.db import migrations def _custom_migration(apps,...

#### One line description of the issue There's an error when filtering on BooleanField. #### Python script . My model is simple: ``` from django.db import models from djongo.models import...