Skip to content

Commit

Permalink
Remove debug print of version
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Jul 23, 2024
1 parent 974ad07 commit f8fd944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_translating.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8fd944

Please sign in to comment.