mirror of
https://github.com/django/django.git
synced 2025-04-24 17:24:37 +00:00
Since the app registry is always populated before the first request is processed, the situation described in #18251 for the old app cache cannot happen any more. Refs #18251, #21628.