E:\Software\workspace\django\django\db\models\sql\query.py:1607: Warning: Data truncated for column 'headline' at row 1
  cursor.execute(sql, params)
E:\Software\workspace\django\django\db\models\sql\query.py:1607: Warning: Data truncated for column 'code' at row 1
  cursor.execute(sql, params)
======================================================================
ERROR: A template can be loaded from an egg
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\templates\loaders.py", line 82, in test_existing
    contents, template_name = lts_egg("y.html")
  File "E:\Software\workspace\django\django\template\loaders\eggs.py", line 24, in load_template_source
    raise TemplateDoesNotExist, template_name
TemplateDoesNotExist: y.html

======================================================================
ERROR: minimal: django-admin builtin commands fail if settings file (from argument) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 216, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: django-admin builtin commands fail if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 216, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: django-admin builtin commands fail if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 216, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: django-admin can't execute user commands
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 216, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: django-admin can't execute user commands, even if settings are provided in environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 216, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: django-admin can't execute user commands, even if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 216, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin builtin commands fail with an import error when no settings provided
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin builtin commands fail if settings file (from environment) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin builtin commands fail if settings file (from argument) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin builtin commands succeed if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin builtin commands succeed if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin can't execute user commands
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin can't execute user commands, even if settings are provided in environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: alternate: django-admin can't execute user commands, even if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 351, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py builtin commands succeed when default settings are appropriate
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py builtin commands fail if settings file (from environment) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py builtin commands succeed if settings file (from argument) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py builtin commands succeed if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py builtin commands succeed if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py can execute user commands when default settings are appropriate
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py can execute user commands when settings are provided in environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: default: manage.py can execute user commands when settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 449, in setUp
    self.write_settings('settings.py')
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py builtin commands fail with an import error when no settings provided
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py builtin commands fail if settings file (from environment) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py builtin commands fail if settings file (from argument) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py builtin commands fail if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py builtin commands fail if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py can't execute user commands without appropriate settings
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py can't execute user commands, even if settings are provided in environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: minimal: manage.py can't execute user commands, even if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 515, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py builtin commands fail with an import error when no settings provided
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py builtin commands fail if settings file (from environment) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py builtin commands fail if settings file (from argument) doesn't exist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py builtin commands fail if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py builtin commands succeed if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py can't execute user commands using default settings
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py can execute user commands if settings are provided in environment
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: multiple: manage.py can execute user commands if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 650, in setUp
    self.write_settings('settings.py', apps=['django.contrib.auth','django.contrib.contenttypes'])
  File "E:\Software\workspace\django\tests\regressiontests\admin_scripts\tests.py", line 16, in write_settings
    settings_file = open(os.path.join(test_dir,filename), 'w')
IOError: [Errno 13] Permission denied: 'E:\\Software\\workspace\\django\\tests\\regressiontests\\settings.py'

======================================================================
ERROR: test_broken_custom_upload_handler (regressiontests.file_uploads.tests.FileUploadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\file_uploads\tests.py", line 156, in test_broken_custom_upload_handler
    {'f': open(f.name)}
IOError: [Errno 13] Permission denied: 'c:\\docume~1\\julien\\locals~1\\temp\\tmpnash2g'

======================================================================
ERROR: test_custom_upload_handler (regressiontests.file_uploads.tests.FileUploadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\file_uploads\tests.py", line 138, in test_custom_upload_handler
    response = self.client.post('/file_uploads/quota/', {'f': open(smallfile.name)})
IOError: [Errno 13] Permission denied: 'c:\\docume~1\\julien\\locals~1\\temp\\tmpbmaszy'

======================================================================
ERROR: test_fileupload_getlist (regressiontests.file_uploads.tests.FileUploadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\file_uploads\tests.py", line 170, in test_fileupload_getlist
    'file1': open(file1.name),
IOError: [Errno 13] Permission denied: 'c:\\docume~1\\julien\\locals~1\\temp\\tmpioj7nr'

======================================================================
ERROR: test_large_upload (regressiontests.file_uploads.tests.FileUploadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\tests\regressiontests\file_uploads\tests.py", line 34, in test_large_upload
    'file_field1': open(file1.name),
IOError: [Errno 13] Permission denied: 'c:\\docume~1\\julien\\locals~1\\temp\\tmptxsy3r.file1'

======================================================================
ERROR: test_docutils (django.contrib.markup.tests.Templates)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\django\contrib\markup\tests.py", line 62, in test_docutils
    rendered = t.render(Context(locals())).strip()
  File "E:\Software\workspace\django\django\test\utils.py", line 21, in instrumented_test_render
    return self.nodelist.render(context)
  File "E:\Software\workspace\django\django\template\__init__.py", line 751, in render
    bits.append(self.render_node(node, context))
  File "E:\Software\workspace\django\django\template\__init__.py", line 764, in render_node
    return node.render(context)
  File "E:\Software\workspace\django\django\template\__init__.py", line 785, in render
    output = force_unicode(self.filter_expression.resolve(context))
  File "E:\Software\workspace\django\django\template\__init__.py", line 542, in resolve
    new_obj = func(obj, *arg_vals)
  File "E:\Software\workspace\django\django\contrib\markup\templatetags\markup.py", line 88, in restructuredtext
    parts = publish_parts(source=smart_str(value), writer_name="html4css1", settings_overrides=docutils_settings)
  File "C:\Python25\lib\site-packages\docutils\core.py", line 431, in publish_parts
    enable_exit_status=enable_exit_status)
  File "C:\Python25\lib\site-packages\docutils\core.py", line 607, in publish_programmatically
    pub.set_components(reader_name, parser_name, writer_name)
  File "C:\Python25\lib\site-packages\docutils\core.py", line 90, in set_components
    self.set_reader(reader_name, self.parser, parser_name)
  File "C:\Python25\lib\site-packages\docutils\core.py", line 80, in set_reader
    self.reader = reader_class(parser, parser_name)
  File "C:\Python25\lib\site-packages\docutils\readers\__init__.py", line 49, in __init__
    self.set_parser(parser_name)
  File "C:\Python25\lib\site-packages\docutils\readers\__init__.py", line 60, in set_parser
    parser_class = parsers.get_parser_class(parser_name)
  File "C:\Python25\lib\site-packages\docutils\parsers\__init__.py", line 46, in get_parser_class
    module = __import__(parser_name, globals(), locals())
  File "C:\Python25\lib\site-packages\docutils\parsers\rst\__init__.py", line 75, in <module>
    from docutils.parsers.rst import states
  File "C:\Python25\lib\site-packages\docutils\parsers\rst\states.py", line 108, in <module>
    import roman
ImportError: No module named roman

======================================================================
FAIL: Doctest: modeltests.basic.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\django\test\_doctest.py", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for modeltests.basic.models.__test__.API_TESTS
  File "E:\Software\workspace\django\tests\modeltests\basic\models.py", line unknown line number, in API_TESTS

----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\modeltests\basic\models.py", line ?, in modeltests.basic.models.__test__.API_TESTS
Failed example:
    Article.objects.get(pk=a.id).headline
Expected:
    u'\u6797\u539f \u3081\u3050\u307f'
Got:
    u'?? ???'


======================================================================
FAIL: Doctest: modeltests.serializers.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\django\test\_doctest.py", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for modeltests.serializers.models.__test__.API_TESTS
  File "E:\Software\workspace\django\tests\modeltests\serializers\models.py", line unknown line number, in API_TESTS

----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\modeltests\serializers\models.py", line ?, in modeltests.serializers.models.__test__.API_TESTS
Failed example:
    print serializers.serialize("json", [mv])
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest modeltests.serializers.models.__test__.API_TESTS[53]>", line 1, in <module>
        print serializers.serialize("json", [mv])
      File "E:\Software\workspace\django\django\core\serializers\__init__.py", line 72, in serialize
        s.serialize(queryset, **options)
      File "E:\Software\workspace\django\django\core\serializers\base.py", line 49, in serialize
        self.handle_fk_field(obj, field)
      File "E:\Software\workspace\django\django\core\serializers\python.py", line 41, in handle_fk_field
        related = getattr(obj, field.name)
      File "E:\Software\workspace\django\django\db\models\fields\related.py", line 237, in __get__
        rel_obj = self.field.rel.to._default_manager.get(**params)
      File "E:\Software\workspace\django\django\db\models\manager.py", line 82, in get
        return self.get_query_set().get(*args, **kwargs)
      File "E:\Software\workspace\django\django\db\models\query.py", line 302, in get
        % self.model._meta.object_name)
    DoesNotExist: Actor matching query does not exist.
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\modeltests\serializers\models.py", line ?, in modeltests.serializers.models.__test__.API_TESTS
Failed example:
    list(serializers.deserialize('json', serializers.serialize('json', [mv])))[0].object.title
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest modeltests.serializers.models.__test__.API_TESTS[54]>", line 1, in <module>
        list(serializers.deserialize('json', serializers.serialize('json', [mv])))[0].object.title
      File "E:\Software\workspace\django\django\core\serializers\__init__.py", line 72, in serialize
        s.serialize(queryset, **options)
      File "E:\Software\workspace\django\django\core\serializers\base.py", line 49, in serialize
        self.handle_fk_field(obj, field)
      File "E:\Software\workspace\django\django\core\serializers\python.py", line 41, in handle_fk_field
        related = getattr(obj, field.name)
      File "E:\Software\workspace\django\django\db\models\fields\related.py", line 237, in __get__
        rel_obj = self.field.rel.to._default_manager.get(**params)
      File "E:\Software\workspace\django\django\db\models\manager.py", line 82, in get
        return self.get_query_set().get(*args, **kwargs)
      File "E:\Software\workspace\django\django\db\models\query.py", line 302, in get
        % self.model._meta.object_name)
    DoesNotExist: Actor matching query does not exist.
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\modeltests\serializers\models.py", line ?, in modeltests.serializers.models.__test__.API_TESTS
Failed example:
    print serializers.serialize("json", [mv2])
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest modeltests.serializers.models.__test__.API_TESTS[56]>", line 1, in <module>
        print serializers.serialize("json", [mv2])
      File "E:\Software\workspace\django\django\core\serializers\__init__.py", line 72, in serialize
        s.serialize(queryset, **options)
      File "E:\Software\workspace\django\django\core\serializers\base.py", line 49, in serialize
        self.handle_fk_field(obj, field)
      File "E:\Software\workspace\django\django\core\serializers\python.py", line 41, in handle_fk_field
        related = getattr(obj, field.name)
      File "E:\Software\workspace\django\django\db\models\fields\related.py", line 237, in __get__
        rel_obj = self.field.rel.to._default_manager.get(**params)
      File "E:\Software\workspace\django\django\db\models\manager.py", line 82, in get
        return self.get_query_set().get(*args, **kwargs)
      File "E:\Software\workspace\django\django\db\models\query.py", line 302, in get
        % self.model._meta.object_name)
    DoesNotExist: Actor matching query does not exist.
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\modeltests\serializers\models.py", line ?, in modeltests.serializers.models.__test__.API_TESTS
Failed example:
    print list(serializers.deserialize('json', serializers.serialize('json', [mv2])))[0].object.id
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest modeltests.serializers.models.__test__.API_TESTS[57]>", line 1, in <module>
        print list(serializers.deserialize('json', serializers.serialize('json', [mv2])))[0].object.id
      File "E:\Software\workspace\django\django\core\serializers\__init__.py", line 72, in serialize
        s.serialize(queryset, **options)
      File "E:\Software\workspace\django\django\core\serializers\base.py", line 49, in serialize
        self.handle_fk_field(obj, field)
      File "E:\Software\workspace\django\django\core\serializers\python.py", line 41, in handle_fk_field
        related = getattr(obj, field.name)
      File "E:\Software\workspace\django\django\db\models\fields\related.py", line 237, in __get__
        rel_obj = self.field.rel.to._default_manager.get(**params)
      File "E:\Software\workspace\django\django\db\models\manager.py", line 82, in get
        return self.get_query_set().get(*args, **kwargs)
      File "E:\Software\workspace\django\django\db\models\query.py", line 302, in get
        % self.model._meta.object_name)
    DoesNotExist: Actor matching query does not exist.


======================================================================
FAIL: Doctest: modeltests.delete.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\django\test\_doctest.py", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for modeltests.delete.models.__test__.API_TESTS
  File "E:\Software\workspace\django\tests\modeltests\delete\models.py", line unknown line number, in API_TESTS

----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\modeltests\delete\models.py", line ?, in modeltests.delete.models.__test__.API_TESTS
Failed example:
    del D._meta._related_objects_cache
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest modeltests.delete.models.__test__.API_TESTS[17]>", line 1, in <module>
        del D._meta._related_objects_cache
    AttributeError: _related_objects_cache


======================================================================
FAIL: Doctest: regressiontests.string_lookup.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\django\test\_doctest.py", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for regressiontests.string_lookup.models.__test__.API_TESTS
  File "E:\Software\workspace\django\tests\regressiontests\string_lookup\models.py", line unknown line number, in API_TESTS

----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\string_lookup\models.py", line ?, in regressiontests.string_lookup.models.__test__.API_TESTS
Failed example:
    Foo.objects.get(friend__contains=u'\xe7')
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest regressiontests.string_lookup.models.__test__.API_TESTS[18]>", line 1, in <module>
        Foo.objects.get(friend__contains=u'\xe7')
      File "E:\Software\workspace\django\django\db\models\manager.py", line 82, in get
        return self.get_query_set().get(*args, **kwargs)
      File "E:\Software\workspace\django\django\db\models\query.py", line 302, in get
        % self.model._meta.object_name)
    DoesNotExist: Foo matching query does not exist.
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\string_lookup\models.py", line ?, in regressiontests.string_lookup.models.__test__.API_TESTS
Failed example:
    Foo.objects.get(friend__contains='\xc3\xa7')
