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

2021-07-05 Thread Alexandre Prieto Pantoja
perhaps that would be better. > > Thanks, > > Adam > > On Fri, 2 Jul 2021 at 15:23, Alexandre Prieto Pantoja < > prietopan...@gmail.com> wrote: > >> Hello everyone! >> >> I’am new to Django and I would like to contribute. >> >&g

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

2021-07-05 Thread Alexandre Prieto Pantoja
perhaps that would be better. > > Thanks, > > Adam > > On Fri, 2 Jul 2021 at 15:23, Alexandre Prieto Pantoja < > prietopan...@gmail.com> wrote: > >> Hello everyone! >> >> I’am new to Django and I would like to contribute. >> >&g

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

2021-07-02 Thread Alexandre Prieto Pantoja
Hello everyone! I’am new to Django and I would like to contribute. I followed the documentation and I picked up an assigned ticket (# 16406 3 ) Now I’am trying to solve it but I am stuck. The ticket is rather old and I don’t really understand what