mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
fixed: time field instance of datetime.time
This commit is contained in:
parent
5275718cc2
commit
723ef2cd91
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from datetime import datetime, date
|
||||
from datetime import datetime, date, time
|
||||
from decimal import Decimal
|
||||
from operator import itemgetter
|
||||
from time import time
|
||||
|
||||
from django import forms
|
||||
from django.contrib import admin
|
||||
|
|
|
|||
Loading…
Reference in a new issue