upstream/2025.4.0 #4

Merged
philipp merged 90 commits from upstream/2025.4.0 into master 2025-05-08 22:05:44 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 1bbefddc11 - Show all commits
+1 -1
View File
@@ -111,7 +111,7 @@ dev = [
"coverage",
"coveralls",
"fakeredis==2.26.*",
"flake8==7.1.*",
"flake8==7.2.*",
"freezegun",
"isort==6.0.*",
"pep8-naming==0.14.*",
-1
View File
@@ -46,7 +46,6 @@ app_cache = {}
def _populate_app_cache():
global app_cache
apps.check_apps_ready()
for ac in apps.app_configs.values():
app_cache[ac.name] = ac