We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad8186 commit 640da6fCopy full SHA for 640da6f
src/django_mysql/models/aggregates.py
@@ -1,6 +1,6 @@
1
from django.db.models import Aggregate, CharField
2
3
-from django_mysql.models.fields import SetCharField, ListCharField
+from django_mysql.models.fields import ListCharField, SetCharField
4
5
6
class BitAnd(Aggregate):
0 commit comments