1
0
mirror of https://github.com/django/django.git synced 2025-04-18 06:14:37 +00:00

Removed outdated docstring in tests/basic/models.py.

This commit is contained in:
Clifford Gama 2025-02-25 10:39:28 +02:00 committed by Sarah Boyce
parent 240421c7c4
commit 5a1cae3a56

@ -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