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 ebdd7b6 commit e129f99Copy full SHA for e129f99
binary_database_files/models.py
@@ -4,7 +4,7 @@
4
from django.conf import settings
5
from django.db import models
6
from django.utils import timezone
7
-from django.utils.encoding import python_2_unicode_compatible
+from six import python_2_unicode_compatible
8
9
from django.db.models import BinaryField
10
0 commit comments