Something like this ideally:
forms.py
class SelectCar(Form): def __init__(self, custom_queryset): choices = custom_queryset