We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a309f5e commit dae7e40Copy full SHA for dae7e40
src/django_fields/models.py
@@ -1,9 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
-import re
4
import sys
5
6
-from django.core.exceptions import FieldDoesNotExist
7
from django.db import models
8
9
if sys.version_info[0] == 3:
0 commit comments