Jared Williams
Results
1
issues of
Jared Williams
The Django version of this class for mysql (vers. 1.3, django.db.backends.mysql.base.DatabaseOperations) defines the compiler module as: ``` class DatabaseOperations(BaseDatabaseOperations): compiler_module = "django.db.backends.mysql.compiler" ... ``` This hook simply converts BooleanFields that...