Skip to content

Commit d6fe780

Browse files
committed
remove todo
1 parent d4350c9 commit d6fe780

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

django_typer/completers.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
for various kinds of django objects.
44
"""
55

6-
# should add default query builders for these field types:
7-
# GenericIPAddressField,
8-
# TimeField,
9-
# DateField,
10-
# DateTimeField,
11-
# DurationField,
12-
# FileField - ?
13-
146
import typing as t
157
from types import MethodType
168
from uuid import UUID

0 commit comments

Comments
 (0)