From f8fd944cb6913b76e35e846cbbfa435c1576d931 Mon Sep 17 00:00:00 2001 From: Jan Pieter Waagmeester Date: Tue, 23 Jul 2024 07:38:38 +0200 Subject: [PATCH] Remove debug print of version --- tests/test_translating.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_translating.py b/tests/test_translating.py index d488bc1..90f30a9 100644 --- a/tests/test_translating.py +++ b/tests/test_translating.py @@ -290,7 +290,6 @@ def test_limit_choices_to(self): comment = app_models.Comment.objects.create(post=published_post, text="foo") self.assertIsNotNone(comment.pk) - print(django.get_version()) if django.get_version().startswith("5.2"): expected = f"post instance with id {unpublished_post.pk} is not a valid choice." else: