Mercurial > public > madeira
diff band/views.py @ 180:312f198e8958
Changes for Django 1.8.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 13 Dec 2015 21:04:43 -0600 |
parents | 2db040e89285 |
children |
line wrap: on
line diff
--- a/band/views.py Tue Oct 20 20:38:34 2015 -0500 +++ b/band/views.py Sun Dec 13 21:04:43 2015 -0600 @@ -45,8 +45,8 @@ albums = Album.objects.all().order_by('-id') merchandise = Merchandise.objects.all().order_by('-id') return render(request, 'band/buy.html', { - 'albums': albums, - 'merchandise': merchandise, + 'albums': albums, + 'merchandise': merchandise, })