mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
fix django function imports
This commit is contained in:
parent
5723cb1fea
commit
348d777260
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ import logging
|
|||
import datetime
|
||||
|
||||
from django import forms
|
||||
from django.db.models.functions import Concat, Avg, F
|
||||
from django.db.models import Avg, F
|
||||
from django.db.models.functions import Concat
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import redirect, render
|
||||
from django_fsm import get_available_FIELD_transitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue