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
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
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