Django bug release: 3.1.5

2021-01-04 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/jan/04/bugfix-releases/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and sto

Status of 3.2 release blockers.

2021-01-04 Thread Carlton Gibson
Hi all, Happy New Year! Time to begin release process for the next major release, Django 3.2! Reference: https://code.djangoproject.com/wiki/Version3.2Roadmap The 3.2 feature freeze is scheduled for January 14. We'll probably release the alpha that day. We have a few larger patches we want t

Re: Fellow Reports -- December 2020

2021-01-04 Thread Carlton Gibson
Hi all, Calendar Week 51 -- ending 20 December. Triaged: https://code.djangoproject.com/ticket/32271 -- Documentation consistency between display views and edit views (Accepted) https://code.djangoproject.com/ticket/32255 -- User.has_perm should forward **kwargs to allow more flexibility i

Re: Fellow Reports - December 2020

2021-01-04 Thread Mariusz Felisiak
Week ending January 3, 2021. Added https://code.djangoproject.com/wiki/Version4.0Roadmap Triaged: https://code.djangoproject.com/ticket/32301 - Raise CommandError when clearsessions is called on a backend not implementing clear_expired() (accepted) https://code.djangoproject.com/ticket

Re: This should be taken in consideration : ordering variable in ListView Class

2021-01-04 Thread Adam Johnson
Hi Please don't use this post for support. See https://docs.djangoproject.com/en/3.1/faq/help/ Thanks, Adam On Sun, 3 Jan 2021 at 16:38, AMINE ART wrote: > Can get you every post if you fill it > I comment it to get only the user posts > > class UserPostsListView(ListView): > model = Post > t