diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/bitbake/lib/toaster/bldcontrol/models.py index cab4463647..2386d2345a 100644 --- a/bitbake/lib/toaster/bldcontrol/models.py +++ b/bitbake/lib/toaster/bldcontrol/models.py | |||
| @@ -104,6 +104,8 @@ class BuildRequest(models.Model): | |||
| 104 | (REQ_DELETED, "deleted"), | 104 | (REQ_DELETED, "deleted"), |
| 105 | ) | 105 | ) |
| 106 | 106 | ||
| 107 | search_allowed_fields = ("brtarget__target",) | ||
| 108 | |||
| 107 | project = models.ForeignKey(Project) | 109 | project = models.ForeignKey(Project) |
| 108 | build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created | 110 | build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created |
| 109 | environment = models.ForeignKey(BuildEnvironment, null = True) | 111 | environment = models.ForeignKey(BuildEnvironment, null = True) |
