cleanup + nicer EmbeddedDocumentList.__match_all and __only_matches

This commit is contained in:
Stefan Wojcik
2016-12-08 18:59:25 -05:00
parent 9a32ff4c42
commit f1f999a570
3 changed files with 14 additions and 12 deletions

View File

@@ -506,8 +506,6 @@ class FileTest(unittest.TestCase):
test_file = TestFile.objects.first()
test_file.the_file = six.b('HELLO, WORLD!')
print('HERE!!!')
print(test_file.the_file)
test_file.save()
test_file = TestFile.objects.first()