test
This commit is contained in:
parent
da1e40b7ed
commit
e599743ca8
|
@ -1,6 +1,7 @@
|
||||||
from django import forms
|
from django import forms
|
||||||
from lot.models import Lot
|
from lot.models import Lot
|
||||||
|
|
||||||
|
|
||||||
class LotsForm(forms.Form):
|
class LotsForm(forms.Form):
|
||||||
lots = forms.ModelMultipleChoiceField(
|
lots = forms.ModelMultipleChoiceField(
|
||||||
queryset=Lot.objects.all(),
|
queryset=Lot.objects.all(),
|
||||||
|
|
Loading…
Reference in New Issue