From 5a1cae3a5675c5733daf5949759476d65aa0e636 Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Tue, 25 Feb 2025 10:39:28 +0200 Subject: [PATCH] Removed outdated docstring in tests/basic/models.py. --- tests/basic/models.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/basic/models.py b/tests/basic/models.py index 1e6059ee88..79a06763f2 100644 --- a/tests/basic/models.py +++ b/tests/basic/models.py @@ -1,9 +1,3 @@ -""" -Bare-bones model - -This is a basic model with only two non-primary-key fields. -""" - import uuid from django.db import models