Re: GitHub Actions

2021-01-03 Thread Tom Forbes
Sorry for bumping such an old thread, but I've created a github actions POC and written it up here: https://forum.djangoproject.com/t/improving-the-contribution-experience-with-github-actions/5964 On Monday, 11 November 2019 at 08:11:57 UTC Johannes Maron wrote: > Hi Mariusz, > > Cool, let me

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

2021-01-03 Thread AMINE ART
Can get you every post if you fill it I comment it to get only the user posts class UserPostsListView(ListView): model = Post template_name = 'posts/pages/index.html' context_object_name = 'posts' #That line can ruine everything #ordering = ['-date_posted'] paginate_by = 1 def get_query_set(self)

Re: Proposal: Drop dependency on pytz in favor of zoneinfo

2021-01-03 Thread Aymeric Augustin
Hi Carlton, > IIUC-at-first-pass: your suggestion differs in jumping straight to the > end-point with a fallback for those who need it. (In contrast to getting > folks to opt-in early if they want it.) Indeed. The majority will switch when the default changes; better earlier than later. > wh

Re: Proposal: Drop dependency on pytz in favor of zoneinfo

2021-01-03 Thread Carlton Gibson
Hi Aymeric. Thanks for inputting! I need to read in-depth what you’ve said here, but IIUC-at-first-pass: your suggestion differs in jumping straight to the end-point with a fallback for those who need it. (In contrast to getting folks to opt-in early if they want it.) This sounds better if we can