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 67afb6e commit 8a540c3Copy full SHA for 8a540c3
binary_database_files/models.py
@@ -1,10 +1,10 @@
1
# -*- coding: utf-8 -*-
2
from __future__ import print_function, unicode_literals
3
+from six import python_2_unicode_compatible
4
5
from django.conf import settings
6
from django.db import models
7
from django.utils import timezone
-from six import python_2_unicode_compatible
8
9
from django.db.models import BinaryField
10
0 commit comments