diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2025-02-25 10:39:28 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-25 15:22:08 +0100 |
| commit | 5a1cae3a5675c5733daf5949759476d65aa0e636 (patch) | |
| tree | 0f616c1b759c5a2facf54f0c4006bc655dec2a48 /tests/basic | |
| parent | 240421c7c4c81fe5df26274b807266bd4ca73d7f (diff) | |
Removed outdated docstring in tests/basic/models.py.
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/models.py | 6 |
1 files changed, 0 insertions, 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 |
