Re: #16406 - Allow separate access to matches from urlpatterns and extra_context args

2021-07-05 Thread Alexandre Prieto Pantoja
Hi Adam, Thanks for your answer. Now, I know I have to go deeper in the Django URL resolution. I will try to understand the internal process of handling a request, from its receipt to its resolution. Alexandre Le samedi 3 juillet 2021 à 15:50:11 UTC+2, Adam Johnson a écrit : > Hi Alexandre

Re: Recognising Contributions

2021-07-05 Thread Tom Forbes
Perhaps we could do this as part of a Sphinx plugin? Right now each entry in the release notes is only implicitly tied to the pull request that adds it. If we could add some kind of pull request ID marker to the release note entries we could create an inline link to the PR (which might be very use

Re: Recognising Contributions

2021-07-05 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I'm all for exposing names in more places. Linking through to PR's from the release notes would also be useful for "pulling back the curtain" and making Django's code a bit less magical. Plus it could help the workflow for current contributors. On Mon, 5 Jul 2021 at 16:07, Tom Forbes wrote: > P

Re: #16406 - Allow separate access to matches from urlpatterns and extra_context args

2021-07-05 Thread Alexandre Prieto Pantoja
Hi Adam, Thanks for your answer. Now, I know I have to go deeper in the Django URL resolution. I will try to understand the internal process of handling a request, from its reception to its resolution. Alexandre Le samedi 3 juillet 2021 à 15:50:11 UTC+2, Adam Johnson a écrit : > Hi Alexandr