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