Many fixes and featured added
This commit is contained in:
parent
5f7e9cce26
commit
b678823a0e
8 changed files with 47 additions and 21 deletions
|
|
@ -17,6 +17,8 @@ class TestFieldMethods(unittest.TestCase):
|
|||
|
||||
field=ImageField('image', 'tests/images/uploads', module=None, size=255, required=False)
|
||||
|
||||
field.yes_thumbnail=True
|
||||
|
||||
field.check('')
|
||||
|
||||
print(field.txt_error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue