The certificate for code.djangoproject.com expired on 7/4/2021.

2021-07-03 Thread Asif Saif Uddin
Websites prove their identity via certificates, which are valid for a set time period. The certificate for code.djangoproject.com expired on 7/4/2021. Error code: SEC_ERROR_EXPIRED_CERTIFICATE View Certificate https://code.djangoproject.com/wiki/SummerOfCode2021 Asif -- You received this

template API to list templates

2021-07-03 Thread chris.j...@gmail.com
Hi, I recently had a need to iterate over all templates in a code base for a development task. I was wondering how people felt about adding a "list all templates"-like function to the template backend and loader API's. Such a function could also accept a subdirectory to limit the templates retu

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

2021-07-03 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Alexandre This ticket does go quite deep into the URL resolution infrastructure. You could try reading more of its internals, but for a first ticket I'd say this one is quite advanced. If there's another ticket in an area of Django you are more comfortable with, perhaps that would be better. T