Django bugfix releases: 2.2.7, 2.1.14, and 1.11.26

2019-11-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2019/nov/04/django-bugfix-releases-227-2114-11126/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe fr

Re: Fellow Reports - October 2019

2019-11-04 Thread Mariusz Felisiak
Week ending November 3, 2019. *Triaged:* https://code.djangoproject.com/ticket/30911 - Django query returns no data; pasting query into MySQL prompt shows correct data. (needsinfo) https://code.djangoproject.com/ticket/30918 - timesince() ignores time_strings argument for the same dates. (accept

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