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: