mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
* Initial work on #5892 * Add site group selection to object edit forms * Add documentation for site groups * Changelog for #5892 * Finish application of site groups to config context
This commit is contained in:
@@ -386,6 +386,11 @@ class ConfigContext(ChangeLoggingMixin, BigIDModel):
|
||||
related_name='+',
|
||||
blank=True
|
||||
)
|
||||
site_groups = models.ManyToManyField(
|
||||
to='dcim.SiteGroup',
|
||||
related_name='+',
|
||||
blank=True
|
||||
)
|
||||
sites = models.ManyToManyField(
|
||||
to='dcim.Site',
|
||||
related_name='+',
|
||||
|
Reference in New Issue
Block a user