diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/models.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/bitbake/lib/toaster/bldcontrol/models.py index 02cfaf7086..bfb25ee10a 100644 --- a/bitbake/lib/toaster/bldcontrol/models.py +++ b/bitbake/lib/toaster/bldcontrol/models.py | |||
| @@ -106,7 +106,7 @@ class BuildRequest(models.Model): | |||
| 106 | (REQ_ARCHIVE, "archive"), | 106 | (REQ_ARCHIVE, "archive"), |
| 107 | ) | 107 | ) |
| 108 | 108 | ||
| 109 | search_allowed_fields = ("brtarget__target", "build__project__name") | 109 | search_allowed_fields = ("brtarget__target", "build__project__name", "build__machine") |
| 110 | 110 | ||
| 111 | project = models.ForeignKey(Project) | 111 | project = models.ForeignKey(Project) |
| 112 | build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created | 112 | build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created |
