Merge branch 'develop-2.8' into 3351-plugins
This commit is contained in:
commit
dab313897e
|
|
@ -378,7 +378,8 @@ class RackGroupForm(BootstrapMixin, forms.ModelForm):
|
|||
queryset=Site.objects.all()
|
||||
)
|
||||
parent = DynamicModelChoiceField(
|
||||
queryset=RackGroup.objects.all()
|
||||
queryset=RackGroup.objects.all(),
|
||||
required=False
|
||||
)
|
||||
slug = SlugField()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue