diff options
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/models.py b/tests/basic/models.py index 6802f825ff..236884f4cc 100644 --- a/tests/basic/models.py +++ b/tests/basic/models.py @@ -3,6 +3,7 @@ Bare-bones model This is a basic model with only two non-primary-key fields. """ + import uuid from django.db import models |