Exception raised:
    Traceback (most recent call last):
      File "E:\Software\workspace\django\django\test\_doctest.py", line 1267, in __run
        compileflags, 1) in test.globs
      File "<doctest regressiontests.string_lookup.models.__test__.API_TESTS[19]>", line 1, in <module>
        Foo.objects.get(friend__contains='\xc3\xa7')
      File "E:\Software\workspace\django\django\db\models\manager.py", line 82, in get
        return self.get_query_set().get(*args, **kwargs)
      File "E:\Software\workspace\django\django\db\models\query.py", line 302, in get
        % self.model._meta.object_name)
    DoesNotExist: Foo matching query does not exist.


======================================================================
FAIL: Doctest: regressiontests.model_inheritance_regress.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Software\workspace\django\django\test\_doctest.py", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for regressiontests.model_inheritance_regress.models.__test__.API_TESTS
  File "E:\Software\workspace\django\tests\regressiontests\model_inheritance_regress\models.py", line unknown line number, in API_TESTS

----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\model_inheritance_regress\models.py", line ?, in regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
    [sorted(d.items()) for d in dicts]
Expected:
    [[('name', u"Guido's House of Pasta"), ('serves_hot_dogs', True)]]
Got:
    [[('name', u"Guido's House of Pasta"), ('serves_hot_dogs', 1)]]
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\model_inheritance_regress\models.py", line ?, in regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
    [sorted(d.items()) for d in dicts]
Expected:
    [[('name', u"Guido's House of Pasta"), ('serves_gnocchi', True), ('serves_hot_dogs', True)]]
Got:
    [[('name', u"Guido's House of Pasta"), ('serves_gnocchi', 1), ('serves_hot_dogs', 1)]]
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\model_inheritance_regress\models.py", line ?, in regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
    [sorted(d.items()) for d in dicts]
Expected:
    [[('name', u"Guido's All New House of Pasta"), ('serves_hot_dogs', False)]]
Got:
    [[('name', u"Guido's All New House of Pasta"), ('serves_hot_dogs', 0)]]
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\model_inheritance_regress\models.py", line ?, in regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
    [sorted(d.items()) for d in dicts]
Expected:
    [[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi', False), ('serves_hot_dogs', False)]]
Got:
    [[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi', 0), ('serves_hot_dogs', 0)]]
----------------------------------------------------------------------
File "E:\Software\workspace\django\tests\regressiontests\model_inheritance_regress\models.py", line ?, in regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
    [sorted(d.items()) for d in dicts]
Expected:
    [[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi', False), ('serves_hot_dogs', False)]]
Got:
    [[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi', 0), ('serves_hot_dogs', 0)]]


----------------------------------------------------------------------
Ran 406 tests in 3241.344s

FAILED (failures=5, errors=44)
