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