diff options
Diffstat (limited to 'tests/modeltests/custom_pk/fields.py')
-rw-r--r-- | tests/modeltests/custom_pk/fields.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modeltests/custom_pk/fields.py b/tests/modeltests/custom_pk/fields.py index 319e42f974..2eeb80e6ac 100644 --- a/tests/modeltests/custom_pk/fields.py +++ b/tests/modeltests/custom_pk/fields.py @@ -3,6 +3,7 @@ import string from django.db import models + class MyWrapper(object): def __init__(self, value): self.value = value |