Creating test database for alias 'default'...
Creating test database for alias 'other'...
...........................F......F......F............F......F.....F.................................................................................................................................
======================================================================
FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldDimensionsFirstTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
    self.assertEqual(p.mugshot.was_opened, False)
AssertionError: True != False

======================================================================
FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldNoDimensionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
    self.assertEqual(p.mugshot.was_opened, False)
AssertionError: True != False

======================================================================
FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldOneDimensionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
    self.assertEqual(p.mugshot.was_opened, False)
AssertionError: True != False

======================================================================
FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldTwoDimensionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
    self.assertEqual(p.mugshot.was_opened, False)
AssertionError: True != False

======================================================================
FAIL: test_dimensions (model_fields.test_imagefield.ImageFieldUsingFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 305, in test_dimensions
    self.assertEqual(p.mugshot.was_opened, False)
AssertionError: True != False

======================================================================
FAIL: test_dimensions (model_fields.test_imagefield.TwoImageFieldTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/aethem/Documents/SWTR/django-repo/tests/model_fields/test_imagefield.py", line 445, in test_dimensions
    self.assertEqual(p.mugshot.was_opened, False)
AssertionError: True != False

----------------------------------------------------------------------
Ran 197 tests in 0.220s

FAILED (failures=6)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
