Unionize the mega query - It needed more performance-based benefits
This commit is contained in:
parent
c3a411cd63
commit
e8cb359d96
5 changed files with 41 additions and 36 deletions
|
@ -217,3 +217,7 @@ class TestImageSharing(unittest.TestCase):
|
|||
still_uploading.save()
|
||||
|
||||
self.assertDifferentStorage('an-image', still_uploading)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Reference in a new issue