Re: Can I help?

2021-11-29 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Welcome! There are many different ways to contribute to Django - the forum, blogging, translating, documenting, writing code, and more. Our Contributing Guide can help you get started with many of these: https://docs.djangoproject.com/en/stable/internals/contributing/ If you’re looking to work

Re: New proposal for `user_passes_test` decorator logic

2021-11-29 Thread Iago González Rodríguez
Hi Adam, Thanks for your response. The only thing that makes the solution more complicated is the fact that I created a user_passes_test function to not harm anyone who is already using that function. In order to simplify this, we could replace user_passes_test with the request_passes_test