Re: pass list parameter from one class view to another

2019-11-05 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

pass list parameter from one class view to another

2019-11-04 Thread sotiris moustogiannis
I have this listview and the context['datetimelist'] which is a list into def get_context_data class ShopListView(ListView): model = Shops context_object_name= 'shops' template_name = 'booking/search.html' def get_context_data(self, **kwargs): context = super(ShopL