mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Fix error when requesting raw recipes list
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
9df79fe0ef
commit
df9a1040c2
|
@ -63,7 +63,7 @@ urlpatterns = patterns('',
|
|||
switch_branch_view, name="switch_branch"),
|
||||
url(r'^raw/recipes.txt$',
|
||||
PlainTextListView.as_view(
|
||||
queryset=Recipe.objects.order_by('pn', 'layer'),
|
||||
queryset=Recipe.objects.order_by('pn', 'layerbranch__layer'),
|
||||
context_object_name='recipe_list',
|
||||
template_name='layerindex/rawrecipes.txt'),
|
||||
name='recipe_list_raw'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user