From db94c00a94a3ce20e23927b1898100bb84eea5eb Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 25 Jul 2025 20:10:06 +0200 Subject: [PATCH] DJDT: pin at 5.2 'philosphofically' I prefer to keep my dev-deps in flux ('bleeding edge') but since I barely use the DJDT I'd rather just pin it at a known-working version. Also: 6.0 introduces DB-models (for a debug tool) which I'm not a fan of. Probably removing DJDT right after this, which would make this commit to be a good point to revert to if we ever want to reintroduce it See #168 --- requirements.development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.development.txt b/requirements.development.txt index c3fb503..7cc7ae7 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -1,3 +1,3 @@ # testing/development only: -django-debug-toolbar +django-debug-toolbar==5.2.* coverage