* CPV: dev-python/django-1.1.1 * REPO: gentoo * USE: amd64 bash-completion elibc_glibc kernel_linux multilib sqlite test userland_GNU >>> Unpacking source... >>> Unpacking Django-1.1.1.tar.gz to /var/tmp/portage/dev-python/django-1.1.1/work >>> Source unpacked in /var/tmp/portage/dev-python/django-1.1.1/work >>> Preparing source in /var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1 ... * Applying django-1.1.1-fix_tests.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1 ... * Building of dev-python/django-1.1.1 with Python 2.6... python2.6 setup.py build -b build-2.6 running build running build_py creating build-2.6 creating build-2.6/lib creating build-2.6/lib/django copying django/__init__.py -> build-2.6/lib/django creating build-2.6/lib/django/db copying django/db/__init__.py -> build-2.6/lib/django/db copying django/db/transaction.py -> build-2.6/lib/django/db creating build-2.6/lib/django/db/backends copying django/db/backends/signals.py -> build-2.6/lib/django/db/backends copying django/db/backends/__init__.py -> build-2.6/lib/django/db/backends copying django/db/backends/util.py -> build-2.6/lib/django/db/backends copying django/db/backends/creation.py -> build-2.6/lib/django/db/backends creating build-2.6/lib/django/db/backends/postgresql_psycopg2 copying django/db/backends/postgresql_psycopg2/__init__.py -> build-2.6/lib/django/db/backends/postgresql_psycopg2 copying django/db/backends/postgresql_psycopg2/introspection.py -> build-2.6/lib/django/db/backends/postgresql_psycopg2 copying django/db/backends/postgresql_psycopg2/base.py -> build-2.6/lib/django/db/backends/postgresql_psycopg2 creating build-2.6/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/__init__.py -> build-2.6/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/client.py -> build-2.6/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/creation.py -> build-2.6/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/introspection.py -> build-2.6/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/base.py -> build-2.6/lib/django/db/backends/sqlite3 creating build-2.6/lib/django/db/backends/oracle copying django/db/backends/oracle/query.py -> build-2.6/lib/django/db/backends/oracle copying django/db/backends/oracle/__init__.py -> build-2.6/lib/django/db/backends/oracle copying django/db/backends/oracle/client.py -> build-2.6/lib/django/db/backends/oracle copying django/db/backends/oracle/creation.py -> build-2.6/lib/django/db/backends/oracle copying django/db/backends/oracle/introspection.py -> build-2.6/lib/django/db/backends/oracle copying django/db/backends/oracle/base.py -> build-2.6/lib/django/db/backends/oracle creating build-2.6/lib/django/db/backends/mysql copying django/db/backends/mysql/validation.py -> build-2.6/lib/django/db/backends/mysql copying django/db/backends/mysql/__init__.py -> build-2.6/lib/django/db/backends/mysql copying django/db/backends/mysql/client.py -> build-2.6/lib/django/db/backends/mysql copying django/db/backends/mysql/creation.py -> build-2.6/lib/django/db/backends/mysql copying django/db/backends/mysql/introspection.py -> build-2.6/lib/django/db/backends/mysql copying django/db/backends/mysql/base.py -> build-2.6/lib/django/db/backends/mysql creating build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/__init__.py -> build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/client.py -> build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/version.py -> build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/creation.py -> build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/introspection.py -> build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/operations.py -> build-2.6/lib/django/db/backends/postgresql copying django/db/backends/postgresql/base.py -> build-2.6/lib/django/db/backends/postgresql creating build-2.6/lib/django/db/backends/dummy copying django/db/backends/dummy/__init__.py -> build-2.6/lib/django/db/backends/dummy copying django/db/backends/dummy/base.py -> build-2.6/lib/django/db/backends/dummy creating build-2.6/lib/django/db/models copying django/db/models/query.py -> build-2.6/lib/django/db/models copying django/db/models/signals.py -> build-2.6/lib/django/db/models copying django/db/models/manager.py -> build-2.6/lib/django/db/models copying django/db/models/__init__.py -> build-2.6/lib/django/db/models copying django/db/models/loading.py -> build-2.6/lib/django/db/models copying django/db/models/query_utils.py -> build-2.6/lib/django/db/models copying django/db/models/expressions.py -> build-2.6/lib/django/db/models copying django/db/models/aggregates.py -> build-2.6/lib/django/db/models copying django/db/models/options.py -> build-2.6/lib/django/db/models copying django/db/models/base.py -> build-2.6/lib/django/db/models copying django/db/models/related.py -> build-2.6/lib/django/db/models creating build-2.6/lib/django/db/models/sql copying django/db/models/sql/query.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/__init__.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/subqueries.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/constants.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/where.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/datastructures.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/expressions.py -> build-2.6/lib/django/db/models/sql copying django/db/models/sql/aggregates.py -> build-2.6/lib/django/db/models/sql creating build-2.6/lib/django/db/models/fields copying django/db/models/fields/__init__.py -> build-2.6/lib/django/db/models/fields copying django/db/models/fields/subclassing.py -> build-2.6/lib/django/db/models/fields copying django/db/models/fields/files.py -> build-2.6/lib/django/db/models/fields copying django/db/models/fields/proxy.py -> build-2.6/lib/django/db/models/fields copying django/db/models/fields/related.py -> build-2.6/lib/django/db/models/fields creating build-2.6/lib/django/bin copying django/bin/__init__.py -> build-2.6/lib/django/bin copying django/bin/unique-messages.py -> build-2.6/lib/django/bin copying django/bin/django-admin.py -> build-2.6/lib/django/bin copying django/bin/compile-messages.py -> build-2.6/lib/django/bin copying django/bin/daily_cleanup.py -> build-2.6/lib/django/bin copying django/bin/make-messages.py -> build-2.6/lib/django/bin creating build-2.6/lib/django/bin/profiling copying django/bin/profiling/__init__.py -> build-2.6/lib/django/bin/profiling copying django/bin/profiling/gather_profile_stats.py -> build-2.6/lib/django/bin/profiling creating build-2.6/lib/django/contrib copying django/contrib/__init__.py -> build-2.6/lib/django/contrib creating build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/preview.py -> build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/utils.py -> build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/tests.py -> build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/__init__.py -> build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/test_urls.py -> build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/models.py -> build-2.6/lib/django/contrib/formtools copying django/contrib/formtools/wizard.py -> build-2.6/lib/django/contrib/formtools creating build-2.6/lib/django/contrib/admin copying django/contrib/admin/sites.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/validation.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/filterspecs.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/helpers.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/__init__.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/widgets.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/util.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/models.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/actions.py -> build-2.6/lib/django/contrib/admin copying django/contrib/admin/options.py -> build-2.6/lib/django/contrib/admin creating build-2.6/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_modify.py -> build-2.6/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/log.py -> build-2.6/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/adminmedia.py -> build-2.6/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/__init__.py -> build-2.6/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_list.py -> build-2.6/lib/django/contrib/admin/templatetags creating build-2.6/lib/django/contrib/admin/views copying django/contrib/admin/views/__init__.py -> build-2.6/lib/django/contrib/admin/views copying django/contrib/admin/views/decorators.py -> build-2.6/lib/django/contrib/admin/views copying django/contrib/admin/views/main.py -> build-2.6/lib/django/contrib/admin/views copying django/contrib/admin/views/template.py -> build-2.6/lib/django/contrib/admin/views creating build-2.6/lib/django/contrib/gis copying django/contrib/gis/__init__.py -> build-2.6/lib/django/contrib/gis copying django/contrib/gis/models.py -> build-2.6/lib/django/contrib/gis copying django/contrib/gis/feeds.py -> build-2.6/lib/django/contrib/gis copying django/contrib/gis/measure.py -> build-2.6/lib/django/contrib/gis copying django/contrib/gis/shortcuts.py -> build-2.6/lib/django/contrib/gis creating build-2.6/lib/django/contrib/gis/db copying django/contrib/gis/db/__init__.py -> build-2.6/lib/django/contrib/gis/db creating build-2.6/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/__init__.py -> build-2.6/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/util.py -> build-2.6/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/base.py -> build-2.6/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/adaptor.py -> build-2.6/lib/django/contrib/gis/db/backend creating build-2.6/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/field.py -> build-2.6/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/query.py -> build-2.6/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/__init__.py -> build-2.6/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/models.py -> build-2.6/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/creation.py -> build-2.6/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/adaptor.py -> build-2.6/lib/django/contrib/gis/db/backend/oracle creating build-2.6/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/field.py -> build-2.6/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/query.py -> build-2.6/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/__init__.py -> build-2.6/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/creation.py -> build-2.6/lib/django/contrib/gis/db/backend/mysql creating build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/management.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/field.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/query.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/__init__.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/models.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/creation.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/adaptor.py -> build-2.6/lib/django/contrib/gis/db/backend/postgis creating build-2.6/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/field.py -> build-2.6/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/query.py -> build-2.6/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/__init__.py -> build-2.6/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/models.py -> build-2.6/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/creation.py -> build-2.6/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/adaptor.py -> build-2.6/lib/django/contrib/gis/db/backend/spatialite creating build-2.6/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/query.py -> build-2.6/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/manager.py -> build-2.6/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/__init__.py -> build-2.6/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/proxy.py -> build-2.6/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/aggregates.py -> build-2.6/lib/django/contrib/gis/db/models creating build-2.6/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/query.py -> build-2.6/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/__init__.py -> build-2.6/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/subqueries.py -> build-2.6/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/where.py -> build-2.6/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/conversion.py -> build-2.6/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/aggregates.py -> build-2.6/lib/django/contrib/gis/db/models/sql creating build-2.6/lib/django/contrib/gis/db/models/fields copying django/contrib/gis/db/models/fields/__init__.py -> build-2.6/lib/django/contrib/gis/db/models/fields creating build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/envelope.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/driver.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/field.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/__init__.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/feature.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/srs.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/error.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/libgdal.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/layer.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/datasource.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/base.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geomtype.py -> build-2.6/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geometries.py -> build-2.6/lib/django/contrib/gis/gdal creating build-2.6/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/__init__.py -> build-2.6/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_srs.py -> build-2.6/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_driver.py -> build-2.6/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_ds.py -> build-2.6/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_geom.py -> build-2.6/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_envelope.py -> build-2.6/lib/django/contrib/gis/gdal/tests creating build-2.6/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/__init__.py -> build-2.6/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/ds.py -> build-2.6/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/geom.py -> build-2.6/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/srs.py -> build-2.6/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/generation.py -> build-2.6/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/errcheck.py -> build-2.6/lib/django/contrib/gis/gdal/prototypes creating build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_spatialrefsys.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_geoip.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/utils.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/__init__.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_measure.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_geoforms.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/geometries.py -> build-2.6/lib/django/contrib/gis/tests copying django/contrib/gis/tests/urls.py -> build-2.6/lib/django/contrib/gis/tests creating build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/test_feeds.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/test_sitemaps.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/tests.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/__init__.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/models.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/sitemaps.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/test_regress.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/tests_mysql.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/feeds.py -> build-2.6/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/urls.py -> build-2.6/lib/django/contrib/gis/tests/geoapp creating build-2.6/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/tests.py -> build-2.6/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/__init__.py -> build-2.6/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/models.py -> build-2.6/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/tests_mysql.py -> build-2.6/lib/django/contrib/gis/tests/layermap creating build-2.6/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/tests.py -> build-2.6/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/__init__.py -> build-2.6/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/models.py -> build-2.6/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/tests_mysql.py -> build-2.6/lib/django/contrib/gis/tests/relatedapp creating build-2.6/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/tests.py -> build-2.6/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/__init__.py -> build-2.6/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/models.py -> build-2.6/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/data.py -> build-2.6/lib/django/contrib/gis/tests/distapp creating build-2.6/lib/django/contrib/gis/admin copying django/contrib/gis/admin/__init__.py -> build-2.6/lib/django/contrib/gis/admin copying django/contrib/gis/admin/widgets.py -> build-2.6/lib/django/contrib/gis/admin copying django/contrib/gis/admin/options.py -> build-2.6/lib/django/contrib/gis/admin creating build-2.6/lib/django/contrib/gis/management copying django/contrib/gis/management/__init__.py -> build-2.6/lib/django/contrib/gis/management copying django/contrib/gis/management/base.py -> build-2.6/lib/django/contrib/gis/management creating build-2.6/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/ogrinspect.py -> build-2.6/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/__init__.py -> build-2.6/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/inspectdb.py -> build-2.6/lib/django/contrib/gis/management/commands creating build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinspect.py -> build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/layermapping.py -> build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/__init__.py -> build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/wkt.py -> build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/srs.py -> build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/geoip.py -> build-2.6/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinfo.py -> build-2.6/lib/django/contrib/gis/utils creating build-2.6/lib/django/contrib/gis/forms copying django/contrib/gis/forms/fields.py -> build-2.6/lib/django/contrib/gis/forms copying django/contrib/gis/forms/__init__.py -> build-2.6/lib/django/contrib/gis/forms creating build-2.6/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/__init__.py -> build-2.6/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/kml.py -> build-2.6/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/georss.py -> build-2.6/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/views.py -> build-2.6/lib/django/contrib/gis/sitemaps creating build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/libgeos.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/prepared.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/mutable_list.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/collections.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/__init__.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/point.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/linestring.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/error.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/factory.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/polygon.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/geometry.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/io.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/base.py -> build-2.6/lib/django/contrib/gis/geos copying django/contrib/gis/geos/coordseq.py -> build-2.6/lib/django/contrib/gis/geos creating build-2.6/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/__init__.py -> build-2.6/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_io.py -> build-2.6/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_geos.py -> build-2.6/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_mutable_list.py -> build-2.6/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_geos_mutation.py -> build-2.6/lib/django/contrib/gis/geos/tests creating build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/prepared.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/topology.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/__init__.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/geom.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/predicates.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/misc.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/errcheck.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/io.py -> build-2.6/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/coordseq.py -> build-2.6/lib/django/contrib/gis/geos/prototypes creating build-2.6/lib/django/contrib/gis/maps copying django/contrib/gis/maps/__init__.py -> build-2.6/lib/django/contrib/gis/maps creating build-2.6/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/gmap.py -> build-2.6/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/__init__.py -> build-2.6/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/overlays.py -> build-2.6/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/zoom.py -> build-2.6/lib/django/contrib/gis/maps/google creating build-2.6/lib/django/contrib/gis/maps/openlayers copying django/contrib/gis/maps/openlayers/__init__.py -> build-2.6/lib/django/contrib/gis/maps/openlayers creating build-2.6/lib/django/contrib/sessions copying django/contrib/sessions/tests.py -> build-2.6/lib/django/contrib/sessions copying django/contrib/sessions/__init__.py -> build-2.6/lib/django/contrib/sessions copying django/contrib/sessions/models.py -> build-2.6/lib/django/contrib/sessions copying django/contrib/sessions/middleware.py -> build-2.6/lib/django/contrib/sessions creating build-2.6/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cache.py -> build-2.6/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/__init__.py -> build-2.6/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/file.py -> build-2.6/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cached_db.py -> build-2.6/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/base.py -> build-2.6/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/db.py -> build-2.6/lib/django/contrib/sessions/backends creating build-2.6/lib/django/contrib/flatpages copying django/contrib/flatpages/__init__.py -> build-2.6/lib/django/contrib/flatpages copying django/contrib/flatpages/models.py -> build-2.6/lib/django/contrib/flatpages copying django/contrib/flatpages/admin.py -> build-2.6/lib/django/contrib/flatpages copying django/contrib/flatpages/views.py -> build-2.6/lib/django/contrib/flatpages copying django/contrib/flatpages/middleware.py -> build-2.6/lib/django/contrib/flatpages copying django/contrib/flatpages/urls.py -> build-2.6/lib/django/contrib/flatpages creating build-2.6/lib/django/contrib/webdesign copying django/contrib/webdesign/tests.py -> build-2.6/lib/django/contrib/webdesign copying django/contrib/webdesign/__init__.py -> build-2.6/lib/django/contrib/webdesign copying django/contrib/webdesign/models.py -> build-2.6/lib/django/contrib/webdesign copying django/contrib/webdesign/lorem_ipsum.py -> build-2.6/lib/django/contrib/webdesign creating build-2.6/lib/django/contrib/webdesign/templatetags copying django/contrib/webdesign/templatetags/__init__.py -> build-2.6/lib/django/contrib/webdesign/templatetags copying django/contrib/webdesign/templatetags/webdesign.py -> build-2.6/lib/django/contrib/webdesign/templatetags creating build-2.6/lib/django/contrib/humanize copying django/contrib/humanize/__init__.py -> build-2.6/lib/django/contrib/humanize creating build-2.6/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/humanize.py -> build-2.6/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/__init__.py -> build-2.6/lib/django/contrib/humanize/templatetags creating build-2.6/lib/django/contrib/comments copying django/contrib/comments/signals.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/__init__.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/models.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/moderation.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/managers.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/feeds.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/forms.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/admin.py -> build-2.6/lib/django/contrib/comments copying django/contrib/comments/urls.py -> build-2.6/lib/django/contrib/comments creating build-2.6/lib/django/contrib/comments/templatetags copying django/contrib/comments/templatetags/comments.py -> build-2.6/lib/django/contrib/comments/templatetags copying django/contrib/comments/templatetags/__init__.py -> build-2.6/lib/django/contrib/comments/templatetags creating build-2.6/lib/django/contrib/comments/views copying django/contrib/comments/views/comments.py -> build-2.6/lib/django/contrib/comments/views copying django/contrib/comments/views/utils.py -> build-2.6/lib/django/contrib/comments/views copying django/contrib/comments/views/__init__.py -> build-2.6/lib/django/contrib/comments/views copying django/contrib/comments/views/moderation.py -> build-2.6/lib/django/contrib/comments/views creating build-2.6/lib/django/contrib/admindocs copying django/contrib/admindocs/utils.py -> build-2.6/lib/django/contrib/admindocs copying django/contrib/admindocs/__init__.py -> build-2.6/lib/django/contrib/admindocs copying django/contrib/admindocs/views.py -> build-2.6/lib/django/contrib/admindocs copying django/contrib/admindocs/urls.py -> build-2.6/lib/django/contrib/admindocs creating build-2.6/lib/django/contrib/sites copying django/contrib/sites/management.py -> build-2.6/lib/django/contrib/sites copying django/contrib/sites/tests.py -> build-2.6/lib/django/contrib/sites copying django/contrib/sites/__init__.py -> build-2.6/lib/django/contrib/sites copying django/contrib/sites/models.py -> build-2.6/lib/django/contrib/sites copying django/contrib/sites/managers.py -> build-2.6/lib/django/contrib/sites copying django/contrib/sites/admin.py -> build-2.6/lib/django/contrib/sites creating build-2.6/lib/django/contrib/syndication copying django/contrib/syndication/__init__.py -> build-2.6/lib/django/contrib/syndication copying django/contrib/syndication/feeds.py -> build-2.6/lib/django/contrib/syndication copying django/contrib/syndication/views.py -> build-2.6/lib/django/contrib/syndication creating build-2.6/lib/django/contrib/markup copying django/contrib/markup/tests.py -> build-2.6/lib/django/contrib/markup copying django/contrib/markup/__init__.py -> build-2.6/lib/django/contrib/markup copying django/contrib/markup/models.py -> build-2.6/lib/django/contrib/markup creating build-2.6/lib/django/contrib/markup/templatetags copying django/contrib/markup/templatetags/markup.py -> build-2.6/lib/django/contrib/markup/templatetags copying django/contrib/markup/templatetags/__init__.py -> build-2.6/lib/django/contrib/markup/templatetags creating build-2.6/lib/django/contrib/contenttypes copying django/contrib/contenttypes/management.py -> build-2.6/lib/django/contrib/contenttypes copying django/contrib/contenttypes/generic.py -> build-2.6/lib/django/contrib/contenttypes copying django/contrib/contenttypes/tests.py -> build-2.6/lib/django/contrib/contenttypes copying django/contrib/contenttypes/__init__.py -> build-2.6/lib/django/contrib/contenttypes copying django/contrib/contenttypes/models.py -> build-2.6/lib/django/contrib/contenttypes copying django/contrib/contenttypes/views.py -> build-2.6/lib/django/contrib/contenttypes creating build-2.6/lib/django/contrib/sitemaps copying django/contrib/sitemaps/__init__.py -> build-2.6/lib/django/contrib/sitemaps copying django/contrib/sitemaps/views.py -> build-2.6/lib/django/contrib/sitemaps creating build-2.6/lib/django/contrib/sitemaps/management copying django/contrib/sitemaps/management/__init__.py -> build-2.6/lib/django/contrib/sitemaps/management creating build-2.6/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/__init__.py -> build-2.6/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/ping_google.py -> build-2.6/lib/django/contrib/sitemaps/management/commands creating build-2.6/lib/django/contrib/databrowse copying django/contrib/databrowse/sites.py -> build-2.6/lib/django/contrib/databrowse copying django/contrib/databrowse/__init__.py -> build-2.6/lib/django/contrib/databrowse copying django/contrib/databrowse/datastructures.py -> build-2.6/lib/django/contrib/databrowse copying django/contrib/databrowse/views.py -> build-2.6/lib/django/contrib/databrowse copying django/contrib/databrowse/urls.py -> build-2.6/lib/django/contrib/databrowse creating build-2.6/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/objects.py -> build-2.6/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/__init__.py -> build-2.6/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/fieldchoices.py -> build-2.6/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/calendars.py -> build-2.6/lib/django/contrib/databrowse/plugins creating build-2.6/lib/django/contrib/csrf copying django/contrib/csrf/tests.py -> build-2.6/lib/django/contrib/csrf copying django/contrib/csrf/__init__.py -> build-2.6/lib/django/contrib/csrf copying django/contrib/csrf/models.py -> build-2.6/lib/django/contrib/csrf copying django/contrib/csrf/middleware.py -> build-2.6/lib/django/contrib/csrf creating build-2.6/lib/django/contrib/auth copying django/contrib/auth/tokens.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/__init__.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/decorators.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/models.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/backends.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/forms.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/admin.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/create_superuser.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/views.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/middleware.py -> build-2.6/lib/django/contrib/auth copying django/contrib/auth/urls.py -> build-2.6/lib/django/contrib/auth creating build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/tokens.py -> build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/__init__.py -> build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/basic.py -> build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/remote_user.py -> build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/forms.py -> build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/views.py -> build-2.6/lib/django/contrib/auth/tests copying django/contrib/auth/tests/urls.py -> build-2.6/lib/django/contrib/auth/tests creating build-2.6/lib/django/contrib/auth/management copying django/contrib/auth/management/__init__.py -> build-2.6/lib/django/contrib/auth/management creating build-2.6/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/__init__.py -> build-2.6/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/createsuperuser.py -> build-2.6/lib/django/contrib/auth/management/commands creating build-2.6/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/__init__.py -> build-2.6/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/modpython.py -> build-2.6/lib/django/contrib/auth/handlers creating build-2.6/lib/django/contrib/redirects copying django/contrib/redirects/__init__.py -> build-2.6/lib/django/contrib/redirects copying django/contrib/redirects/models.py -> build-2.6/lib/django/contrib/redirects copying django/contrib/redirects/admin.py -> build-2.6/lib/django/contrib/redirects copying django/contrib/redirects/middleware.py -> build-2.6/lib/django/contrib/redirects creating build-2.6/lib/django/contrib/localflavor copying django/contrib/localflavor/__init__.py -> build-2.6/lib/django/contrib/localflavor creating build-2.6/lib/django/contrib/localflavor/nl copying django/contrib/localflavor/nl/__init__.py -> build-2.6/lib/django/contrib/localflavor/nl copying django/contrib/localflavor/nl/nl_provinces.py -> build-2.6/lib/django/contrib/localflavor/nl copying django/contrib/localflavor/nl/forms.py -> build-2.6/lib/django/contrib/localflavor/nl creating build-2.6/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/us_states.py -> build-2.6/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/__init__.py -> build-2.6/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/models.py -> build-2.6/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/forms.py -> build-2.6/lib/django/contrib/localflavor/us creating build-2.6/lib/django/contrib/localflavor/in_ copying django/contrib/localflavor/in_/in_states.py -> build-2.6/lib/django/contrib/localflavor/in_ copying django/contrib/localflavor/in_/__init__.py -> build-2.6/lib/django/contrib/localflavor/in_ copying django/contrib/localflavor/in_/forms.py -> build-2.6/lib/django/contrib/localflavor/in_ creating build-2.6/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/it_region.py -> build-2.6/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/__init__.py -> build-2.6/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/util.py -> build-2.6/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/forms.py -> build-2.6/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/it_province.py -> build-2.6/lib/django/contrib/localflavor/it creating build-2.6/lib/django/contrib/localflavor/ch copying django/contrib/localflavor/ch/__init__.py -> build-2.6/lib/django/contrib/localflavor/ch copying django/contrib/localflavor/ch/ch_states.py -> build-2.6/lib/django/contrib/localflavor/ch copying django/contrib/localflavor/ch/forms.py -> build-2.6/lib/django/contrib/localflavor/ch creating build-2.6/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/__init__.py -> build-2.6/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/es_regions.py -> build-2.6/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/forms.py -> build-2.6/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/es_provinces.py -> build-2.6/lib/django/contrib/localflavor/es creating build-2.6/lib/django/contrib/localflavor/br copying django/contrib/localflavor/br/br_states.py -> build-2.6/lib/django/contrib/localflavor/br copying django/contrib/localflavor/br/__init__.py -> build-2.6/lib/django/contrib/localflavor/br copying django/contrib/localflavor/br/forms.py -> build-2.6/lib/django/contrib/localflavor/br creating build-2.6/lib/django/contrib/localflavor/ar copying django/contrib/localflavor/ar/__init__.py -> build-2.6/lib/django/contrib/localflavor/ar copying django/contrib/localflavor/ar/ar_provinces.py -> build-2.6/lib/django/contrib/localflavor/ar copying django/contrib/localflavor/ar/forms.py -> build-2.6/lib/django/contrib/localflavor/ar creating build-2.6/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/sk_regions.py -> build-2.6/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/__init__.py -> build-2.6/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/sk_districts.py -> build-2.6/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/forms.py -> build-2.6/lib/django/contrib/localflavor/sk creating build-2.6/lib/django/contrib/localflavor/uk copying django/contrib/localflavor/uk/__init__.py -> build-2.6/lib/django/contrib/localflavor/uk copying django/contrib/localflavor/uk/uk_regions.py -> build-2.6/lib/django/contrib/localflavor/uk copying django/contrib/localflavor/uk/forms.py -> build-2.6/lib/django/contrib/localflavor/uk creating build-2.6/lib/django/contrib/localflavor/de copying django/contrib/localflavor/de/__init__.py -> build-2.6/lib/django/contrib/localflavor/de copying django/contrib/localflavor/de/de_states.py -> build-2.6/lib/django/contrib/localflavor/de copying django/contrib/localflavor/de/forms.py -> build-2.6/lib/django/contrib/localflavor/de creating build-2.6/lib/django/contrib/localflavor/no copying django/contrib/localflavor/no/__init__.py -> build-2.6/lib/django/contrib/localflavor/no copying django/contrib/localflavor/no/no_municipalities.py -> build-2.6/lib/django/contrib/localflavor/no copying django/contrib/localflavor/no/forms.py -> build-2.6/lib/django/contrib/localflavor/no creating build-2.6/lib/django/contrib/localflavor/at copying django/contrib/localflavor/at/__init__.py -> build-2.6/lib/django/contrib/localflavor/at copying django/contrib/localflavor/at/at_states.py -> build-2.6/lib/django/contrib/localflavor/at copying django/contrib/localflavor/at/forms.py -> build-2.6/lib/django/contrib/localflavor/at creating build-2.6/lib/django/contrib/localflavor/jp copying django/contrib/localflavor/jp/__init__.py -> build-2.6/lib/django/contrib/localflavor/jp copying django/contrib/localflavor/jp/jp_prefectures.py -> build-2.6/lib/django/contrib/localflavor/jp copying django/contrib/localflavor/jp/forms.py -> build-2.6/lib/django/contrib/localflavor/jp creating build-2.6/lib/django/contrib/localflavor/cz copying django/contrib/localflavor/cz/__init__.py -> build-2.6/lib/django/contrib/localflavor/cz copying django/contrib/localflavor/cz/forms.py -> build-2.6/lib/django/contrib/localflavor/cz copying django/contrib/localflavor/cz/cz_regions.py -> build-2.6/lib/django/contrib/localflavor/cz creating build-2.6/lib/django/contrib/localflavor/ca copying django/contrib/localflavor/ca/ca_provinces.py -> build-2.6/lib/django/contrib/localflavor/ca copying django/contrib/localflavor/ca/__init__.py -> build-2.6/lib/django/contrib/localflavor/ca copying django/contrib/localflavor/ca/forms.py -> build-2.6/lib/django/contrib/localflavor/ca creating build-2.6/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/__init__.py -> build-2.6/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/pl_voivodeships.py -> build-2.6/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/pl_administrativeunits.py -> build-2.6/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/forms.py -> build-2.6/lib/django/contrib/localflavor/pl creating build-2.6/lib/django/contrib/localflavor/mx copying django/contrib/localflavor/mx/__init__.py -> build-2.6/lib/django/contrib/localflavor/mx copying django/contrib/localflavor/mx/forms.py -> build-2.6/lib/django/contrib/localflavor/mx copying django/contrib/localflavor/mx/mx_states.py -> build-2.6/lib/django/contrib/localflavor/mx creating build-2.6/lib/django/contrib/localflavor/fr copying django/contrib/localflavor/fr/__init__.py -> build-2.6/lib/django/contrib/localflavor/fr copying django/contrib/localflavor/fr/fr_department.py -> build-2.6/lib/django/contrib/localflavor/fr copying django/contrib/localflavor/fr/forms.py -> build-2.6/lib/django/contrib/localflavor/fr creating build-2.6/lib/django/contrib/localflavor/generic copying django/contrib/localflavor/generic/__init__.py -> build-2.6/lib/django/contrib/localflavor/generic copying django/contrib/localflavor/generic/forms.py -> build-2.6/lib/django/contrib/localflavor/generic creating build-2.6/lib/django/contrib/localflavor/pe copying django/contrib/localflavor/pe/__init__.py -> build-2.6/lib/django/contrib/localflavor/pe copying django/contrib/localflavor/pe/pe_region.py -> build-2.6/lib/django/contrib/localflavor/pe copying django/contrib/localflavor/pe/forms.py -> build-2.6/lib/django/contrib/localflavor/pe creating build-2.6/lib/django/contrib/localflavor/ro copying django/contrib/localflavor/ro/__init__.py -> build-2.6/lib/django/contrib/localflavor/ro copying django/contrib/localflavor/ro/ro_counties.py -> build-2.6/lib/django/contrib/localflavor/ro copying django/contrib/localflavor/ro/forms.py -> build-2.6/lib/django/contrib/localflavor/ro creating build-2.6/lib/django/contrib/localflavor/au copying django/contrib/localflavor/au/__init__.py -> build-2.6/lib/django/contrib/localflavor/au copying django/contrib/localflavor/au/forms.py -> build-2.6/lib/django/contrib/localflavor/au copying django/contrib/localflavor/au/au_states.py -> build-2.6/lib/django/contrib/localflavor/au creating build-2.6/lib/django/contrib/localflavor/is_ copying django/contrib/localflavor/is_/__init__.py -> build-2.6/lib/django/contrib/localflavor/is_ copying django/contrib/localflavor/is_/forms.py -> build-2.6/lib/django/contrib/localflavor/is_ copying django/contrib/localflavor/is_/is_postalcodes.py -> build-2.6/lib/django/contrib/localflavor/is_ creating build-2.6/lib/django/contrib/localflavor/fi copying django/contrib/localflavor/fi/fi_municipalities.py -> build-2.6/lib/django/contrib/localflavor/fi copying django/contrib/localflavor/fi/__init__.py -> build-2.6/lib/django/contrib/localflavor/fi copying django/contrib/localflavor/fi/forms.py -> build-2.6/lib/django/contrib/localflavor/fi creating build-2.6/lib/django/contrib/localflavor/cl copying django/contrib/localflavor/cl/cl_regions.py -> build-2.6/lib/django/contrib/localflavor/cl copying django/contrib/localflavor/cl/__init__.py -> build-2.6/lib/django/contrib/localflavor/cl copying django/contrib/localflavor/cl/forms.py -> build-2.6/lib/django/contrib/localflavor/cl creating build-2.6/lib/django/contrib/localflavor/za copying django/contrib/localflavor/za/__init__.py -> build-2.6/lib/django/contrib/localflavor/za copying django/contrib/localflavor/za/forms.py -> build-2.6/lib/django/contrib/localflavor/za copying django/contrib/localflavor/za/za_provinces.py -> build-2.6/lib/django/contrib/localflavor/za creating build-2.6/lib/django/dispatch copying django/dispatch/__init__.py -> build-2.6/lib/django/dispatch copying django/dispatch/saferef.py -> build-2.6/lib/django/dispatch copying django/dispatch/dispatcher.py -> build-2.6/lib/django/dispatch creating build-2.6/lib/django/middleware copying django/middleware/cache.py -> build-2.6/lib/django/middleware copying django/middleware/locale.py -> build-2.6/lib/django/middleware copying django/middleware/__init__.py -> build-2.6/lib/django/middleware copying django/middleware/doc.py -> build-2.6/lib/django/middleware copying django/middleware/common.py -> build-2.6/lib/django/middleware copying django/middleware/transaction.py -> build-2.6/lib/django/middleware copying django/middleware/gzip.py -> build-2.6/lib/django/middleware copying django/middleware/http.py -> build-2.6/lib/django/middleware creating build-2.6/lib/django/utils copying django/utils/_decimal.py -> build-2.6/lib/django/utils copying django/utils/dates.py -> build-2.6/lib/django/utils copying django/utils/safestring.py -> build-2.6/lib/django/utils copying django/utils/cache.py -> build-2.6/lib/django/utils copying django/utils/autoreload.py -> build-2.6/lib/django/utils copying django/utils/hashcompat.py -> build-2.6/lib/django/utils copying django/utils/text.py -> build-2.6/lib/django/utils copying django/utils/xmlutils.py -> build-2.6/lib/django/utils copying django/utils/thread_support.py -> build-2.6/lib/django/utils copying django/utils/__init__.py -> build-2.6/lib/django/utils copying django/utils/synch.py -> build-2.6/lib/django/utils copying django/utils/decorators.py -> build-2.6/lib/django/utils copying django/utils/functional.py -> build-2.6/lib/django/utils copying django/utils/regex_helper.py -> build-2.6/lib/django/utils copying django/utils/datastructures.py -> build-2.6/lib/django/utils copying django/utils/version.py -> build-2.6/lib/django/utils copying django/utils/timesince.py -> build-2.6/lib/django/utils copying django/utils/termcolors.py -> build-2.6/lib/django/utils copying django/utils/feedgenerator.py -> build-2.6/lib/django/utils copying django/utils/checksums.py -> build-2.6/lib/django/utils copying django/utils/encoding.py -> build-2.6/lib/django/utils copying django/utils/dateformat.py -> build-2.6/lib/django/utils copying django/utils/datetime_safe.py -> build-2.6/lib/django/utils copying django/utils/tzinfo.py -> build-2.6/lib/django/utils copying django/utils/daemonize.py -> build-2.6/lib/django/utils copying django/utils/tree.py -> build-2.6/lib/django/utils copying django/utils/http.py -> build-2.6/lib/django/utils copying django/utils/html.py -> build-2.6/lib/django/utils copying django/utils/itercompat.py -> build-2.6/lib/django/utils copying django/utils/stopwords.py -> build-2.6/lib/django/utils copying django/utils/_os.py -> build-2.6/lib/django/utils copying django/utils/_threading_local.py -> build-2.6/lib/django/utils copying django/utils/importlib.py -> build-2.6/lib/django/utils creating build-2.6/lib/django/utils/translation copying django/utils/translation/trans_real.py -> build-2.6/lib/django/utils/translation copying django/utils/translation/__init__.py -> build-2.6/lib/django/utils/translation copying django/utils/translation/trans_null.py -> build-2.6/lib/django/utils/translation creating build-2.6/lib/django/utils/simplejson copying django/utils/simplejson/encoder.py -> build-2.6/lib/django/utils/simplejson copying django/utils/simplejson/__init__.py -> build-2.6/lib/django/utils/simplejson copying django/utils/simplejson/scanner.py -> build-2.6/lib/django/utils/simplejson copying django/utils/simplejson/tool.py -> build-2.6/lib/django/utils/simplejson copying django/utils/simplejson/decoder.py -> build-2.6/lib/django/utils/simplejson creating build-2.6/lib/django/shortcuts copying django/shortcuts/__init__.py -> build-2.6/lib/django/shortcuts creating build-2.6/lib/django/http copying django/http/utils.py -> build-2.6/lib/django/http copying django/http/__init__.py -> build-2.6/lib/django/http copying django/http/multipartparser.py -> build-2.6/lib/django/http creating build-2.6/lib/django/templatetags copying django/templatetags/cache.py -> build-2.6/lib/django/templatetags copying django/templatetags/__init__.py -> build-2.6/lib/django/templatetags copying django/templatetags/i18n.py -> build-2.6/lib/django/templatetags creating build-2.6/lib/django/forms copying django/forms/fields.py -> build-2.6/lib/django/forms copying django/forms/__init__.py -> build-2.6/lib/django/forms copying django/forms/widgets.py -> build-2.6/lib/django/forms copying django/forms/util.py -> build-2.6/lib/django/forms copying django/forms/models.py -> build-2.6/lib/django/forms copying django/forms/forms.py -> build-2.6/lib/django/forms copying django/forms/formsets.py -> build-2.6/lib/django/forms creating build-2.6/lib/django/forms/extras copying django/forms/extras/__init__.py -> build-2.6/lib/django/forms/extras copying django/forms/extras/widgets.py -> build-2.6/lib/django/forms/extras creating build-2.6/lib/django/views copying django/views/__init__.py -> build-2.6/lib/django/views copying django/views/i18n.py -> build-2.6/lib/django/views copying django/views/static.py -> build-2.6/lib/django/views copying django/views/defaults.py -> build-2.6/lib/django/views copying django/views/debug.py -> build-2.6/lib/django/views creating build-2.6/lib/django/views/decorators copying django/views/decorators/cache.py -> build-2.6/lib/django/views/decorators copying django/views/decorators/vary.py -> build-2.6/lib/django/views/decorators copying django/views/decorators/__init__.py -> build-2.6/lib/django/views/decorators copying django/views/decorators/gzip.py -> build-2.6/lib/django/views/decorators copying django/views/decorators/http.py -> build-2.6/lib/django/views/decorators creating build-2.6/lib/django/views/generic copying django/views/generic/create_update.py -> build-2.6/lib/django/views/generic copying django/views/generic/simple.py -> build-2.6/lib/django/views/generic copying django/views/generic/__init__.py -> build-2.6/lib/django/views/generic copying django/views/generic/date_based.py -> build-2.6/lib/django/views/generic copying django/views/generic/list_detail.py -> build-2.6/lib/django/views/generic creating build-2.6/lib/django/test copying django/test/testcases.py -> build-2.6/lib/django/test copying django/test/_doctest.py -> build-2.6/lib/django/test copying django/test/signals.py -> build-2.6/lib/django/test copying django/test/simple.py -> build-2.6/lib/django/test copying django/test/utils.py -> build-2.6/lib/django/test copying django/test/__init__.py -> build-2.6/lib/django/test copying django/test/client.py -> build-2.6/lib/django/test creating build-2.6/lib/django/template copying django/template/context.py -> build-2.6/lib/django/template copying django/template/defaulttags.py -> build-2.6/lib/django/template copying django/template/__init__.py -> build-2.6/lib/django/template copying django/template/loader.py -> build-2.6/lib/django/template copying django/template/defaultfilters.py -> build-2.6/lib/django/template copying django/template/debug.py -> build-2.6/lib/django/template copying django/template/loader_tags.py -> build-2.6/lib/django/template creating build-2.6/lib/django/template/loaders copying django/template/loaders/__init__.py -> build-2.6/lib/django/template/loaders copying django/template/loaders/filesystem.py -> build-2.6/lib/django/template/loaders copying django/template/loaders/app_directories.py -> build-2.6/lib/django/template/loaders copying django/template/loaders/eggs.py -> build-2.6/lib/django/template/loaders creating build-2.6/lib/django/conf copying django/conf/__init__.py -> build-2.6/lib/django/conf copying django/conf/global_settings.py -> build-2.6/lib/django/conf creating build-2.6/lib/django/conf/app_template copying django/conf/app_template/tests.py -> build-2.6/lib/django/conf/app_template copying django/conf/app_template/__init__.py -> build-2.6/lib/django/conf/app_template copying django/conf/app_template/models.py -> build-2.6/lib/django/conf/app_template copying django/conf/app_template/views.py -> build-2.6/lib/django/conf/app_template creating build-2.6/lib/django/conf/project_template copying django/conf/project_template/__init__.py -> build-2.6/lib/django/conf/project_template copying django/conf/project_template/settings.py -> build-2.6/lib/django/conf/project_template copying django/conf/project_template/manage.py -> build-2.6/lib/django/conf/project_template copying django/conf/project_template/urls.py -> build-2.6/lib/django/conf/project_template creating build-2.6/lib/django/conf/urls copying django/conf/urls/__init__.py -> build-2.6/lib/django/conf/urls copying django/conf/urls/i18n.py -> build-2.6/lib/django/conf/urls copying django/conf/urls/shortcut.py -> build-2.6/lib/django/conf/urls copying django/conf/urls/defaults.py -> build-2.6/lib/django/conf/urls creating build-2.6/lib/django/core copying django/core/exceptions.py -> build-2.6/lib/django/core copying django/core/urlresolvers.py -> build-2.6/lib/django/core copying django/core/signals.py -> build-2.6/lib/django/core copying django/core/__init__.py -> build-2.6/lib/django/core copying django/core/paginator.py -> build-2.6/lib/django/core copying django/core/template_loader.py -> build-2.6/lib/django/core copying django/core/xheaders.py -> build-2.6/lib/django/core copying django/core/mail.py -> build-2.6/lib/django/core copying django/core/context_processors.py -> build-2.6/lib/django/core creating build-2.6/lib/django/core/servers copying django/core/servers/basehttp.py -> build-2.6/lib/django/core/servers copying django/core/servers/__init__.py -> build-2.6/lib/django/core/servers copying django/core/servers/fastcgi.py -> build-2.6/lib/django/core/servers creating build-2.6/lib/django/core/cache copying django/core/cache/__init__.py -> build-2.6/lib/django/core/cache creating build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/__init__.py -> build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/dummy.py -> build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/locmem.py -> build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/filebased.py -> build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/base.py -> build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/db.py -> build-2.6/lib/django/core/cache/backends copying django/core/cache/backends/memcached.py -> build-2.6/lib/django/core/cache/backends creating build-2.6/lib/django/core/serializers copying django/core/serializers/xml_serializer.py -> build-2.6/lib/django/core/serializers copying django/core/serializers/__init__.py -> build-2.6/lib/django/core/serializers copying django/core/serializers/pyyaml.py -> build-2.6/lib/django/core/serializers copying django/core/serializers/json.py -> build-2.6/lib/django/core/serializers copying django/core/serializers/base.py -> build-2.6/lib/django/core/serializers copying django/core/serializers/python.py -> build-2.6/lib/django/core/serializers creating build-2.6/lib/django/core/management copying django/core/management/validation.py -> build-2.6/lib/django/core/management copying django/core/management/__init__.py -> build-2.6/lib/django/core/management copying django/core/management/sql.py -> build-2.6/lib/django/core/management copying django/core/management/color.py -> build-2.6/lib/django/core/management copying django/core/management/base.py -> build-2.6/lib/django/core/management creating build-2.6/lib/django/core/management/commands copying django/core/management/commands/startapp.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/runfcgi.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/createcachetable.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/loaddata.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/startproject.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/testserver.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlclear.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/dbshell.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/__init__.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlindexes.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlcustom.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlsequencereset.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sql.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/makemessages.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/inspectdb.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlreset.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/flush.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/diffsettings.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/compilemessages.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/dumpdata.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/runserver.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/cleanup.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/test.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlall.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlflush.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/shell.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/sqlinitialdata.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/reset.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/validate.py -> build-2.6/lib/django/core/management/commands copying django/core/management/commands/syncdb.py -> build-2.6/lib/django/core/management/commands creating build-2.6/lib/django/core/handlers copying django/core/handlers/profiler-hotshot.py -> build-2.6/lib/django/core/handlers copying django/core/handlers/__init__.py -> build-2.6/lib/django/core/handlers copying django/core/handlers/wsgi.py -> build-2.6/lib/django/core/handlers copying django/core/handlers/modpython.py -> build-2.6/lib/django/core/handlers copying django/core/handlers/base.py -> build-2.6/lib/django/core/handlers creating build-2.6/lib/django/core/files copying django/core/files/storage.py -> build-2.6/lib/django/core/files copying django/core/files/move.py -> build-2.6/lib/django/core/files copying django/core/files/utils.py -> build-2.6/lib/django/core/files copying django/core/files/__init__.py -> build-2.6/lib/django/core/files copying django/core/files/temp.py -> build-2.6/lib/django/core/files copying django/core/files/uploadhandler.py -> build-2.6/lib/django/core/files copying django/core/files/locks.py -> build-2.6/lib/django/core/files copying django/core/files/uploadedfile.py -> build-2.6/lib/django/core/files copying django/core/files/images.py -> build-2.6/lib/django/core/files copying django/core/files/base.py -> build-2.6/lib/django/core/files warning: build_py: byte-compiling is disabled, skipping. running build_scripts creating build-2.6/scripts-2.6 copying and adjusting django/bin/django-admin.py -> build-2.6/scripts-2.6 changing mode of build-2.6/scripts-2.6/django-admin.py from 644 to 755 * Building of dev-python/django-1.1.1 with Python 2.7... python2.7 setup.py build -b build-2.7 running build running build_py creating build-2.7 creating build-2.7/lib creating build-2.7/lib/django copying django/__init__.py -> build-2.7/lib/django creating build-2.7/lib/django/db copying django/db/__init__.py -> build-2.7/lib/django/db copying django/db/transaction.py -> build-2.7/lib/django/db creating build-2.7/lib/django/db/backends copying django/db/backends/signals.py -> build-2.7/lib/django/db/backends copying django/db/backends/__init__.py -> build-2.7/lib/django/db/backends copying django/db/backends/util.py -> build-2.7/lib/django/db/backends copying django/db/backends/creation.py -> build-2.7/lib/django/db/backends creating build-2.7/lib/django/db/backends/postgresql_psycopg2 copying django/db/backends/postgresql_psycopg2/__init__.py -> build-2.7/lib/django/db/backends/postgresql_psycopg2 copying django/db/backends/postgresql_psycopg2/introspection.py -> build-2.7/lib/django/db/backends/postgresql_psycopg2 copying django/db/backends/postgresql_psycopg2/base.py -> build-2.7/lib/django/db/backends/postgresql_psycopg2 creating build-2.7/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/__init__.py -> build-2.7/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/client.py -> build-2.7/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/creation.py -> build-2.7/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/introspection.py -> build-2.7/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/base.py -> build-2.7/lib/django/db/backends/sqlite3 creating build-2.7/lib/django/db/backends/oracle copying django/db/backends/oracle/query.py -> build-2.7/lib/django/db/backends/oracle copying django/db/backends/oracle/__init__.py -> build-2.7/lib/django/db/backends/oracle copying django/db/backends/oracle/client.py -> build-2.7/lib/django/db/backends/oracle copying django/db/backends/oracle/creation.py -> build-2.7/lib/django/db/backends/oracle copying django/db/backends/oracle/introspection.py -> build-2.7/lib/django/db/backends/oracle copying django/db/backends/oracle/base.py -> build-2.7/lib/django/db/backends/oracle creating build-2.7/lib/django/db/backends/mysql copying django/db/backends/mysql/validation.py -> build-2.7/lib/django/db/backends/mysql copying django/db/backends/mysql/__init__.py -> build-2.7/lib/django/db/backends/mysql copying django/db/backends/mysql/client.py -> build-2.7/lib/django/db/backends/mysql copying django/db/backends/mysql/creation.py -> build-2.7/lib/django/db/backends/mysql copying django/db/backends/mysql/introspection.py -> build-2.7/lib/django/db/backends/mysql copying django/db/backends/mysql/base.py -> build-2.7/lib/django/db/backends/mysql creating build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/__init__.py -> build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/client.py -> build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/version.py -> build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/creation.py -> build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/introspection.py -> build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/operations.py -> build-2.7/lib/django/db/backends/postgresql copying django/db/backends/postgresql/base.py -> build-2.7/lib/django/db/backends/postgresql creating build-2.7/lib/django/db/backends/dummy copying django/db/backends/dummy/__init__.py -> build-2.7/lib/django/db/backends/dummy copying django/db/backends/dummy/base.py -> build-2.7/lib/django/db/backends/dummy creating build-2.7/lib/django/db/models copying django/db/models/query.py -> build-2.7/lib/django/db/models copying django/db/models/signals.py -> build-2.7/lib/django/db/models copying django/db/models/manager.py -> build-2.7/lib/django/db/models copying django/db/models/__init__.py -> build-2.7/lib/django/db/models copying django/db/models/loading.py -> build-2.7/lib/django/db/models copying django/db/models/query_utils.py -> build-2.7/lib/django/db/models copying django/db/models/expressions.py -> build-2.7/lib/django/db/models copying django/db/models/aggregates.py -> build-2.7/lib/django/db/models copying django/db/models/options.py -> build-2.7/lib/django/db/models copying django/db/models/base.py -> build-2.7/lib/django/db/models copying django/db/models/related.py -> build-2.7/lib/django/db/models creating build-2.7/lib/django/db/models/sql copying django/db/models/sql/query.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/__init__.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/subqueries.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/constants.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/where.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/datastructures.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/expressions.py -> build-2.7/lib/django/db/models/sql copying django/db/models/sql/aggregates.py -> build-2.7/lib/django/db/models/sql creating build-2.7/lib/django/db/models/fields copying django/db/models/fields/__init__.py -> build-2.7/lib/django/db/models/fields copying django/db/models/fields/subclassing.py -> build-2.7/lib/django/db/models/fields copying django/db/models/fields/files.py -> build-2.7/lib/django/db/models/fields copying django/db/models/fields/proxy.py -> build-2.7/lib/django/db/models/fields copying django/db/models/fields/related.py -> build-2.7/lib/django/db/models/fields creating build-2.7/lib/django/bin copying django/bin/__init__.py -> build-2.7/lib/django/bin copying django/bin/unique-messages.py -> build-2.7/lib/django/bin copying django/bin/django-admin.py -> build-2.7/lib/django/bin copying django/bin/compile-messages.py -> build-2.7/lib/django/bin copying django/bin/daily_cleanup.py -> build-2.7/lib/django/bin copying django/bin/make-messages.py -> build-2.7/lib/django/bin creating build-2.7/lib/django/bin/profiling copying django/bin/profiling/__init__.py -> build-2.7/lib/django/bin/profiling copying django/bin/profiling/gather_profile_stats.py -> build-2.7/lib/django/bin/profiling creating build-2.7/lib/django/contrib copying django/contrib/__init__.py -> build-2.7/lib/django/contrib creating build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/preview.py -> build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/utils.py -> build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/tests.py -> build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/__init__.py -> build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/test_urls.py -> build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/models.py -> build-2.7/lib/django/contrib/formtools copying django/contrib/formtools/wizard.py -> build-2.7/lib/django/contrib/formtools creating build-2.7/lib/django/contrib/admin copying django/contrib/admin/sites.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/validation.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/filterspecs.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/helpers.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/__init__.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/widgets.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/util.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/models.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/actions.py -> build-2.7/lib/django/contrib/admin copying django/contrib/admin/options.py -> build-2.7/lib/django/contrib/admin creating build-2.7/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_modify.py -> build-2.7/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/log.py -> build-2.7/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/adminmedia.py -> build-2.7/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/__init__.py -> build-2.7/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_list.py -> build-2.7/lib/django/contrib/admin/templatetags creating build-2.7/lib/django/contrib/admin/views copying django/contrib/admin/views/__init__.py -> build-2.7/lib/django/contrib/admin/views copying django/contrib/admin/views/decorators.py -> build-2.7/lib/django/contrib/admin/views copying django/contrib/admin/views/main.py -> build-2.7/lib/django/contrib/admin/views copying django/contrib/admin/views/template.py -> build-2.7/lib/django/contrib/admin/views creating build-2.7/lib/django/contrib/gis copying django/contrib/gis/__init__.py -> build-2.7/lib/django/contrib/gis copying django/contrib/gis/models.py -> build-2.7/lib/django/contrib/gis copying django/contrib/gis/feeds.py -> build-2.7/lib/django/contrib/gis copying django/contrib/gis/measure.py -> build-2.7/lib/django/contrib/gis copying django/contrib/gis/shortcuts.py -> build-2.7/lib/django/contrib/gis creating build-2.7/lib/django/contrib/gis/db copying django/contrib/gis/db/__init__.py -> build-2.7/lib/django/contrib/gis/db creating build-2.7/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/__init__.py -> build-2.7/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/util.py -> build-2.7/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/base.py -> build-2.7/lib/django/contrib/gis/db/backend copying django/contrib/gis/db/backend/adaptor.py -> build-2.7/lib/django/contrib/gis/db/backend creating build-2.7/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/field.py -> build-2.7/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/query.py -> build-2.7/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/__init__.py -> build-2.7/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/models.py -> build-2.7/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/creation.py -> build-2.7/lib/django/contrib/gis/db/backend/oracle copying django/contrib/gis/db/backend/oracle/adaptor.py -> build-2.7/lib/django/contrib/gis/db/backend/oracle creating build-2.7/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/field.py -> build-2.7/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/query.py -> build-2.7/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/__init__.py -> build-2.7/lib/django/contrib/gis/db/backend/mysql copying django/contrib/gis/db/backend/mysql/creation.py -> build-2.7/lib/django/contrib/gis/db/backend/mysql creating build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/management.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/field.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/query.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/__init__.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/models.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/creation.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis copying django/contrib/gis/db/backend/postgis/adaptor.py -> build-2.7/lib/django/contrib/gis/db/backend/postgis creating build-2.7/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/field.py -> build-2.7/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/query.py -> build-2.7/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/__init__.py -> build-2.7/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/models.py -> build-2.7/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/creation.py -> build-2.7/lib/django/contrib/gis/db/backend/spatialite copying django/contrib/gis/db/backend/spatialite/adaptor.py -> build-2.7/lib/django/contrib/gis/db/backend/spatialite creating build-2.7/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/query.py -> build-2.7/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/manager.py -> build-2.7/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/__init__.py -> build-2.7/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/proxy.py -> build-2.7/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/aggregates.py -> build-2.7/lib/django/contrib/gis/db/models creating build-2.7/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/query.py -> build-2.7/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/__init__.py -> build-2.7/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/subqueries.py -> build-2.7/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/where.py -> build-2.7/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/conversion.py -> build-2.7/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/aggregates.py -> build-2.7/lib/django/contrib/gis/db/models/sql creating build-2.7/lib/django/contrib/gis/db/models/fields copying django/contrib/gis/db/models/fields/__init__.py -> build-2.7/lib/django/contrib/gis/db/models/fields creating build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/envelope.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/driver.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/field.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/__init__.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/feature.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/srs.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/error.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/libgdal.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/layer.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/datasource.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/base.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geomtype.py -> build-2.7/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geometries.py -> build-2.7/lib/django/contrib/gis/gdal creating build-2.7/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/__init__.py -> build-2.7/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_srs.py -> build-2.7/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_driver.py -> build-2.7/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_ds.py -> build-2.7/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_geom.py -> build-2.7/lib/django/contrib/gis/gdal/tests copying django/contrib/gis/gdal/tests/test_envelope.py -> build-2.7/lib/django/contrib/gis/gdal/tests creating build-2.7/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/__init__.py -> build-2.7/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/ds.py -> build-2.7/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/geom.py -> build-2.7/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/srs.py -> build-2.7/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/generation.py -> build-2.7/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/errcheck.py -> build-2.7/lib/django/contrib/gis/gdal/prototypes creating build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_spatialrefsys.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_geoip.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/utils.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/__init__.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_measure.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/test_geoforms.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/geometries.py -> build-2.7/lib/django/contrib/gis/tests copying django/contrib/gis/tests/urls.py -> build-2.7/lib/django/contrib/gis/tests creating build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/test_feeds.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/test_sitemaps.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/tests.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/__init__.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/models.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/sitemaps.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/test_regress.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/tests_mysql.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/feeds.py -> build-2.7/lib/django/contrib/gis/tests/geoapp copying django/contrib/gis/tests/geoapp/urls.py -> build-2.7/lib/django/contrib/gis/tests/geoapp creating build-2.7/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/tests.py -> build-2.7/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/__init__.py -> build-2.7/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/models.py -> build-2.7/lib/django/contrib/gis/tests/layermap copying django/contrib/gis/tests/layermap/tests_mysql.py -> build-2.7/lib/django/contrib/gis/tests/layermap creating build-2.7/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/tests.py -> build-2.7/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/__init__.py -> build-2.7/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/models.py -> build-2.7/lib/django/contrib/gis/tests/relatedapp copying django/contrib/gis/tests/relatedapp/tests_mysql.py -> build-2.7/lib/django/contrib/gis/tests/relatedapp creating build-2.7/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/tests.py -> build-2.7/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/__init__.py -> build-2.7/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/models.py -> build-2.7/lib/django/contrib/gis/tests/distapp copying django/contrib/gis/tests/distapp/data.py -> build-2.7/lib/django/contrib/gis/tests/distapp creating build-2.7/lib/django/contrib/gis/admin copying django/contrib/gis/admin/__init__.py -> build-2.7/lib/django/contrib/gis/admin copying django/contrib/gis/admin/widgets.py -> build-2.7/lib/django/contrib/gis/admin copying django/contrib/gis/admin/options.py -> build-2.7/lib/django/contrib/gis/admin creating build-2.7/lib/django/contrib/gis/management copying django/contrib/gis/management/__init__.py -> build-2.7/lib/django/contrib/gis/management copying django/contrib/gis/management/base.py -> build-2.7/lib/django/contrib/gis/management creating build-2.7/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/ogrinspect.py -> build-2.7/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/__init__.py -> build-2.7/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/inspectdb.py -> build-2.7/lib/django/contrib/gis/management/commands creating build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinspect.py -> build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/layermapping.py -> build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/__init__.py -> build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/wkt.py -> build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/srs.py -> build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/geoip.py -> build-2.7/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinfo.py -> build-2.7/lib/django/contrib/gis/utils creating build-2.7/lib/django/contrib/gis/forms copying django/contrib/gis/forms/fields.py -> build-2.7/lib/django/contrib/gis/forms copying django/contrib/gis/forms/__init__.py -> build-2.7/lib/django/contrib/gis/forms creating build-2.7/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/__init__.py -> build-2.7/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/kml.py -> build-2.7/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/georss.py -> build-2.7/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/views.py -> build-2.7/lib/django/contrib/gis/sitemaps creating build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/libgeos.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/prepared.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/mutable_list.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/collections.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/__init__.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/point.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/linestring.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/error.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/factory.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/polygon.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/geometry.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/io.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/base.py -> build-2.7/lib/django/contrib/gis/geos copying django/contrib/gis/geos/coordseq.py -> build-2.7/lib/django/contrib/gis/geos creating build-2.7/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/__init__.py -> build-2.7/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_io.py -> build-2.7/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_geos.py -> build-2.7/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_mutable_list.py -> build-2.7/lib/django/contrib/gis/geos/tests copying django/contrib/gis/geos/tests/test_geos_mutation.py -> build-2.7/lib/django/contrib/gis/geos/tests creating build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/prepared.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/topology.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/__init__.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/geom.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/predicates.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/misc.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/errcheck.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/io.py -> build-2.7/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/coordseq.py -> build-2.7/lib/django/contrib/gis/geos/prototypes creating build-2.7/lib/django/contrib/gis/maps copying django/contrib/gis/maps/__init__.py -> build-2.7/lib/django/contrib/gis/maps creating build-2.7/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/gmap.py -> build-2.7/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/__init__.py -> build-2.7/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/overlays.py -> build-2.7/lib/django/contrib/gis/maps/google copying django/contrib/gis/maps/google/zoom.py -> build-2.7/lib/django/contrib/gis/maps/google creating build-2.7/lib/django/contrib/gis/maps/openlayers copying django/contrib/gis/maps/openlayers/__init__.py -> build-2.7/lib/django/contrib/gis/maps/openlayers creating build-2.7/lib/django/contrib/sessions copying django/contrib/sessions/tests.py -> build-2.7/lib/django/contrib/sessions copying django/contrib/sessions/__init__.py -> build-2.7/lib/django/contrib/sessions copying django/contrib/sessions/models.py -> build-2.7/lib/django/contrib/sessions copying django/contrib/sessions/middleware.py -> build-2.7/lib/django/contrib/sessions creating build-2.7/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cache.py -> build-2.7/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/__init__.py -> build-2.7/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/file.py -> build-2.7/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cached_db.py -> build-2.7/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/base.py -> build-2.7/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/db.py -> build-2.7/lib/django/contrib/sessions/backends creating build-2.7/lib/django/contrib/flatpages copying django/contrib/flatpages/__init__.py -> build-2.7/lib/django/contrib/flatpages copying django/contrib/flatpages/models.py -> build-2.7/lib/django/contrib/flatpages copying django/contrib/flatpages/admin.py -> build-2.7/lib/django/contrib/flatpages copying django/contrib/flatpages/views.py -> build-2.7/lib/django/contrib/flatpages copying django/contrib/flatpages/middleware.py -> build-2.7/lib/django/contrib/flatpages copying django/contrib/flatpages/urls.py -> build-2.7/lib/django/contrib/flatpages creating build-2.7/lib/django/contrib/webdesign copying django/contrib/webdesign/tests.py -> build-2.7/lib/django/contrib/webdesign copying django/contrib/webdesign/__init__.py -> build-2.7/lib/django/contrib/webdesign copying django/contrib/webdesign/models.py -> build-2.7/lib/django/contrib/webdesign copying django/contrib/webdesign/lorem_ipsum.py -> build-2.7/lib/django/contrib/webdesign creating build-2.7/lib/django/contrib/webdesign/templatetags copying django/contrib/webdesign/templatetags/__init__.py -> build-2.7/lib/django/contrib/webdesign/templatetags copying django/contrib/webdesign/templatetags/webdesign.py -> build-2.7/lib/django/contrib/webdesign/templatetags creating build-2.7/lib/django/contrib/humanize copying django/contrib/humanize/__init__.py -> build-2.7/lib/django/contrib/humanize creating build-2.7/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/humanize.py -> build-2.7/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/__init__.py -> build-2.7/lib/django/contrib/humanize/templatetags creating build-2.7/lib/django/contrib/comments copying django/contrib/comments/signals.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/__init__.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/models.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/moderation.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/managers.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/feeds.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/forms.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/admin.py -> build-2.7/lib/django/contrib/comments copying django/contrib/comments/urls.py -> build-2.7/lib/django/contrib/comments creating build-2.7/lib/django/contrib/comments/templatetags copying django/contrib/comments/templatetags/comments.py -> build-2.7/lib/django/contrib/comments/templatetags copying django/contrib/comments/templatetags/__init__.py -> build-2.7/lib/django/contrib/comments/templatetags creating build-2.7/lib/django/contrib/comments/views copying django/contrib/comments/views/comments.py -> build-2.7/lib/django/contrib/comments/views copying django/contrib/comments/views/utils.py -> build-2.7/lib/django/contrib/comments/views copying django/contrib/comments/views/__init__.py -> build-2.7/lib/django/contrib/comments/views copying django/contrib/comments/views/moderation.py -> build-2.7/lib/django/contrib/comments/views creating build-2.7/lib/django/contrib/admindocs copying django/contrib/admindocs/utils.py -> build-2.7/lib/django/contrib/admindocs copying django/contrib/admindocs/__init__.py -> build-2.7/lib/django/contrib/admindocs copying django/contrib/admindocs/views.py -> build-2.7/lib/django/contrib/admindocs copying django/contrib/admindocs/urls.py -> build-2.7/lib/django/contrib/admindocs creating build-2.7/lib/django/contrib/sites copying django/contrib/sites/management.py -> build-2.7/lib/django/contrib/sites copying django/contrib/sites/tests.py -> build-2.7/lib/django/contrib/sites copying django/contrib/sites/__init__.py -> build-2.7/lib/django/contrib/sites copying django/contrib/sites/models.py -> build-2.7/lib/django/contrib/sites copying django/contrib/sites/managers.py -> build-2.7/lib/django/contrib/sites copying django/contrib/sites/admin.py -> build-2.7/lib/django/contrib/sites creating build-2.7/lib/django/contrib/syndication copying django/contrib/syndication/__init__.py -> build-2.7/lib/django/contrib/syndication copying django/contrib/syndication/feeds.py -> build-2.7/lib/django/contrib/syndication copying django/contrib/syndication/views.py -> build-2.7/lib/django/contrib/syndication creating build-2.7/lib/django/contrib/markup copying django/contrib/markup/tests.py -> build-2.7/lib/django/contrib/markup copying django/contrib/markup/__init__.py -> build-2.7/lib/django/contrib/markup copying django/contrib/markup/models.py -> build-2.7/lib/django/contrib/markup creating build-2.7/lib/django/contrib/markup/templatetags copying django/contrib/markup/templatetags/markup.py -> build-2.7/lib/django/contrib/markup/templatetags copying django/contrib/markup/templatetags/__init__.py -> build-2.7/lib/django/contrib/markup/templatetags creating build-2.7/lib/django/contrib/contenttypes copying django/contrib/contenttypes/management.py -> build-2.7/lib/django/contrib/contenttypes copying django/contrib/contenttypes/generic.py -> build-2.7/lib/django/contrib/contenttypes copying django/contrib/contenttypes/tests.py -> build-2.7/lib/django/contrib/contenttypes copying django/contrib/contenttypes/__init__.py -> build-2.7/lib/django/contrib/contenttypes copying django/contrib/contenttypes/models.py -> build-2.7/lib/django/contrib/contenttypes copying django/contrib/contenttypes/views.py -> build-2.7/lib/django/contrib/contenttypes creating build-2.7/lib/django/contrib/sitemaps copying django/contrib/sitemaps/__init__.py -> build-2.7/lib/django/contrib/sitemaps copying django/contrib/sitemaps/views.py -> build-2.7/lib/django/contrib/sitemaps creating build-2.7/lib/django/contrib/sitemaps/management copying django/contrib/sitemaps/management/__init__.py -> build-2.7/lib/django/contrib/sitemaps/management creating build-2.7/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/__init__.py -> build-2.7/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/ping_google.py -> build-2.7/lib/django/contrib/sitemaps/management/commands creating build-2.7/lib/django/contrib/databrowse copying django/contrib/databrowse/sites.py -> build-2.7/lib/django/contrib/databrowse copying django/contrib/databrowse/__init__.py -> build-2.7/lib/django/contrib/databrowse copying django/contrib/databrowse/datastructures.py -> build-2.7/lib/django/contrib/databrowse copying django/contrib/databrowse/views.py -> build-2.7/lib/django/contrib/databrowse copying django/contrib/databrowse/urls.py -> build-2.7/lib/django/contrib/databrowse creating build-2.7/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/objects.py -> build-2.7/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/__init__.py -> build-2.7/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/fieldchoices.py -> build-2.7/lib/django/contrib/databrowse/plugins copying django/contrib/databrowse/plugins/calendars.py -> build-2.7/lib/django/contrib/databrowse/plugins creating build-2.7/lib/django/contrib/csrf copying django/contrib/csrf/tests.py -> build-2.7/lib/django/contrib/csrf copying django/contrib/csrf/__init__.py -> build-2.7/lib/django/contrib/csrf copying django/contrib/csrf/models.py -> build-2.7/lib/django/contrib/csrf copying django/contrib/csrf/middleware.py -> build-2.7/lib/django/contrib/csrf creating build-2.7/lib/django/contrib/auth copying django/contrib/auth/tokens.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/__init__.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/decorators.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/models.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/backends.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/forms.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/admin.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/create_superuser.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/views.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/middleware.py -> build-2.7/lib/django/contrib/auth copying django/contrib/auth/urls.py -> build-2.7/lib/django/contrib/auth creating build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/tokens.py -> build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/__init__.py -> build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/basic.py -> build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/remote_user.py -> build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/forms.py -> build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/views.py -> build-2.7/lib/django/contrib/auth/tests copying django/contrib/auth/tests/urls.py -> build-2.7/lib/django/contrib/auth/tests creating build-2.7/lib/django/contrib/auth/management copying django/contrib/auth/management/__init__.py -> build-2.7/lib/django/contrib/auth/management creating build-2.7/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/__init__.py -> build-2.7/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/createsuperuser.py -> build-2.7/lib/django/contrib/auth/management/commands creating build-2.7/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/__init__.py -> build-2.7/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/modpython.py -> build-2.7/lib/django/contrib/auth/handlers creating build-2.7/lib/django/contrib/redirects copying django/contrib/redirects/__init__.py -> build-2.7/lib/django/contrib/redirects copying django/contrib/redirects/models.py -> build-2.7/lib/django/contrib/redirects copying django/contrib/redirects/admin.py -> build-2.7/lib/django/contrib/redirects copying django/contrib/redirects/middleware.py -> build-2.7/lib/django/contrib/redirects creating build-2.7/lib/django/contrib/localflavor copying django/contrib/localflavor/__init__.py -> build-2.7/lib/django/contrib/localflavor creating build-2.7/lib/django/contrib/localflavor/nl copying django/contrib/localflavor/nl/__init__.py -> build-2.7/lib/django/contrib/localflavor/nl copying django/contrib/localflavor/nl/nl_provinces.py -> build-2.7/lib/django/contrib/localflavor/nl copying django/contrib/localflavor/nl/forms.py -> build-2.7/lib/django/contrib/localflavor/nl creating build-2.7/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/us_states.py -> build-2.7/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/__init__.py -> build-2.7/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/models.py -> build-2.7/lib/django/contrib/localflavor/us copying django/contrib/localflavor/us/forms.py -> build-2.7/lib/django/contrib/localflavor/us creating build-2.7/lib/django/contrib/localflavor/in_ copying django/contrib/localflavor/in_/in_states.py -> build-2.7/lib/django/contrib/localflavor/in_ copying django/contrib/localflavor/in_/__init__.py -> build-2.7/lib/django/contrib/localflavor/in_ copying django/contrib/localflavor/in_/forms.py -> build-2.7/lib/django/contrib/localflavor/in_ creating build-2.7/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/it_region.py -> build-2.7/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/__init__.py -> build-2.7/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/util.py -> build-2.7/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/forms.py -> build-2.7/lib/django/contrib/localflavor/it copying django/contrib/localflavor/it/it_province.py -> build-2.7/lib/django/contrib/localflavor/it creating build-2.7/lib/django/contrib/localflavor/ch copying django/contrib/localflavor/ch/__init__.py -> build-2.7/lib/django/contrib/localflavor/ch copying django/contrib/localflavor/ch/ch_states.py -> build-2.7/lib/django/contrib/localflavor/ch copying django/contrib/localflavor/ch/forms.py -> build-2.7/lib/django/contrib/localflavor/ch creating build-2.7/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/__init__.py -> build-2.7/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/es_regions.py -> build-2.7/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/forms.py -> build-2.7/lib/django/contrib/localflavor/es copying django/contrib/localflavor/es/es_provinces.py -> build-2.7/lib/django/contrib/localflavor/es creating build-2.7/lib/django/contrib/localflavor/br copying django/contrib/localflavor/br/br_states.py -> build-2.7/lib/django/contrib/localflavor/br copying django/contrib/localflavor/br/__init__.py -> build-2.7/lib/django/contrib/localflavor/br copying django/contrib/localflavor/br/forms.py -> build-2.7/lib/django/contrib/localflavor/br creating build-2.7/lib/django/contrib/localflavor/ar copying django/contrib/localflavor/ar/__init__.py -> build-2.7/lib/django/contrib/localflavor/ar copying django/contrib/localflavor/ar/ar_provinces.py -> build-2.7/lib/django/contrib/localflavor/ar copying django/contrib/localflavor/ar/forms.py -> build-2.7/lib/django/contrib/localflavor/ar creating build-2.7/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/sk_regions.py -> build-2.7/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/__init__.py -> build-2.7/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/sk_districts.py -> build-2.7/lib/django/contrib/localflavor/sk copying django/contrib/localflavor/sk/forms.py -> build-2.7/lib/django/contrib/localflavor/sk creating build-2.7/lib/django/contrib/localflavor/uk copying django/contrib/localflavor/uk/__init__.py -> build-2.7/lib/django/contrib/localflavor/uk copying django/contrib/localflavor/uk/uk_regions.py -> build-2.7/lib/django/contrib/localflavor/uk copying django/contrib/localflavor/uk/forms.py -> build-2.7/lib/django/contrib/localflavor/uk creating build-2.7/lib/django/contrib/localflavor/de copying django/contrib/localflavor/de/__init__.py -> build-2.7/lib/django/contrib/localflavor/de copying django/contrib/localflavor/de/de_states.py -> build-2.7/lib/django/contrib/localflavor/de copying django/contrib/localflavor/de/forms.py -> build-2.7/lib/django/contrib/localflavor/de creating build-2.7/lib/django/contrib/localflavor/no copying django/contrib/localflavor/no/__init__.py -> build-2.7/lib/django/contrib/localflavor/no copying django/contrib/localflavor/no/no_municipalities.py -> build-2.7/lib/django/contrib/localflavor/no copying django/contrib/localflavor/no/forms.py -> build-2.7/lib/django/contrib/localflavor/no creating build-2.7/lib/django/contrib/localflavor/at copying django/contrib/localflavor/at/__init__.py -> build-2.7/lib/django/contrib/localflavor/at copying django/contrib/localflavor/at/at_states.py -> build-2.7/lib/django/contrib/localflavor/at copying django/contrib/localflavor/at/forms.py -> build-2.7/lib/django/contrib/localflavor/at creating build-2.7/lib/django/contrib/localflavor/jp copying django/contrib/localflavor/jp/__init__.py -> build-2.7/lib/django/contrib/localflavor/jp copying django/contrib/localflavor/jp/jp_prefectures.py -> build-2.7/lib/django/contrib/localflavor/jp copying django/contrib/localflavor/jp/forms.py -> build-2.7/lib/django/contrib/localflavor/jp creating build-2.7/lib/django/contrib/localflavor/cz copying django/contrib/localflavor/cz/__init__.py -> build-2.7/lib/django/contrib/localflavor/cz copying django/contrib/localflavor/cz/forms.py -> build-2.7/lib/django/contrib/localflavor/cz copying django/contrib/localflavor/cz/cz_regions.py -> build-2.7/lib/django/contrib/localflavor/cz creating build-2.7/lib/django/contrib/localflavor/ca copying django/contrib/localflavor/ca/ca_provinces.py -> build-2.7/lib/django/contrib/localflavor/ca copying django/contrib/localflavor/ca/__init__.py -> build-2.7/lib/django/contrib/localflavor/ca copying django/contrib/localflavor/ca/forms.py -> build-2.7/lib/django/contrib/localflavor/ca creating build-2.7/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/__init__.py -> build-2.7/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/pl_voivodeships.py -> build-2.7/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/pl_administrativeunits.py -> build-2.7/lib/django/contrib/localflavor/pl copying django/contrib/localflavor/pl/forms.py -> build-2.7/lib/django/contrib/localflavor/pl creating build-2.7/lib/django/contrib/localflavor/mx copying django/contrib/localflavor/mx/__init__.py -> build-2.7/lib/django/contrib/localflavor/mx copying django/contrib/localflavor/mx/forms.py -> build-2.7/lib/django/contrib/localflavor/mx copying django/contrib/localflavor/mx/mx_states.py -> build-2.7/lib/django/contrib/localflavor/mx creating build-2.7/lib/django/contrib/localflavor/fr copying django/contrib/localflavor/fr/__init__.py -> build-2.7/lib/django/contrib/localflavor/fr copying django/contrib/localflavor/fr/fr_department.py -> build-2.7/lib/django/contrib/localflavor/fr copying django/contrib/localflavor/fr/forms.py -> build-2.7/lib/django/contrib/localflavor/fr creating build-2.7/lib/django/contrib/localflavor/generic copying django/contrib/localflavor/generic/__init__.py -> build-2.7/lib/django/contrib/localflavor/generic copying django/contrib/localflavor/generic/forms.py -> build-2.7/lib/django/contrib/localflavor/generic creating build-2.7/lib/django/contrib/localflavor/pe copying django/contrib/localflavor/pe/__init__.py -> build-2.7/lib/django/contrib/localflavor/pe copying django/contrib/localflavor/pe/pe_region.py -> build-2.7/lib/django/contrib/localflavor/pe copying django/contrib/localflavor/pe/forms.py -> build-2.7/lib/django/contrib/localflavor/pe creating build-2.7/lib/django/contrib/localflavor/ro copying django/contrib/localflavor/ro/__init__.py -> build-2.7/lib/django/contrib/localflavor/ro copying django/contrib/localflavor/ro/ro_counties.py -> build-2.7/lib/django/contrib/localflavor/ro copying django/contrib/localflavor/ro/forms.py -> build-2.7/lib/django/contrib/localflavor/ro creating build-2.7/lib/django/contrib/localflavor/au copying django/contrib/localflavor/au/__init__.py -> build-2.7/lib/django/contrib/localflavor/au copying django/contrib/localflavor/au/forms.py -> build-2.7/lib/django/contrib/localflavor/au copying django/contrib/localflavor/au/au_states.py -> build-2.7/lib/django/contrib/localflavor/au creating build-2.7/lib/django/contrib/localflavor/is_ copying django/contrib/localflavor/is_/__init__.py -> build-2.7/lib/django/contrib/localflavor/is_ copying django/contrib/localflavor/is_/forms.py -> build-2.7/lib/django/contrib/localflavor/is_ copying django/contrib/localflavor/is_/is_postalcodes.py -> build-2.7/lib/django/contrib/localflavor/is_ creating build-2.7/lib/django/contrib/localflavor/fi copying django/contrib/localflavor/fi/fi_municipalities.py -> build-2.7/lib/django/contrib/localflavor/fi copying django/contrib/localflavor/fi/__init__.py -> build-2.7/lib/django/contrib/localflavor/fi copying django/contrib/localflavor/fi/forms.py -> build-2.7/lib/django/contrib/localflavor/fi creating build-2.7/lib/django/contrib/localflavor/cl copying django/contrib/localflavor/cl/cl_regions.py -> build-2.7/lib/django/contrib/localflavor/cl copying django/contrib/localflavor/cl/__init__.py -> build-2.7/lib/django/contrib/localflavor/cl copying django/contrib/localflavor/cl/forms.py -> build-2.7/lib/django/contrib/localflavor/cl creating build-2.7/lib/django/contrib/localflavor/za copying django/contrib/localflavor/za/__init__.py -> build-2.7/lib/django/contrib/localflavor/za copying django/contrib/localflavor/za/forms.py -> build-2.7/lib/django/contrib/localflavor/za copying django/contrib/localflavor/za/za_provinces.py -> build-2.7/lib/django/contrib/localflavor/za creating build-2.7/lib/django/dispatch copying django/dispatch/__init__.py -> build-2.7/lib/django/dispatch copying django/dispatch/saferef.py -> build-2.7/lib/django/dispatch copying django/dispatch/dispatcher.py -> build-2.7/lib/django/dispatch creating build-2.7/lib/django/middleware copying django/middleware/cache.py -> build-2.7/lib/django/middleware copying django/middleware/locale.py -> build-2.7/lib/django/middleware copying django/middleware/__init__.py -> build-2.7/lib/django/middleware copying django/middleware/doc.py -> build-2.7/lib/django/middleware copying django/middleware/common.py -> build-2.7/lib/django/middleware copying django/middleware/transaction.py -> build-2.7/lib/django/middleware copying django/middleware/gzip.py -> build-2.7/lib/django/middleware copying django/middleware/http.py -> build-2.7/lib/django/middleware creating build-2.7/lib/django/utils copying django/utils/_decimal.py -> build-2.7/lib/django/utils copying django/utils/dates.py -> build-2.7/lib/django/utils copying django/utils/safestring.py -> build-2.7/lib/django/utils copying django/utils/cache.py -> build-2.7/lib/django/utils copying django/utils/autoreload.py -> build-2.7/lib/django/utils copying django/utils/hashcompat.py -> build-2.7/lib/django/utils copying django/utils/text.py -> build-2.7/lib/django/utils copying django/utils/xmlutils.py -> build-2.7/lib/django/utils copying django/utils/thread_support.py -> build-2.7/lib/django/utils copying django/utils/__init__.py -> build-2.7/lib/django/utils copying django/utils/synch.py -> build-2.7/lib/django/utils copying django/utils/decorators.py -> build-2.7/lib/django/utils copying django/utils/functional.py -> build-2.7/lib/django/utils copying django/utils/regex_helper.py -> build-2.7/lib/django/utils copying django/utils/datastructures.py -> build-2.7/lib/django/utils copying django/utils/version.py -> build-2.7/lib/django/utils copying django/utils/timesince.py -> build-2.7/lib/django/utils copying django/utils/termcolors.py -> build-2.7/lib/django/utils copying django/utils/feedgenerator.py -> build-2.7/lib/django/utils copying django/utils/checksums.py -> build-2.7/lib/django/utils copying django/utils/encoding.py -> build-2.7/lib/django/utils copying django/utils/dateformat.py -> build-2.7/lib/django/utils copying django/utils/datetime_safe.py -> build-2.7/lib/django/utils copying django/utils/tzinfo.py -> build-2.7/lib/django/utils copying django/utils/daemonize.py -> build-2.7/lib/django/utils copying django/utils/tree.py -> build-2.7/lib/django/utils copying django/utils/http.py -> build-2.7/lib/django/utils copying django/utils/html.py -> build-2.7/lib/django/utils copying django/utils/itercompat.py -> build-2.7/lib/django/utils copying django/utils/stopwords.py -> build-2.7/lib/django/utils copying django/utils/_os.py -> build-2.7/lib/django/utils copying django/utils/_threading_local.py -> build-2.7/lib/django/utils copying django/utils/importlib.py -> build-2.7/lib/django/utils creating build-2.7/lib/django/utils/translation copying django/utils/translation/trans_real.py -> build-2.7/lib/django/utils/translation copying django/utils/translation/__init__.py -> build-2.7/lib/django/utils/translation copying django/utils/translation/trans_null.py -> build-2.7/lib/django/utils/translation creating build-2.7/lib/django/utils/simplejson copying django/utils/simplejson/encoder.py -> build-2.7/lib/django/utils/simplejson copying django/utils/simplejson/__init__.py -> build-2.7/lib/django/utils/simplejson copying django/utils/simplejson/scanner.py -> build-2.7/lib/django/utils/simplejson copying django/utils/simplejson/tool.py -> build-2.7/lib/django/utils/simplejson copying django/utils/simplejson/decoder.py -> build-2.7/lib/django/utils/simplejson creating build-2.7/lib/django/shortcuts copying django/shortcuts/__init__.py -> build-2.7/lib/django/shortcuts creating build-2.7/lib/django/http copying django/http/utils.py -> build-2.7/lib/django/http copying django/http/__init__.py -> build-2.7/lib/django/http copying django/http/multipartparser.py -> build-2.7/lib/django/http creating build-2.7/lib/django/templatetags copying django/templatetags/cache.py -> build-2.7/lib/django/templatetags copying django/templatetags/__init__.py -> build-2.7/lib/django/templatetags copying django/templatetags/i18n.py -> build-2.7/lib/django/templatetags creating build-2.7/lib/django/forms copying django/forms/fields.py -> build-2.7/lib/django/forms copying django/forms/__init__.py -> build-2.7/lib/django/forms copying django/forms/widgets.py -> build-2.7/lib/django/forms copying django/forms/util.py -> build-2.7/lib/django/forms copying django/forms/models.py -> build-2.7/lib/django/forms copying django/forms/forms.py -> build-2.7/lib/django/forms copying django/forms/formsets.py -> build-2.7/lib/django/forms creating build-2.7/lib/django/forms/extras copying django/forms/extras/__init__.py -> build-2.7/lib/django/forms/extras copying django/forms/extras/widgets.py -> build-2.7/lib/django/forms/extras creating build-2.7/lib/django/views copying django/views/__init__.py -> build-2.7/lib/django/views copying django/views/i18n.py -> build-2.7/lib/django/views copying django/views/static.py -> build-2.7/lib/django/views copying django/views/defaults.py -> build-2.7/lib/django/views copying django/views/debug.py -> build-2.7/lib/django/views creating build-2.7/lib/django/views/decorators copying django/views/decorators/cache.py -> build-2.7/lib/django/views/decorators copying django/views/decorators/vary.py -> build-2.7/lib/django/views/decorators copying django/views/decorators/__init__.py -> build-2.7/lib/django/views/decorators copying django/views/decorators/gzip.py -> build-2.7/lib/django/views/decorators copying django/views/decorators/http.py -> build-2.7/lib/django/views/decorators creating build-2.7/lib/django/views/generic copying django/views/generic/create_update.py -> build-2.7/lib/django/views/generic copying django/views/generic/simple.py -> build-2.7/lib/django/views/generic copying django/views/generic/__init__.py -> build-2.7/lib/django/views/generic copying django/views/generic/date_based.py -> build-2.7/lib/django/views/generic copying django/views/generic/list_detail.py -> build-2.7/lib/django/views/generic creating build-2.7/lib/django/test copying django/test/testcases.py -> build-2.7/lib/django/test copying django/test/_doctest.py -> build-2.7/lib/django/test copying django/test/signals.py -> build-2.7/lib/django/test copying django/test/simple.py -> build-2.7/lib/django/test copying django/test/utils.py -> build-2.7/lib/django/test copying django/test/__init__.py -> build-2.7/lib/django/test copying django/test/client.py -> build-2.7/lib/django/test creating build-2.7/lib/django/template copying django/template/context.py -> build-2.7/lib/django/template copying django/template/defaulttags.py -> build-2.7/lib/django/template copying django/template/__init__.py -> build-2.7/lib/django/template copying django/template/loader.py -> build-2.7/lib/django/template copying django/template/defaultfilters.py -> build-2.7/lib/django/template copying django/template/debug.py -> build-2.7/lib/django/template copying django/template/loader_tags.py -> build-2.7/lib/django/template creating build-2.7/lib/django/template/loaders copying django/template/loaders/__init__.py -> build-2.7/lib/django/template/loaders copying django/template/loaders/filesystem.py -> build-2.7/lib/django/template/loaders copying django/template/loaders/app_directories.py -> build-2.7/lib/django/template/loaders copying django/template/loaders/eggs.py -> build-2.7/lib/django/template/loaders creating build-2.7/lib/django/conf copying django/conf/__init__.py -> build-2.7/lib/django/conf copying django/conf/global_settings.py -> build-2.7/lib/django/conf creating build-2.7/lib/django/conf/app_template copying django/conf/app_template/tests.py -> build-2.7/lib/django/conf/app_template copying django/conf/app_template/__init__.py -> build-2.7/lib/django/conf/app_template copying django/conf/app_template/models.py -> build-2.7/lib/django/conf/app_template copying django/conf/app_template/views.py -> build-2.7/lib/django/conf/app_template creating build-2.7/lib/django/conf/project_template copying django/conf/project_template/__init__.py -> build-2.7/lib/django/conf/project_template copying django/conf/project_template/settings.py -> build-2.7/lib/django/conf/project_template copying django/conf/project_template/manage.py -> build-2.7/lib/django/conf/project_template copying django/conf/project_template/urls.py -> build-2.7/lib/django/conf/project_template creating build-2.7/lib/django/conf/urls copying django/conf/urls/__init__.py -> build-2.7/lib/django/conf/urls copying django/conf/urls/i18n.py -> build-2.7/lib/django/conf/urls copying django/conf/urls/shortcut.py -> build-2.7/lib/django/conf/urls copying django/conf/urls/defaults.py -> build-2.7/lib/django/conf/urls creating build-2.7/lib/django/core copying django/core/exceptions.py -> build-2.7/lib/django/core copying django/core/urlresolvers.py -> build-2.7/lib/django/core copying django/core/signals.py -> build-2.7/lib/django/core copying django/core/__init__.py -> build-2.7/lib/django/core copying django/core/paginator.py -> build-2.7/lib/django/core copying django/core/template_loader.py -> build-2.7/lib/django/core copying django/core/xheaders.py -> build-2.7/lib/django/core copying django/core/mail.py -> build-2.7/lib/django/core copying django/core/context_processors.py -> build-2.7/lib/django/core creating build-2.7/lib/django/core/servers copying django/core/servers/basehttp.py -> build-2.7/lib/django/core/servers copying django/core/servers/__init__.py -> build-2.7/lib/django/core/servers copying django/core/servers/fastcgi.py -> build-2.7/lib/django/core/servers creating build-2.7/lib/django/core/cache copying django/core/cache/__init__.py -> build-2.7/lib/django/core/cache creating build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/__init__.py -> build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/dummy.py -> build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/locmem.py -> build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/filebased.py -> build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/base.py -> build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/db.py -> build-2.7/lib/django/core/cache/backends copying django/core/cache/backends/memcached.py -> build-2.7/lib/django/core/cache/backends creating build-2.7/lib/django/core/serializers copying django/core/serializers/xml_serializer.py -> build-2.7/lib/django/core/serializers copying django/core/serializers/__init__.py -> build-2.7/lib/django/core/serializers copying django/core/serializers/pyyaml.py -> build-2.7/lib/django/core/serializers copying django/core/serializers/json.py -> build-2.7/lib/django/core/serializers copying django/core/serializers/base.py -> build-2.7/lib/django/core/serializers copying django/core/serializers/python.py -> build-2.7/lib/django/core/serializers creating build-2.7/lib/django/core/management copying django/core/management/validation.py -> build-2.7/lib/django/core/management copying django/core/management/__init__.py -> build-2.7/lib/django/core/management copying django/core/management/sql.py -> build-2.7/lib/django/core/management copying django/core/management/color.py -> build-2.7/lib/django/core/management copying django/core/management/base.py -> build-2.7/lib/django/core/management creating build-2.7/lib/django/core/management/commands copying django/core/management/commands/startapp.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/runfcgi.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/createcachetable.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/loaddata.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/startproject.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/testserver.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlclear.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/dbshell.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/__init__.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlindexes.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlcustom.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlsequencereset.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sql.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/makemessages.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/inspectdb.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlreset.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/flush.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/diffsettings.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/compilemessages.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/dumpdata.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/runserver.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/cleanup.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/test.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlall.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlflush.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/shell.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/sqlinitialdata.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/reset.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/validate.py -> build-2.7/lib/django/core/management/commands copying django/core/management/commands/syncdb.py -> build-2.7/lib/django/core/management/commands creating build-2.7/lib/django/core/handlers copying django/core/handlers/profiler-hotshot.py -> build-2.7/lib/django/core/handlers copying django/core/handlers/__init__.py -> build-2.7/lib/django/core/handlers copying django/core/handlers/wsgi.py -> build-2.7/lib/django/core/handlers copying django/core/handlers/modpython.py -> build-2.7/lib/django/core/handlers copying django/core/handlers/base.py -> build-2.7/lib/django/core/handlers creating build-2.7/lib/django/core/files copying django/core/files/storage.py -> build-2.7/lib/django/core/files copying django/core/files/move.py -> build-2.7/lib/django/core/files copying django/core/files/utils.py -> build-2.7/lib/django/core/files copying django/core/files/__init__.py -> build-2.7/lib/django/core/files copying django/core/files/temp.py -> build-2.7/lib/django/core/files copying django/core/files/uploadhandler.py -> build-2.7/lib/django/core/files copying django/core/files/locks.py -> build-2.7/lib/django/core/files copying django/core/files/uploadedfile.py -> build-2.7/lib/django/core/files copying django/core/files/images.py -> build-2.7/lib/django/core/files copying django/core/files/base.py -> build-2.7/lib/django/core/files warning: build_py: byte-compiling is disabled, skipping. running build_scripts creating build-2.7/scripts-2.7 copying and adjusting django/bin/django-admin.py -> build-2.7/scripts-2.7 changing mode of build-2.7/scripts-2.7/django-admin.py from 644 to 755 >>> Source compiled. * Testing of dev-python/django-1.1.1 with Python 2.6... Importing model custom_managers Importing model model_forms Importing model one_to_one Importing model empty Importing model many_to_one Importing model reverse_lookup Importing model str Importing model lookup Importing model user_commands Importing model m2o_recursive2 Importing model model_inheritance Importing model update Importing model reserved_names Importing model test_client Importing model order_with_respect_to Importing model model_formsets Importing model m2m_and_m2o Importing model get_object_or_404 Importing model m2m_multiple Importing model m2o_recursive Importing model serializers Importing model proxy_models Importing model signals Importing model expressions Importing model force_insert_update Importing model mutually_referential Importing model m2m_through Importing model pagination Importing model fixtures Importing model ordering Importing model save_delete_hooks Importing model select_related Importing model choices Importing model files Importing model aggregation Importing model field_subclassing Importing model field_defaults Importing model generic_relations Importing model or_lookups Importing model m2m_intermediary Importing model basic Importing model delete Importing model custom_columns Importing model transactions Importing model custom_methods Importing model properties Importing model unmanaged_models Importing model custom_pk Importing model m2m_recursive Importing model defer Importing model many_to_one_null Importing model many_to_many Importing model get_or_create Importing model get_latest Importing model admin_changelist Importing model servers Importing model admin_scripts Importing model urlpatterns_reverse Importing model max_lengths Importing model datastructures Importing model comment_tests Importing model file_storage Importing model m2m_through_regress Importing model admin_views Importing model datatypes Importing model cache Importing model modeladmin Importing model httpwrappers Importing model inline_formsets Importing model context_processors Importing model aggregation_regress Importing model app_loading Importing model model_fields Importing model mail Importing model null_fk_ordering Importing model requests Importing model backends Importing model managers_regress Importing model one_to_one_regress Importing model dispatch Importing model middleware Importing model model_formsets_regress Importing model m2m_regress Importing model test_utils Importing model null_queries Importing model decorators Importing model defaultfilters Importing model model_regress Importing model null_fk Importing model many_to_one_regress Importing model utils Importing model humanize Importing model admin_registration Importing model conditional_processing Importing model string_lookup Importing model initial_sql_regress Importing model extra_regress Importing model model_inheritance_regress Importing model auth_backends Importing model fixtures_regress Importing model queries Importing model generic_inline_admin Importing model text Importing model introspection Importing model select_related_regress Importing model custom_columns_regress Importing model forms Importing model admin_validation Importing model admin_widgets Importing model generic_relations_regress Importing model syndication Importing model file_uploads Importing model delete_regress Importing model pagination_regress Importing model db_typecasts Importing model i18n Importing model expressions_regress Importing model custom_managers_regress Importing model datetime_safe Importing model model_forms_regress Importing model views Importing model dateformat Importing model formwizard Importing model reverse_single_related Importing model bug639 Importing model test_client_regress Importing model builtin_server Importing model bug8245 Importing model admin_ordering Importing model templates Importing model serializers_regress Importing model model_inheritance_select_related Importing model defer_regress Importing model admin_inlines Importing model get_or_create_regress Importing model formtools Importing model admin Importing model gis Importing model sessions Importing model flatpages Importing model webdesign Importing model humanize Importing model comments Importing model admindocs Importing model sites Importing model syndication Importing model markup Importing model contenttypes Importing model sitemaps Importing model databrowse Importing model csrf Importing model auth Importing model redirects Importing model localflavor Creating test database... Creating table django_content_type Creating table auth_permission Creating table auth_group Creating table auth_user Creating table auth_message Creating table django_site Creating table django_flatpage Creating table django_redirect Creating table django_session Creating table django_comments Creating table django_comment_flags Creating table django_admin_log Creating table custom_managers_person Creating table custom_managers_book Creating table custom_managers_car Creating table model_forms_category Creating table model_forms_writer Creating table model_forms_article Creating table model_forms_improvedarticle Creating table model_forms_improvedarticlewithparentlink Creating table model_forms_betterwriter Creating table model_forms_writerprofile Creating table model_forms_phonenumber Creating table model_forms_textfile Creating table model_forms_imagefile Creating table model_forms_optionalimagefile Creating table model_forms_commaseparatedinteger Creating table model_forms_product Creating table model_forms_price Creating table model_forms_articlestatus Creating table model_forms_inventory Creating table model_forms_book Creating table model_forms_explicitpk Creating table model_forms_post Creating table one_to_one_place Creating table one_to_one_restaurant Creating table one_to_one_waiter Creating table one_to_one_manualprimarykey Creating table one_to_one_relatedmodel Creating table one_to_one_multimodel Creating table empty_empty Creating table many_to_one_reporter Creating table many_to_one_article Creating table reverse_lookup_user Creating table reverse_lookup_poll Creating table reverse_lookup_choice Creating table str_article Creating table str_internationalarticle Creating table lookup_article Creating table m2o_recursive2_person Creating table model_inheritance_worker Creating table model_inheritance_student Creating table model_inheritance_post Creating table model_inheritance_comment Creating table model_inheritance_link Creating table model_inheritance_chef Creating table model_inheritance_place Creating table my_restaurant Creating table model_inheritance_italianrestaurant Creating table model_inheritance_supplier Creating table model_inheritance_parkinglot Creating table update_datapoint Creating table update_relatedpoint Creating table select Creating table order_with_respect_to_question Creating table order_with_respect_to_answer Creating table model_formsets_author Creating table model_formsets_betterauthor Creating table model_formsets_book Creating table model_formsets_bookwithcustompk Creating table model_formsets_alternatebook Creating table model_formsets_authormeeting Creating table model_formsets_customprimarykey Creating table model_formsets_place Creating table model_formsets_owner Creating table model_formsets_location Creating table model_formsets_ownerprofile Creating table model_formsets_restaurant Creating table model_formsets_product Creating table model_formsets_price Creating table model_formsets_mexicanrestaurant Creating table model_formsets_classymexicanrestaurant Creating table model_formsets_repository Creating table model_formsets_revision Creating table model_formsets_person Creating table model_formsets_membership Creating table model_formsets_team Creating table model_formsets_player Creating table model_formsets_poet Creating table model_formsets_poem Creating table model_formsets_post Creating table m2m_and_m2o_user Creating table m2m_and_m2o_issue Creating table get_object_or_404_author Creating table get_object_or_404_article Creating table m2m_multiple_category Creating table m2m_multiple_article Creating table m2o_recursive_category Creating table serializers_category Creating table serializers_author Creating table serializers_article Creating table serializers_authorprofile Creating table serializers_actor Creating table serializers_movie Creating table serializers_score Creating table serializers_player Creating table proxy_models_person Creating table proxy_models_statusperson Creating table proxy_models_lowerstatusperson Creating table proxy_models_user Creating table proxy_models_country Creating table proxy_models_state Creating table proxy_models_baseuser Creating table proxy_models_trackeruser Creating table proxy_models_issue Creating table proxy_models_bug Creating table proxy_models_improvement Creating table signals_person Creating table expressions_employee Creating table expressions_company Creating table force_insert_update_counter Creating table force_insert_update_withcustompk Creating table mutually_referential_parent Creating table mutually_referential_child Creating table m2m_through_person Creating table m2m_through_group Creating table m2m_through_membership Creating table test_table Creating table m2m_through_testnodefaultsornulls Creating table m2m_through_personselfrefm2m Creating table m2m_through_friendship Creating table pagination_article Creating table fixtures_category Creating table fixtures_article Creating table ordering_article Creating table save_delete_hooks_person Creating table select_related_domain Creating table select_related_kingdom Creating table select_related_phylum Creating table select_related_klass Creating table select_related_order Creating table select_related_family Creating table select_related_genus Creating table select_related_species Creating table choices_person Creating table files_storage Creating table aggregation_author Creating table aggregation_publisher Creating table aggregation_book Creating table aggregation_store Creating table field_subclassing_mymodel Creating table field_defaults_article Creating table generic_relations_taggeditem Creating table generic_relations_valuabletaggeditem Creating table generic_relations_comparison Creating table generic_relations_animal Creating table generic_relations_vegetable Creating table generic_relations_mineral Creating table or_lookups_article Creating table m2m_intermediary_reporter Creating table m2m_intermediary_article Creating table m2m_intermediary_writer Creating table basic_article Creating table delete_a Creating table delete_b Creating table delete_c Creating table delete_d Creating table delete_e Creating table delete_f Creating table my_author_table Creating table custom_columns_article Creating table transactions_reporter Creating table custom_methods_article Creating table properties_person Creating table A01 Creating table B01 Creating table C01 Creating table unmanaged_models_proxy1 Creating table unmanaged_models_proxy2 Creating table unmanaged_models_managed1 Creating table custom_pk_employee Creating table custom_pk_business Creating table custom_pk_bar Creating table custom_pk_foo Creating table m2m_recursive_person Creating table defer_secondary Creating table defer_primary Creating table defer_child Creating table defer_bigchild Creating table many_to_one_null_reporter Creating table many_to_one_null_article Creating table many_to_many_publication Creating table many_to_many_article Creating table get_or_create_person Creating table get_or_create_manualprimarykeytest Creating table get_latest_article Creating table get_latest_person Creating table admin_changelist_parent Creating table admin_changelist_child Creating table admin_scripts_article Creating table max_lengths_personwithdefaultmaxlengths Creating table max_lengths_personwithcustommaxlengths Creating table comment_tests_author Creating table comment_tests_article Creating table comment_tests_entry Creating table m2m_through_regress_membership Creating table m2m_through_regress_usermembership Creating table m2m_through_regress_person Creating table m2m_through_regress_group Creating table m2m_through_regress_a Creating table m2m_through_regress_throughbase Creating table m2m_through_regress_through Creating table m2m_through_regress_b Creating table admin_views_section Creating table admin_views_article Creating table admin_views_book Creating table admin_views_promo Creating table admin_views_chapter Creating table admin_views_chapterxtra1 Creating table admin_views_chapterxtra2 Creating table admin_views_customarticle Creating table admin_views_modelwithstringprimarykey Creating table admin_views_color Creating table admin_views_thing Creating table admin_views_fabric Creating table admin_views_person Creating table admin_views_persona Creating table admin_views_account Creating table admin_views_fooaccount Creating table admin_views_baraccount Creating table admin_views_subscriber Creating table admin_views_externalsubscriber Creating table admin_views_oldsubscriber Creating table admin_views_media Creating table admin_views_podcast Creating table admin_views_vodcast Creating table admin_views_parent Creating table admin_views_child Creating table admin_views_emptymodel Creating table admin_views_gallery Creating table admin_views_picture Creating table admin_views_language Creating table admin_views_title Creating table admin_views_titletranslation Creating table admin_views_recommender Creating table admin_views_recommendation Creating table admin_views_collector Creating table admin_views_widget Creating table admin_views_doohickey Creating table admin_views_grommet Creating table admin_views_whatsit Creating table admin_views_doodad Creating table admin_views_fancydoodad Creating table admin_views_category Creating table datatypes_donut Creating table modeladmin_band Creating table modeladmin_concert Creating table modeladmin_validationtestmodel Creating table modeladmin_validationtestinlinemodel Creating table inline_formsets_school Creating table inline_formsets_parent Creating table inline_formsets_child Creating table inline_formsets_poet Creating table inline_formsets_poem Creating table aggregation_regress_author Creating table aggregation_regress_publisher Creating table aggregation_regress_book Creating table aggregation_regress_store Creating table aggregation_regress_entries Creating table aggregation_regress_clues Creating table aggregation_regress_hardbackbook Creating table model_fields_foo Creating table model_fields_bar Creating table model_fields_whiz Creating table model_fields_bigd Creating table model_fields_bigs Creating table model_fields_person Creating table model_fields_personwithheight Creating table model_fields_personwithheightandwidth Creating table model_fields_persondimensionsfirst Creating table model_fields_persontwoimages Creating table null_fk_ordering_author Creating table null_fk_ordering_article Creating table null_fk_ordering_systeminfo Creating table null_fk_ordering_forum Creating table null_fk_ordering_post Creating table null_fk_ordering_comment Creating table backends_square Creating table backends_person Creating table managers_regress_parent Creating table managers_regress_child1 Creating table managers_regress_child2 Creating table managers_regress_child3 Creating table managers_regress_child4 Creating table managers_regress_child5 Creating table managers_regress_child6 Creating table managers_regress_child7 Creating table one_to_one_regress_place Creating table one_to_one_regress_restaurant Creating table one_to_one_regress_bar Creating table one_to_one_regress_undergroundbar Creating table one_to_one_regress_favorites Creating table one_to_one_regress_target Creating table one_to_one_regress_pointer Creating table one_to_one_regress_pointer2 Creating table model_formsets_regress_user Creating table model_formsets_regress_usersite Creating table model_formsets_regress_place Creating table model_formsets_regress_restaurant Creating table model_formsets_regress_manager Creating table m2m_regress_selfrefer Creating table m2m_regress_tag Creating table m2m_regress_entry Creating table m2m_regress_selfreferchild Creating table m2m_regress_selfreferchildsibling Creating table m2m_regress_line Creating table m2m_regress_worksheet Creating table null_queries_poll Creating table null_queries_choice Creating table null_queries_outera Creating table null_queries_outerb Creating table null_queries_inner Creating table model_regress_article Creating table model_regress_movie Creating table model_regress_party Creating table model_regress_event Creating table model_regress_department Creating table model_regress_worker Creating table model_regress_brokenunicodemethod Creating table null_fk_systeminfo Creating table null_fk_forum Creating table null_fk_post Creating table null_fk_comment Creating table many_to_one_regress_first Creating table many_to_one_regress_second Creating table many_to_one_regress_third Creating table many_to_one_regress_parent Creating table many_to_one_regress_child Creating table many_to_one_regress_category Creating table many_to_one_regress_record Creating table many_to_one_regress_relation Creating table admin_registration_person Creating table admin_registration_place Creating table string_lookup_foo Creating table string_lookup_bar Creating table string_lookup_whiz Creating table string_lookup_child Creating table string_lookup_base Creating table string_lookup_article Creating table initial_sql_regress_simple Creating table extra_regress_revisionablemodel Creating table extra_regress_order Creating table extra_regress_testobject Creating table model_inheritance_regress_place Creating table model_inheritance_regress_restaurant Creating table model_inheritance_regress_italianrestaurant Creating table model_inheritance_regress_parkinglot Creating table model_inheritance_regress_parkinglot2 Creating table model_inheritance_regress_parkinglot3 Creating table model_inheritance_regress_supplier Creating table model_inheritance_regress_parent Creating table model_inheritance_regress_child Creating table model_inheritance_regress_selfrefparent Creating table model_inheritance_regress_selfrefchild Creating table model_inheritance_regress_article Creating table model_inheritance_regress_articlewithauthor Creating table model_inheritance_regress_m2mbase Creating table model_inheritance_regress_m2mchild Creating table model_inheritance_regress_qualitycontrol Creating table model_inheritance_regress_basem Creating table model_inheritance_regress_derivedm Creating table fixtures_regress_animal Creating table Fixtures_regress_plant Creating table fixtures_regress_stuff Creating table fixtures_regress_absolute Creating table fixtures_regress_parent Creating table fixtures_regress_child Creating table fixtures_regress_channel Creating table fixtures_regress_article Creating table fixtures_regress_widget Creating table queries_dumbcategory Creating table queries_namedcategory Creating table queries_tag Creating table queries_note Creating table queries_annotation Creating table queries_extrainfo Creating table queries_author Creating table queries_item Creating table queries_report Creating table queries_ranking Creating table queries_cover Creating table queries_number Creating table queries_valid Creating table queries_x Creating table queries_y Creating table queries_loopx Creating table queries_loopy Creating table queries_loopz Creating table queries_managedmodel Creating table queries_detail Creating table queries_member Creating table queries_child Creating table queries_custompk Creating table queries_related Creating table queries_celebrity Creating table queries_tvchef Creating table queries_fan Creating table queries_leafa Creating table queries_leafb Creating table queries_join Creating table queries_reservedname Creating table queries_sharedconnection Creating table queries_pointera Creating table queries_pointerb Creating table queries_singleobject Creating table queries_relatedobject Creating table queries_plaything Creating table generic_inline_admin_episode Creating table generic_inline_admin_media Creating table generic_inline_admin_episodeextra Creating table generic_inline_admin_episodemaxnum Creating table generic_inline_admin_episodeexclude Creating table introspection_reporter Creating table introspection_article Creating table select_related_regress_building Creating table select_related_regress_device Creating table select_related_regress_port Creating table select_related_regress_connection Creating table select_related_regress_tuser Creating table select_related_regress_person Creating table select_related_regress_organizer Creating table select_related_regress_student Creating table select_related_regress_class Creating table select_related_regress_enrollment Creating table select_related_regress_country Creating table select_related_regress_state Creating table select_related_regress_clientstatus Creating table select_related_regress_client Creating table select_related_regress_parent Creating table select_related_regress_child Creating table select_related_regress_item Creating table custom_columns_regress_article Creating table my author table Creating table forms_boundarymodel Creating table forms_defaults Creating table forms_choicemodel Creating table forms_choiceoptionmodel Creating table forms_choicefieldmodel Creating table forms_filemodel Creating table admin_validation_album Creating table admin_validation_song Creating table admin_widgets_member Creating table admin_widgets_band Creating table admin_widgets_album Creating table admin_widgets_inventory Creating table admin_widgets_event Creating table admin_widgets_car Creating table admin_widgets_cartire Creating table generic_relations_regress_link Creating table generic_relations_regress_place Creating table generic_relations_regress_restaurant Creating table syndication_entry Creating table file_uploads_filemodel Creating table delete_regress_book Creating table i18n_testmodel Creating table expressions_regress_number Creating table custom_managers_regress_relatedmodel Creating table custom_managers_regress_restrictedmodel Creating table custom_managers_regress_onetoonerestrictedmodel Creating table model_forms_regress_person Creating table model_forms_regress_triple Creating table model_forms_regress_filepathmodel Creating table model_forms_regress_publication Creating table model_forms_regress_article Creating table model_forms_regress_customff Creating table views_author Creating table views_article Creating table views_urlarticle Creating table views_datearticle Creating table reverse_single_related_source Creating table reverse_single_related_item Creating table bug639_photo Creating table bug8245_story Creating table admin_ordering_band Creating table serializers_regress_booleandata Creating table serializers_regress_chardata Creating table serializers_regress_datedata Creating table serializers_regress_datetimedata Creating table serializers_regress_decimaldata Creating table serializers_regress_emaildata Creating table serializers_regress_filedata Creating table serializers_regress_filepathdata Creating table serializers_regress_floatdata Creating table serializers_regress_integerdata Creating table serializers_regress_ipaddressdata Creating table serializers_regress_nullbooleandata Creating table serializers_regress_phonedata Creating table serializers_regress_positiveintegerdata Creating table serializers_regress_positivesmallintegerdata Creating table serializers_regress_slugdata Creating table serializers_regress_smalldata Creating table serializers_regress_textdata Creating table serializers_regress_timedata Creating table serializers_regress_usstatedata Creating table serializers_regress_xmldata Creating table serializers_regress_tag Creating table serializers_regress_genericdata Creating table serializers_regress_anchor Creating table serializers_regress_uniqueanchor Creating table serializers_regress_fkdata Creating table serializers_regress_m2mdata Creating table serializers_regress_o2odata Creating table serializers_regress_fkselfdata Creating table serializers_regress_m2mselfdata Creating table serializers_regress_fkdatatofield Creating table serializers_regress_fkdatatoo2o Creating table serializers_regress_m2mintermediatedata Creating table serializers_regress_intermediate Creating table serializers_regress_booleanpkdata Creating table serializers_regress_charpkdata Creating table serializers_regress_decimalpkdata Creating table serializers_regress_emailpkdata Creating table serializers_regress_filepathpkdata Creating table serializers_regress_floatpkdata Creating table serializers_regress_integerpkdata Creating table serializers_regress_ipaddresspkdata Creating table serializers_regress_phonepkdata Creating table serializers_regress_positiveintegerpkdata Creating table serializers_regress_positivesmallintegerpkdata Creating table serializers_regress_slugpkdata Creating table serializers_regress_smallpkdata Creating table serializers_regress_usstatepkdata Creating table serializers_regress_complexmodel Creating table serializers_regress_autonowdatetimedata Creating table serializers_regress_modifyingsavedata Creating table serializers_regress_inheritabstractmodel Creating table serializers_regress_basemodel Creating table serializers_regress_inheritbasemodel Creating table serializers_regress_explicitinheritbasemodel Creating table model_inheritance_select_related_place Creating table model_inheritance_select_related_restaurant Creating table model_inheritance_select_related_person Creating table defer_regress_item Creating table defer_regress_relateditem Creating table defer_regress_child Creating table defer_regress_leaf Creating table admin_inlines_parent Creating table admin_inlines_teacher Creating table admin_inlines_child Creating table get_or_create_regress_publisher Creating table get_or_create_regress_author Creating table get_or_create_regress_book Installing custom SQL for initial_sql_regress.Simple model Installing index for auth.Permission model Installing index for auth.Message model Installing index for flatpages.FlatPage model Installing index for redirects.Redirect model Installing index for comments.Comment model Installing index for comments.CommentFlag model Installing index for admin.LogEntry model Installing index for model_forms.Category model Installing index for model_forms.Article model Installing index for model_forms.Inventory model Installing index for model_forms.Book model Installing index for one_to_one.Waiter model Installing index for many_to_one.Article model Installing index for reverse_lookup.Poll model Installing index for reverse_lookup.Choice model Installing index for m2o_recursive2.Person model Installing index for model_inheritance.Comment model Installing index for model_inheritance.Link model Installing index for model_inheritance.Restaurant model Installing index for model_inheritance.ParkingLot model Installing index for update.RelatedPoint model Installing index for order_with_respect_to.Answer model Installing index for model_formsets.Book model Installing index for model_formsets.BookWithCustomPK model Installing index for model_formsets.Owner model Installing index for model_formsets.Revision model Installing index for model_formsets.Membership model Installing index for model_formsets.Player model Installing index for model_formsets.Poem model Installing index for m2m_and_m2o.Issue model Installing index for m2o_recursive.Category model Installing index for serializers.Article model Installing index for serializers.Movie model Installing index for proxy_models.State model Installing index for proxy_models.Issue model Installing index for proxy_models.Bug model Installing index for proxy_models.Improvement model Installing index for expressions.Company model Installing index for mutually_referential.Parent model Installing index for mutually_referential.Child model Installing index for m2m_through.Membership model Installing index for m2m_through.CustomMembership model Installing index for m2m_through.TestNoDefaultsOrNulls model Installing index for m2m_through.Friendship model Installing index for select_related.Kingdom model Installing index for select_related.Phylum model Installing index for select_related.Klass model Installing index for select_related.Order model Installing index for select_related.Family model Installing index for select_related.Genus model Installing index for select_related.Species model Installing index for aggregation.Book model Installing index for generic_relations.TaggedItem model Installing index for generic_relations.Comparison model Installing index for m2m_intermediary.Writer model Installing index for delete.B model Installing index for delete.C model Installing index for delete.D model Installing index for delete.E model Installing index for delete.F model Installing index for unmanaged_models.A01 model Installing index for unmanaged_models.B01 model Installing index for unmanaged_models.C01 model Installing index for custom_pk.Foo model Installing index for defer.Primary model Installing index for many_to_one_null.Article model Installing index for admin_changelist.Child model Installing index for comment_tests.Article model Installing index for m2m_through_regress.Membership model Installing index for m2m_through_regress.UserMembership model Installing index for m2m_through_regress.ThroughBase model Installing index for admin_views.Article model Installing index for admin_views.Promo model Installing index for admin_views.Chapter model Installing index for admin_views.Thing model Installing index for admin_views.Account model Installing index for admin_views.Child model Installing index for admin_views.Picture model Installing index for admin_views.TitleTranslation model Installing index for admin_views.Recommendation model Installing index for admin_views.Widget model Installing index for admin_views.DooHickey model Installing index for admin_views.Grommet model Installing index for admin_views.Whatsit model Installing index for admin_views.FancyDoodad model Installing index for admin_views.Category model Installing index for modeladmin.Concert model Installing index for modeladmin.ValidationTestModel model Installing index for modeladmin.ValidationTestInlineModel model Installing index for inline_formsets.Child model Installing index for inline_formsets.Poem model Installing index for aggregation_regress.Book model Installing index for aggregation_regress.Clues model Installing index for model_fields.Bar model Installing index for model_fields.BigS model Installing index for null_fk_ordering.Article model Installing index for null_fk_ordering.Forum model Installing index for null_fk_ordering.Post model Installing index for null_fk_ordering.Comment model Installing index for model_formsets_regress.UserSite model Installing index for model_formsets_regress.Manager model Installing index for null_queries.Choice model Installing index for null_queries.Inner model Installing index for model_regress.Worker model Installing index for null_fk.Forum model Installing index for null_fk.Post model Installing index for null_fk.Comment model Installing index for many_to_one_regress.Second model Installing index for many_to_one_regress.Third model Installing index for many_to_one_regress.Parent model Installing index for many_to_one_regress.Child model Installing index for many_to_one_regress.Record model Installing index for many_to_one_regress.Relation model Installing index for string_lookup.Bar model Installing index for extra_regress.RevisionableModel model Installing index for extra_regress.Order model Installing index for model_inheritance_regress.Supplier model Installing index for model_inheritance_regress.SelfRefParent model Installing index for fixtures_regress.Stuff model Installing index for queries.Tag model Installing index for queries.Annotation model Installing index for queries.ExtraInfo model Installing index for queries.Author model Installing index for queries.Item model Installing index for queries.Report model Installing index for queries.Ranking model Installing index for queries.Cover model Installing index for queries.X model Installing index for queries.Y model Installing index for queries.LoopX model Installing index for queries.LoopY model Installing index for queries.LoopZ model Installing index for queries.ManagedModel model Installing index for queries.Child model Installing index for queries.Related model Installing index for queries.Fan model Installing index for q.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 914 tests in 432.157s OK ueries.Join model Installing index for queries.PointerA model Installing index for queries.PointerB model Installing index for queries.RelatedObject model Installing index for queries.Plaything model Installing index for generic_inline_admin.Media model Installing index for introspection.Article model Installing index for select_related_regress.Device model Installing index for select_related_regress.Port model Installing index for select_related_regress.Organizer model Installing index for select_related_regress.Student model Installing index for select_related_regress.Class model Installing index for select_related_regress.Enrollment model Installing index for select_related_regress.State model Installing index for select_related_regress.Client model Installing index for select_related_regress.Item model Installing index for custom_columns_regress.Article model Installing index for forms.ChoiceFieldModel model Installing index for admin_validation.Song model Installing index for admin_widgets.Album model Installing index for admin_widgets.Inventory model Installing index for admin_widgets.Event model Installing index for admin_widgets.Car model Installing index for admin_widgets.CarTire model Installing index for generic_relations_regress.Link model Installing index for custom_managers_regress.RestrictedModel model Installing index for views.Article model Installing index for views.UrlArticle model Installing index for views.DateArticle model Installing index for reverse_single_related.Item model Installing index for serializers_regress.SlugData model Installing index for serializers_regress.Tag model Installing index for serializers_regress.FKData model Installing index for serializers_regress.FKSelfData model Installing index for serializers_regress.FKDataToField model Installing index for serializers_regress.FKDataToO2O model Installing index for serializers_regress.Intermediate model Installing index for model_inheritance_select_related.Person model Installing index for defer_regress.RelatedItem model Installing index for defer_regress.Leaf model Installing index for admin_inlines.Child model Installing index for get_or_create_regress.Book model Installing json fixture 'initial_data' from '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/fixtures/fixtures'. Installing json fixture 'initial_data' from '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/aggregation/fixtures'. Installing json fixture 'initial_data' from '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/aggregation_regress/fixtures'. Installed 49 object(s) from 3 fixture(s) [?1034hDestroying test database... * Testing of dev-python/django-1.1.1 with Python 2.7... Importing model custom_managers Importing model model_forms Importing model one_to_one Importing model empty Importing model many_to_one Importing model reverse_lookup Importing model str Importing model lookup Importing model user_commands Importing model m2o_recursive2 Importing model model_inheritance Importing model update Importing model reserved_names Importing model test_client Importing model order_with_respect_to Importing model model_formsets Importing model m2m_and_m2o Importing model get_object_or_404 Importing model m2m_multiple Importing model m2o_recursive Importing model serializers Importing model proxy_models Importing model signals Importing model expressions Importing model force_insert_update Importing model mutually_referential Importing model m2m_through Importing model pagination Importing model fixtures Importing model ordering Importing model save_delete_hooks Importing model select_related Importing model choices Importing model files Importing model aggregation Importing model field_subclassing Importing model field_defaults Importing model generic_relations Importing model or_lookups Importing model m2m_intermediary Importing model basic Importing model delete Importing model custom_columns Importing model transactions Importing model custom_methods Importing model properties Importing model unmanaged_models Importing model custom_pk Importing model m2m_recursive Importing model defer Importing model many_to_one_null Importing model many_to_many Importing model get_or_create Importing model get_latest Importing model admin_changelist Importing model servers Importing model admin_scripts Importing model urlpatterns_reverse Importing model max_lengths Importing model datastructures Importing model comment_tests Importing model file_storage Importing model m2m_through_regress Importing model admin_views Importing model datatypes Importing model cache Importing model modeladmin Importing model httpwrappers Importing model inline_formsets Importing model context_processors Importing model aggregation_regress Importing model app_loading Importing model model_fields Importing model mail Importing model null_fk_ordering Importing model requests Importing model backends Importing model managers_regress Importing model one_to_one_regress Importing model dispatch Importing model middleware Importing model model_formsets_regress Importing model m2m_regress Importing model test_utils Importing model null_queries Importing model decorators Importing model defaultfilters Importing model model_regress Importing model null_fk Importing model many_to_one_regress Importing model utils Importing model humanize Importing model admin_registration Importing model conditional_processing Importing model string_lookup Importing model initial_sql_regress Importing model extra_regress Importing model model_inheritance_regress Importing model auth_backends Importing model fixtures_regress Importing model queries Importing model generic_inline_admin Importing model text Importing model introspection Importing model select_related_regress Importing model custom_columns_regress Importing model forms Importing model admin_validation Importing model admin_widgets Importing model generic_relations_regress Importing model syndication Importing model file_uploads Importing model delete_regress Importing model pagination_regress Importing model db_typecasts Importing model i18n Importing model expressions_regress Importing model custom_managers_regress Importing model datetime_safe Importing model model_forms_regress Importing model views Importing model dateformat Importing model formwizard Importing model reverse_single_related Importing model bug639 Importing model test_client_regress Importing model builtin_server Importing model bug8245 Importing model admin_ordering Importing model templates Importing model serializers_regress Importing model model_inheritance_select_related Importing model defer_regress Importing model admin_inlines Importing model get_or_create_regress Importing model formtools Importing model admin Importing model gis Importing model sessions Importing model flatpages Importing model webdesign Importing model humanize Importing model comments Importing model admindocs Importing model sites Importing model syndication Importing model markup Importing model contenttypes Importing model sitemaps Importing model databrowse Importing model csrf Importing model auth Importing model redirects Importing model localflavor Creating test database... Creating table django_content_type Creating table auth_permission Creating table auth_group Creating table auth_user Creating table auth_message Creating table django_site Creating table django_flatpage Creating table django_redirect Creating table django_session Creating table django_comments Creating table django_comment_flags Creating table django_admin_log Creating table custom_managers_person Creating table custom_managers_book Creating table custom_managers_car Creating table model_forms_category Creating table model_forms_writer Creating table model_forms_article Creating table model_forms_improvedarticle Creating table model_forms_improvedarticlewithparentlink Creating table model_forms_betterwriter Creating table model_forms_writerprofile Creating table model_forms_phonenumber Creating table model_forms_textfile Creating table model_forms_imagefile Creating table model_forms_optionalimagefile Creating table model_forms_commaseparatedinteger Creating table model_forms_product Creating table model_forms_price Creating table model_forms_articlestatus Creating table model_forms_inventory Creating table model_forms_book Creating table model_forms_explicitpk Creating table model_forms_post Creating table one_to_one_place Creating table one_to_one_restaurant Creating table one_to_one_waiter Creating table one_to_one_manualprimarykey Creating table one_to_one_relatedmodel Creating table one_to_one_multimodel Creating table empty_empty Creating table many_to_one_reporter Creating table many_to_one_article Creating table reverse_lookup_user Creating table reverse_lookup_poll Creating table reverse_lookup_choice Creating table str_article Creating table str_internationalarticle Creating table lookup_article Creating table m2o_recursive2_person Creating table model_inheritance_worker Creating table model_inheritance_student Creating table model_inheritance_post Creating table model_inheritance_comment Creating table model_inheritance_link Creating table model_inheritance_chef Creating table model_inheritance_place Creating table my_restaurant Creating table model_inheritance_italianrestaurant Creating table model_inheritance_supplier Creating table model_inheritance_parkinglot Creating table update_datapoint Creating table update_relatedpoint Creating table select Creating table order_with_respect_to_question Creating table order_with_respect_to_answer Creating table model_formsets_author Creating table model_formsets_betterauthor Creating table model_formsets_book Creating table model_formsets_bookwithcustompk Creating table model_formsets_alternatebook Creating table model_formsets_authormeeting Creating table model_formsets_customprimarykey Creating table model_formsets_place Creating table model_formsets_owner Creating table model_formsets_location Creating table model_formsets_ownerprofile Creating table model_formsets_restaurant Creating table model_formsets_product Creating table model_formsets_price Creating table model_formsets_mexicanrestaurant Creating table model_formsets_classymexicanrestaurant Creating table model_formsets_repository Creating table model_formsets_revision Creating table model_formsets_person Creating table model_formsets_membership Creating table model_formsets_team Creating table model_formsets_player Creating table model_formsets_poet Creating table model_formsets_poem Creating table model_formsets_post Creating table m2m_and_m2o_user Creating table m2m_and_m2o_issue Creating table get_object_or_404_author Creating table get_object_or_404_article Creating table m2m_multiple_category Creating table m2m_multiple_article Creating table m2o_recursive_category Creating table serializers_category Creating table serializers_author Creating table serializers_article Creating table serializers_authorprofile Creating table serializers_actor Creating table serializers_movie Creating table serializers_score Creating table serializers_player Creating table proxy_models_person Creating table proxy_models_statusperson Creating table proxy_models_lowerstatusperson Creating table proxy_models_user Creating table proxy_models_country Creating table proxy_models_state Creating table proxy_models_baseuser Creating table proxy_models_trackeruser Creating table proxy_models_issue Creating table proxy_models_bug Creating table proxy_models_improvement Creating table signals_person Creating table expressions_employee Creating table expressions_company Creating table force_insert_update_counter Creating table force_insert_update_withcustompk Creating table mutually_referential_parent Creating table mutually_referential_child Creating table m2m_through_person Creating table m2m_through_group Creating table m2m_through_membership Creating table test_table Creating table m2m_through_testnodefaultsornulls Creating table m2m_through_personselfrefm2m Creating table m2m_through_friendship Creating table pagination_article Creating table fixtures_category Creating table fixtures_article Creating table ordering_article Creating table save_delete_hooks_person Creating table select_related_domain Creating table select_related_kingdom Creating table select_related_phylum Creating table select_related_klass Creating table select_related_order Creating table select_related_family Creating table select_related_genus Creating table select_related_species Creating table choices_person Creating table files_storage Creating table aggregation_author Creating table aggregation_publisher Creating table aggregation_book Creating table aggregation_store Creating table field_subclassing_mymodel Creating table field_defaults_article Creating table generic_relations_taggeditem Creating table generic_relations_valuabletaggeditem Creating table generic_relations_comparison Creating table generic_relations_animal Creating table generic_relations_vegetable Creating table generic_relations_mineral Creating table or_lookups_article Creating table m2m_intermediary_reporter Creating table m2m_intermediary_article Creating table m2m_intermediary_writer Creating table basic_article Creating table delete_a Creating table delete_b Creating table delete_c Creating table delete_d Creating table delete_e Creating table delete_f Creating table my_author_table Creating table custom_columns_article Creating table transactions_reporter Creating table custom_methods_article Creating table properties_person Creating table A01 Creating table B01 Creating table C01 Creating table unmanaged_models_proxy1 Creating table unmanaged_models_proxy2 Creating table unmanaged_models_managed1 Creating table custom_pk_employee Creating table custom_pk_business Creating table custom_pk_bar Creating table custom_pk_foo Creating table m2m_recursive_person Creating table defer_secondary Creating table defer_primary Creating table defer_child Creating table defer_bigchild Creating table many_to_one_null_reporter Creating table many_to_one_null_article Creating table many_to_many_publication Creating table many_to_many_article Creating table get_or_create_person Creating table get_or_create_manualprimarykeytest Creating table get_latest_article Creating table get_latest_person Creating table admin_changelist_parent Creating table admin_changelist_child Creating table admin_scripts_article Creating table max_lengths_personwithdefaultmaxlengths Creating table max_lengths_personwithcustommaxlengths Creating table comment_tests_author Creating table comment_tests_article Creating table comment_tests_entry Creating table m2m_through_regress_membership Creating table m2m_through_regress_usermembership Creating table m2m_through_regress_person Creating table m2m_through_regress_group Creating table m2m_through_regress_a Creating table m2m_through_regress_throughbase Creating table m2m_through_regress_through Creating table m2m_through_regress_b Creating table admin_views_section Creating table admin_views_article Creating table admin_views_book Creating table admin_views_promo Creating table admin_views_chapter Creating table admin_views_chapterxtra1 Creating table admin_views_chapterxtra2 Creating table admin_views_customarticle Creating table admin_views_modelwithstringprimarykey Creating table admin_views_color Creating table admin_views_thing Creating table admin_views_fabric Creating table admin_views_person Creating table admin_views_persona Creating table admin_views_account Creating table admin_views_fooaccount Creating table admin_views_baraccount Creating table admin_views_subscriber Creating table admin_views_externalsubscriber Creating table admin_views_oldsubscriber Creating table admin_views_media Creating table admin_views_podcast Creating table admin_views_vodcast Creating table admin_views_parent Creating table admin_views_child Creating table admin_views_emptymodel Creating table admin_views_gallery Creating table admin_views_picture Creating table admin_views_language Creating table admin_views_title Creating table admin_views_titletranslation Creating table admin_views_recommender Creating table admin_views_recommendation Creating table admin_views_collector Creating table admin_views_widget Creating table admin_views_doohickey Creating table admin_views_grommet Creating table admin_views_whatsit Creating table admin_views_doodad Creating table admin_views_fancydoodad Creating table admin_views_category Creating table datatypes_donut Creating table modeladmin_band Creating table modeladmin_concert Creating table modeladmin_validationtestmodel Creating table modeladmin_validationtestinlinemodel Creating table inline_formsets_school Creating table inline_formsets_parent Creating table inline_formsets_child Creating table inline_formsets_poet Creating table inline_formsets_poem Creating table aggregation_regress_author Creating table aggregation_regress_publisher Creating table aggregation_regress_book Creating table aggregation_regress_store Creating table aggregation_regress_entries Creating table aggregation_regress_clues Creating table aggregation_regress_hardbackbook Creating table model_fields_foo Creating table model_fields_bar Creating table model_fields_whiz Creating table model_fields_bigd Creating table model_fields_bigs Creating table model_fields_person Creating table model_fields_personwithheight Creating table model_fields_personwithheightandwidth Creating table model_fields_persondimensionsfirst Creating table model_fields_persontwoimages Creating table null_fk_ordering_author Creating table null_fk_ordering_article Creating table null_fk_ordering_systeminfo Creating table null_fk_ordering_forum Creating table null_fk_ordering_post Creating table null_fk_ordering_comment Creating table backends_square Creating table backends_person Creating table managers_regress_parent Creating table managers_regress_child1 Creating table managers_regress_child2 Creating table managers_regress_child3 Creating table managers_regress_child4 Creating table managers_regress_child5 Creating table managers_regress_child6 Creating table managers_regress_child7 Creating table one_to_one_regress_place Creating table one_to_one_regress_restaurant Creating table one_to_one_regress_bar Creating table one_to_one_regress_undergroundbar Creating table one_to_one_regress_favorites Creating table one_to_one_regress_target Creating table one_to_one_regress_pointer Creating table one_to_one_regress_pointer2 Creating table model_formsets_regress_user Creating table model_formsets_regress_usersite Creating table model_formsets_regress_place Creating table model_formsets_regress_restaurant Creating table model_formsets_regress_manager Creating table m2m_regress_selfrefer Creating table m2m_regress_tag Creating table m2m_regress_entry Creating table m2m_regress_selfreferchild Creating table m2m_regress_selfreferchildsibling Creating table m2m_regress_line Creating table m2m_regress_worksheet Creating table null_queries_poll Creating table null_queries_choice Creating table null_queries_outera Creating table null_queries_outerb Creating table null_queries_inner Creating table model_regress_article Creating table model_regress_movie Creating table model_regress_party Creating table model_regress_event Creating table model_regress_department Creating table model_regress_worker Creating table model_regress_brokenunicodemethod Creating table null_fk_systeminfo Creating table null_fk_forum Creating table null_fk_post Creating table null_fk_comment Creating table many_to_one_regress_first Creating table many_to_one_regress_second Creating table many_to_one_regress_third Creating table many_to_one_regress_parent Creating table many_to_one_regress_child Creating table many_to_one_regress_category Creating table many_to_one_regress_record Creating table many_to_one_regress_relation Creating table admin_registration_person Creating table admin_registration_place Creating table string_lookup_foo Creating table string_lookup_bar Creating table string_lookup_whiz Creating table string_lookup_child Creating table string_lookup_base Creating table string_lookup_article Creating table initial_sql_regress_simple Creating table extra_regress_revisionablemodel Creating table extra_regress_order Creating table extra_regress_testobject Creating table model_inheritance_regress_place Creating table model_inheritance_regress_restaurant Creating table model_inheritance_regress_italianrestaurant Creating table model_inheritance_regress_parkinglot Creating table model_inheritance_regress_parkinglot2 Creating table model_inheritance_regress_parkinglot3 Creating table model_inheritance_regress_supplier Creating table model_inheritance_regress_parent Creating table model_inheritance_regress_child Creating table model_inheritance_regress_selfrefparent Creating table model_inheritance_regress_selfrefchild Creating table model_inheritance_regress_article Creating table model_inheritance_regress_articlewithauthor Creating table model_inheritance_regress_m2mbase Creating table model_inheritance_regress_m2mchild Creating table model_inheritance_regress_qualitycontrol Creating table model_inheritance_regress_basem Creating table model_inheritance_regress_derivedm Creating table fixtures_regress_animal Creating table Fixtures_regress_plant Creating table fixtures_regress_stuff Creating table fixtures_regress_absolute Creating table fixtures_regress_parent Creating table fixtures_regress_child Creating table fixtures_regress_channel Creating table fixtures_regress_article Creating table fixtures_regress_widget Creating table queries_dumbcategory Creating table queries_namedcategory Creating table queries_tag Creating table queries_note Creating table queries_annotation Creating table queries_extrainfo Creating table queries_author Creating table queries_item Creating table queries_report Creating table queries_ranking Creating table queries_cover Creating table queries_number Creating table queries_valid Creating table queries_x Creating table queries_y Creating table queries_loopx Creating table queries_loopy Creating table queries_loopz Creating table queries_managedmodel Creating table queries_detail Creating table queries_member Creating table queries_child Creating table queries_custompk Creating table queries_related Creating table queries_celebrity Creating table queries_tvchef Creating table queries_fan Creating table queries_leafa Creating table queries_leafb Creating table queries_join Creating table queries_reservedname Creating table queries_sharedconnection Creating table queries_pointera Creating table queries_pointerb Creating table queries_singleobject Creating table queries_relatedobject Creating table queries_plaything Creating table generic_inline_admin_episode Creating table generic_inline_admin_media Creating table generic_inline_admin_episodeextra Creating table generic_inline_admin_episodemaxnum Creating table generic_inline_admin_episodeexclude Creating table introspection_reporter Creating table introspection_article Creating table select_related_regress_building Creating table select_related_regress_device Creating table select_related_regress_port Creating table select_related_regress_connection Creating table select_related_regress_tuser Creating table select_related_regress_person Creating table select_related_regress_organizer Creating table select_related_regress_student Creating table select_related_regress_class Creating table select_related_regress_enrollment Creating table select_related_regress_country Creating table select_related_regress_state Creating table select_related_regress_clientstatus Creating table select_related_regress_client Creating table select_related_regress_parent Creating table select_related_regress_child Creating table select_related_regress_item Creating table custom_columns_regress_article Creating table my author table Creating table forms_boundarymodel Creating table forms_defaults Creating table forms_choicemodel Creating table forms_choiceoptionmodel Creating table forms_choicefieldmodel Creating table forms_filemodel Creating table admin_validation_album Creating table admin_validation_song Creating table admin_widgets_member Creating table admin_widgets_band Creating table admin_widgets_album Creating table admin_widgets_inventory Creating table admin_widgets_event Creating table admin_widgets_car Creating table admin_widgets_cartire Creating table generic_relations_regress_link Creating table generic_relations_regress_place Creating table generic_relations_regress_restaurant Creating table syndication_entry Creating table file_uploads_filemodel Creating table delete_regress_book Creating table i18n_testmodel Creating table expressions_regress_number Creating table custom_managers_regress_relatedmodel Creating table custom_managers_regress_restrictedmodel Creating table custom_managers_regress_onetoonerestrictedmodel Creating table model_forms_regress_person Creating table model_forms_regress_triple Creating table model_forms_regress_filepathmodel Creating table model_forms_regress_publication Creating table model_forms_regress_article Creating table model_forms_regress_customff Creating table views_author Creating table views_article Creating table views_urlarticle Creating table views_datearticle Creating table reverse_single_related_source Creating table reverse_single_related_item Creating table bug639_photo Creating table bug8245_story Creating table admin_ordering_band Creating table serializers_regress_booleandata Creating table serializers_regress_chardata Creating table serializers_regress_datedata Creating table serializers_regress_datetimedata Creating table serializers_regress_decimaldata Creating table serializers_regress_emaildata Creating table serializers_regress_filedata Creating table serializers_regress_filepathdata Creating table serializers_regress_floatdata Creating table serializers_regress_integerdata Creating table serializers_regress_ipaddressdata Creating table serializers_regress_nullbooleandata Creating table serializers_regress_phonedata Creating table serializers_regress_positiveintegerdata Creating table serializers_regress_positivesmallintegerdata Creating table serializers_regress_slugdata Creating table serializers_regress_smalldata Creating table serializers_regress_textdata Creating table serializers_regress_timedata Creating table serializers_regress_usstatedata Creating table serializers_regress_xmldata Creating table serializers_regress_tag Creating table serializers_regress_genericdata Creating table serializers_regress_anchor Creating table serializers_regress_uniqueanchor Creating table serializers_regress_fkdata Creating table serializers_regress_m2mdata Creating table serializers_regress_o2odata Creating table serializers_regress_fkselfdata Creating table serializers_regress_m2mselfdata Creating table serializers_regress_fkdatatofield Creating table serializers_regress_fkdatatoo2o Creating table serializers_regress_m2mintermediatedata Creating table serializers_regress_intermediate Creating table serializers_regress_booleanpkdata Creating table serializers_regress_charpkdata Creating table serializers_regress_decimalpkdata Creating table serializers_regress_emailpkdata Creating table serializers_regress_filepathpkdata Creating table serializers_regress_floatpkdata Creating table serializers_regress_integerpkdata Creating table serializers_regress_ipaddresspkdata Creating table serializers_regress_phonepkdata Creating table serializers_regress_positiveintegerpkdata Creating table serializers_regress_positivesmallintegerpkdata Creating table serializers_regress_slugpkdata Creating table serializers_regress_smallpkdata Creating table serializers_regress_usstatepkdata Creating table serializers_regress_complexmodel Creating table serializers_regress_autonowdatetimedata Creating table serializers_regress_modifyingsavedata Creating table serializers_regress_inheritabstractmodel Creating table serializers_regress_basemodel Creating table serializers_regress_inheritbasemodel Creating table serializers_regress_explicitinheritbasemodel Creating table model_inheritance_select_related_place Creating table model_inheritance_select_related_restaurant Creating table model_inheritance_select_related_person Creating table defer_regress_item Creating table defer_regress_relateditem Creating table defer_regress_child Creating table defer_regress_leaf Creating table admin_inlines_parent Creating table admin_inlines_teacher Creating table admin_inlines_child Creating table get_or_create_regress_publisher Creating table get_or_create_regress_author Creating table get_or_create_regress_book Installing custom SQL for initial_sql_regress.Simple model Installing index for auth.Permission model Installing index for auth.Message model Installing index for flatpages.FlatPage model Installing index for redirects.Redirect model Installing index for comments.Comment model Installing index for comments.CommentFlag model Installing index for admin.LogEntry model Installing index for model_forms.Category model Installing index for model_forms.Article model Installing index for model_forms.Inventory model Installing index for model_forms.Book model Installing index for one_to_one.Waiter model Installing index for many_to_one.Article model Installing index for reverse_lookup.Poll model Installing index for reverse_lookup.Choice model Installing index for m2o_recursive2.Person model Installing index for model_inheritance.Comment model Installing index for model_inheritance.Link model Installing index for model_inheritance.Restaurant model Installing index for model_inheritance.ParkingLot model Installing index for update.RelatedPoint model Installing index for order_with_respect_to.Answer model Installing index for model_formsets.Book model Installing index for model_formsets.BookWithCustomPK model Installing index for model_formsets.Owner model Installing index for model_formsets.Revision model Installing index for model_formsets.Membership model Installing index for model_formsets.Player model Installing index for model_formsets.Poem model Installing index for m2m_and_m2o.Issue model Installing index for m2o_recursive.Category model Installing index for serializers.Article model Installing index for serializers.Movie model Installing index for proxy_models.State model Installing index for proxy_models.Issue model Installing index for proxy_models.Bug model Installing index for proxy_models.Improvement model Installing index for expressions.Company model Installing index for mutually_referential.Parent model Installing index for mutually_referential.Child model Installing index for m2m_through.Membership model Installing index for m2m_through.CustomMembership model Installing index for m2m_through.TestNoDefaultsOrNulls model Installing index for m2m_through.Friendship model Installing index for select_related.Kingdom model Installing index for select_related.Phylum model Installing index for select_related.Klass model Installing index for select_related.Order model Installing index for select_related.Family model Installing index for select_related.Genus model Installing index for select_related.Species model Installing index for aggregation.Book model Installing index for generic_relations.TaggedItem model Installing index for generic_relations.Comparison model Installing index for m2m_intermediary.Writer model Installing index for delete.B model Installing index for delete.C model Installing index for delete.D model Installing index for delete.E model Installing index for delete.F model Installing index for unmanaged_models.A01 model Installing index for unmanaged_models.B01 model Installing index for unmanaged_models.C01 model Installing index for custom_pk.Foo model Installing index for defer.Primary model Installing index for many_to_one_null.Article model Installing index for admin_changelist.Child model Installing index for comment_tests.Article model Installing index for m2m_through_regress.Membership model Installing index for m2m_through_regress.UserMembership model Installing index for m2m_through_regress.ThroughBase model Installing index for admin_views.Article model Installing index for admin_views.Promo model Installing index for admin_views.Chapter model Installing index for admin_views.Thing model Installing index for admin_views.Account model Installing index for admin_views.Child model Installing index for admin_views.Picture model Installing index for admin_views.TitleTranslation model Installing index for admin_views.Recommendation model Installing index for admin_views.Widget model Installing index for admin_views.DooHickey model Installing index for admin_views.Grommet model Installing index for admin_views.Whatsit model Installing index for admin_views.FancyDoodad model Installing index for admin_views.Category model Installing index for modeladmin.Concert model Installing index for modeladmin.ValidationTestModel model Installing index for modeladmin.ValidationTestInlineModel model Installing index for inline_formsets.Child model Installing index for inline_formsets.Poem model Installing index for aggregation_regress.Book model Installing index for aggregation_regress.Clues model Installing index for model_fields.Bar model Installing index for model_fields.BigS model Installing index for null_fk_ordering.Article model Installing index for null_fk_ordering.Forum model Installing index for null_fk_ordering.Post model Installing index for null_fk_ordering.Comment model Installing index for model_formsets_regress.UserSite model Installing index for model_formsets_regress.Manager model Installing index for null_queries.Choice model Installing index for null_queries.Inner model Installing index for model_regress.Worker model Installing index for null_fk.Forum model Installing index for null_fk.Post model Installing index for null_fk.Comment model Installing index for many_to_one_regress.Second model Installing index for many_to_one_regress.Third model Installing index for many_to_one_regress.Parent model Installing index for many_to_one_regress.Child model Installing index for many_to_one_regress.Record model Installing index for many_to_one_regress.Relation model Installing index for string_lookup.Bar model Installing index for extra_regress.RevisionableModel model Installing index for extra_regress.Order model Installing index for model_inheritance_regress.Supplier model Installing index for model_inheritance_regress.SelfRefParent model Installing index for fixtures_regress.Stuff model Installing index for queries.Tag model Installing index for queries.Annotation model Installing index for queries.ExtraInfo model Installing index for queries.Author model Installing index for queries.Item model Installing index for queries.Report model Installing index for queries.Ranking model Installing index for queries.Cover model Installing index for queries.X model Installing index for queries.Y model Installing index for queries.LoopX model Installing index for queries.LoopY model Installing index for queries.LoopZ model Installing index for queries.ManagedModel model Installing index for queries.Child model Installing index for queries.Related model Installing index for queries.Fan model Installing index for q/usr/lib64/python2.7/site-packages/simplejson/decoder.py:351: DeprecationWarning: PyOS_ascii_strtod and PyOS_ascii_atof are deprecated. Use PyOS_string_to_double instead. obj, end = self.scan_once(s, idx) FFF.....EEEEEE..F...F...F..........F...................FFF..........................FFF.................................EEEE.EEEEEE..EE.....EEE.....FFF..FFFF.EFFFFFEFFFFFFFFFFFFF.F.FEEEFFFFFF.F...FFFFFFFFFFFFFFFFFFF.F.FEEEF.FFFFFFF............FEFF.F............................................................................................F.F.EEEE........FFF..............E.............F.........................................................FF.........F...............................F....................................................................................................................................................................................................................................................................................................................F.....................................................................F................F............................ ====================================================================== ERROR: test_confirm_complete (django.contrib.auth.tests.views.PasswordResetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 107, in test_confirm_complete url, path = self._test_confirm_start() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 67, in _test_confirm_start response = self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/views.py", line 99, in password_reset form.save(**opts) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/forms.py", line 132, in save 'token': token_generator.make_token(user), File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: test_confirm_different_passwords (django.contrib.auth.tests.views.PasswordResetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 122, in test_confirm_different_passwords url, path = self._test_confirm_start() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 67, in _test_confirm_start response = self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/views.py", line 99, in password_reset form.save(**opts) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/forms.py", line 132, in save 'token': token_generator.make_token(user), File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: test_confirm_invalid (django.contrib.auth.tests.views.PasswordResetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 85, in test_confirm_invalid url, path = self._test_confirm_start() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 67, in _test_confirm_start response = self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/views.py", line 99, in password_reset form.save(**opts) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/forms.py", line 132, in save 'token': token_generator.make_token(user), File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: test_confirm_invalid_post (django.contrib.auth.tests.views.PasswordResetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 97, in test_confirm_invalid_post url, path = self._test_confirm_start() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 67, in _test_confirm_start response = self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/views.py", line 99, in password_reset form.save(**opts) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/forms.py", line 132, in save 'token': token_generator.make_token(user), File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: test_confirm_valid (django.contrib.auth.tests.views.PasswordResetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 78, in test_confirm_valid url, path = self._test_confirm_start() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 67, in _test_confirm_start response = self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/views.py", line 99, in password_reset form.save(**opts) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/forms.py", line 132, in save 'token': token_generator.make_token(user), File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: test_email_found (django.contrib.auth.tests.views.PasswordResetTest) Email is sent if a valid email address is provided for password reset ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 60, in test_email_found response = self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/views.py", line 99, in password_reset form.save(**opts) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/forms.py", line 132, in save 'token': token_generator.make_token(user), File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testAutoCloseField (regressiontests.comment_tests.tests.comment_utils_moderators_tests.CommentUtilsModeratorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 69, in testAutoCloseField self.createSomeComments() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 32, in createSomeComments self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testAutoModerateField (regressiontests.comment_tests.tests.comment_utils_moderators_tests.CommentUtilsModeratorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 74, in testAutoModerateField c1, c2 = self.createSomeComments() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 32, in createSomeComments self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCommentsEnabled (regressiontests.comment_tests.tests.comment_utils_moderators_tests.CommentUtilsModeratorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 64, in testCommentsEnabled self.createSomeComments() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 32, in createSomeComments self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testEmailNotification (regressiontests.comment_tests.tests.comment_utils_moderators_tests.CommentUtilsModeratorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 59, in testEmailNotification self.createSomeComments() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_utils_moderators_tests.py", line 32, in createSomeComments self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCommentDoneView (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 201, in testCommentDoneView response = self.client.post("/post/", data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCommentNext (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) Test the different "next" actions the comment view can take ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 186, in testCommentNext response = self.client.post("/post/", data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCommentNextWithQueryString (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 218, in testCommentNextWithQueryString response = self.client.post("/post/", data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCommentPreview (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 52, in testCommentPreview response = self.client.post("/post/", data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCommentSignals (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) Test signals emitted by the comment posting view ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 152, in testCommentSignals self.testCreateValidComment() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 85, in testCreateValidComment self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testCreateValidComment (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 85, in testCreateValidComment self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testPostAsAuthenticatedUser (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 97, in testPostAsAuthenticatedUser self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testPostAsAuthenticatedUserWithoutFullname (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 118, in testPostAsAuthenticatedUserWithoutFullname self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testPreventDuplicateComments (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) Prevent posting the exact same comment twice ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 128, in testPreventDuplicateComments self.client.post("/post/", data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testWillBePostedSignal (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 164, in testWillBePostedSignal response = self.client.post("/post/", data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testWillBePostedSignalModifyComment (regressiontests.comment_tests.tests.comment_view_tests.CommentViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 178, in testWillBePostedSignalModifyComment self.testCreateValidComment() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/comment_view_tests.py", line 85, in testCreateValidComment self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/views/decorators/http.py", line 37, in inner return func(request, *args, **kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/views/comments.py", line 70, in post_comment if form.security_errors(): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 36, in security_errors if f in self.errors: File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 111, in _get_errors self.full_clean() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/forms/forms.py", line 243, in full_clean value = getattr(self, 'clean_%s' % name)() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 47, in clean_security_hash expected_hash = self.generate_security_hash(**security_hash_dict) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/comments/forms.py", line 87, in generate_security_hash return sha_constructor("".join(info)).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== ERROR: testModerationQueueContents (regressiontests.comment_tests.tests.moderation_view_tests.ModerationQueueTests) Moderation queue should display non-public, non-removed comments. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 184, in testModerationQueueContents self.assertEqual(list(response.context[0]["comments"]), [c1, c2]) TypeError: 'NoneType' object is not subscriptable ====================================================================== ERROR: test_model_without_action (regressiontests.admin_views.tests.AdminActionsTest) Tests a ModelAdmin without any action ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1138, in test_model_without_action self.assertEquals(response.context["action_form"], None) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 18, in __getitem__ raise KeyError KeyError ====================================================================== ERROR: testChangeListSortingCallable (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 157, in testChangeListSortingCallable response.content.index('Oldest content') < response.content.index('Middle content') and ValueError: substring not found ====================================================================== ERROR: testChangeListSortingModel (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 170, in testChangeListSortingModel response.content.index('Newest content') < response.content.index('Middle content') and ValueError: substring not found ====================================================================== ERROR: testChangeListSortingModelAdmin (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 183, in testChangeListSortingModelAdmin response.content.index('Oldest content') < response.content.index('Middle content') and ValueError: substring not found ====================================================================== ERROR: testChangeListSortingCallable (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 157, in testChangeListSortingCallable response.content.index('Oldest content') < response.content.index('Middle content') and ValueError: substring not found ====================================================================== ERROR: testChangeListSortingModel (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 170, in testChangeListSortingModel response.content.index('Newest content') < response.content.index('Middle content') and ValueError: substring not found ====================================================================== ERROR: testChangeListSortingModelAdmin (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 183, in testChangeListSortingModelAdmin response.content.index('Oldest content') < response.content.index('Middle content') and ValueError: substring not found ====================================================================== ERROR: test_save_as_display (regressiontests.admin_views.tests.SaveAsTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 267, in test_save_as_display self.assert_(response.context['save_as']) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 18, in __getitem__ raise KeyError KeyError ====================================================================== ERROR: testExcludeParam (regressiontests.generic_inline_admin.tests.GenericInlineAdminParametersTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/generic_inline_admin/tests.py", line 141, in testExcludeParam formset = response.context['inline_admin_formsets'][0].formset File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 18, in __getitem__ raise KeyError KeyError ====================================================================== ERROR: testExtraParam (regressiontests.generic_inline_admin.tests.GenericInlineAdminParametersTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/generic_inline_admin/tests.py", line 120, in testExtraParam formset = response.context['inline_admin_formsets'][0].formset File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 18, in __getitem__ raise KeyError KeyError ====================================================================== ERROR: testMaxNumParam (regressiontests.generic_inline_admin.tests.GenericInlineAdminParametersTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/generic_inline_admin/tests.py", line 131, in testMaxNumParam formset = response.context['inline_admin_formsets'][0].formset File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 18, in __getitem__ raise KeyError KeyError ====================================================================== ERROR: testNoParam (regressiontests.generic_inline_admin.tests.GenericInlineAdminParametersTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/generic_inline_admin/tests.py", line 110, in testNoParam formset = response.context['inline_admin_formsets'][0].formset File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 18, in __getitem__ raise KeyError KeyError ====================================================================== ERROR: test_large_upload (regressiontests.file_uploads.tests.FileUploadTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/file_uploads/tests.py", line 53, in test_large_upload response = self.client.post('/file_uploads/verify/', post_data) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/client.py", line 313, in post response = self.request(**r) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/core/handlers/base.py", line 92, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/file_uploads/views.py", line 42, in file_upload_view_verify new_hash = sha_constructor(value).hexdigest() TypeError: Unicode-objects must be encoded before hashing ====================================================================== FAIL: test_password_change_fails_with_invalid_old_password (django.contrib.auth.tests.views.ChangePasswordTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 159, in test_password_change_fails_with_invalid_old_password self.assertEquals(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_password_change_fails_with_mismatched_passwords (django.contrib.auth.tests.views.ChangePasswordTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 170, in test_password_change_fails_with_mismatched_passwords self.assertEquals(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_password_change_succeeds (django.contrib.auth.tests.views.ChangePasswordTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/views.py", line 182, in test_password_change_succeeds self.assert_(response['Location'].endswith('/password_change/done/')) AssertionError: False is not True ====================================================================== FAIL: test_last_login (django.contrib.auth.tests.remote_user.RemoteUserCustomTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/remote_user.py", line 93, in test_last_login self.assertEqual(default_login, response.context['user'].last_login) AssertionError: datetime.datetime(2000, 1, 1, 0, 0) != datetime.datetime(2010, 1, 3, 2, 40, 17, 677091) ====================================================================== FAIL: test_last_login (django.contrib.auth.tests.remote_user.RemoteUserNoCreateTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/remote_user.py", line 93, in test_last_login self.assertEqual(default_login, response.context['user'].last_login) AssertionError: datetime.datetime(2000, 1, 1, 0, 0) != datetime.datetime(2010, 1, 3, 2, 40, 17, 837434) ====================================================================== FAIL: test_last_login (django.contrib.auth.tests.remote_user.RemoteUserTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/remote_user.py", line 93, in test_last_login self.assertEqual(default_login, response.context['user'].last_login) AssertionError: datetime.datetime(2000, 1, 1, 0, 0) != datetime.datetime(2010, 1, 3, 2, 40, 17, 954518) ====================================================================== FAIL: test_logout (modeltests.test_client.models.ClientTest) Request a logout after logging in ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/test_client/models.py", line 325, in test_logout self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_view_with_login (modeltests.test_client.models.ClientTest) Request a page that is protected with @login_required ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/test_client/models.py", line 271, in test_view_with_login self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_view_with_login_and_custom_redirect (modeltests.test_client.models.ClientTest) Request a page that is protected with @login_required(redirect_field_name='redirect_to') ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/test_client/models.py", line 303, in test_view_with_login_and_custom_redirect self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_view_with_method_login (modeltests.test_client.models.ClientTest) Request a page that is protected with a @login_required method ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/test_client/models.py", line 287, in test_view_with_method_login self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: testApprovePermissions (regressiontests.comment_tests.tests.moderation_view_tests.ApproveViewTests) The delete view should only be accessible to 'moderators' ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 129, in testApprovePermissions self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: testApprovePost (regressiontests.comment_tests.tests.moderation_view_tests.ApproveViewTests) POSTing the delete view should mark the comment as removed ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 139, in testApprovePost self.assertEqual(response["Location"], "http://testserver/approved/?c=%d" % c1.pk) AssertionError: 'http://testserver/accounts/login/?next=/approve/1/' != 'http://testserver/approved/?c=1' ====================================================================== FAIL: testApproveSignals (regressiontests.comment_tests.tests.moderation_view_tests.ApproveViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 153, in testApproveSignals self.testApprovePost() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 139, in testApprovePost self.assertEqual(response["Location"], "http://testserver/approved/?c=%d" % c1.pk) AssertionError: 'http://testserver/accounts/login/?next=/approve/1/' != 'http://testserver/approved/?c=1' ====================================================================== FAIL: testDeletePermissions (regressiontests.comment_tests.tests.moderation_view_tests.DeleteViewTests) The delete view should only be accessible to 'moderators' ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 85, in testDeletePermissions self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: testDeletePost (regressiontests.comment_tests.tests.moderation_view_tests.DeleteViewTests) POSTing the delete view should mark the comment as removed ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 94, in testDeletePost self.assertEqual(response["Location"], "http://testserver/deleted/?c=%d" % pk) AssertionError: 'http://testserver/accounts/login/?next=/delete/1/' != 'http://testserver/deleted/?c=1' ====================================================================== FAIL: testDeleteSignals (regressiontests.comment_tests.tests.moderation_view_tests.DeleteViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 108, in testDeleteSignals self.testDeletePost() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 94, in testDeletePost self.assertEqual(response["Location"], "http://testserver/deleted/?c=%d" % pk) AssertionError: 'http://testserver/accounts/login/?next=/delete/1/' != 'http://testserver/deleted/?c=1' ====================================================================== FAIL: testFlagGet (regressiontests.comment_tests.tests.moderation_view_tests.FlagViewTests) GET the flag view: render a confirmation page. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 15, in testFlagGet self.assertTemplateUsed(response, "comments/flag.html") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 414, in assertTemplateUsed self.fail('No templates used to render the response') AssertionError: No templates used to render the response ====================================================================== FAIL: testFlagPost (regressiontests.comment_tests.tests.moderation_view_tests.FlagViewTests) POST the flag view: actually flag the view (nice for XHR) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 23, in testFlagPost self.assertEqual(response["Location"], "http://testserver/flagged/?c=%d" % pk) AssertionError: 'http://testserver/accounts/login/?next=/flag/1/' != 'http://testserver/flagged/?c=1' ====================================================================== FAIL: testFlagPostTwice (regressiontests.comment_tests.tests.moderation_view_tests.FlagViewTests) Users don't get to flag comments more than once. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 30, in testFlagPostTwice c = self.testFlagPost() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 23, in testFlagPost self.assertEqual(response["Location"], "http://testserver/flagged/?c=%d" % pk) AssertionError: 'http://testserver/accounts/login/?next=/flag/1/' != 'http://testserver/flagged/?c=1' ====================================================================== FAIL: testFlagSignals (regressiontests.comment_tests.tests.moderation_view_tests.FlagViewTests) Test signals emitted by the comment flag view ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 64, in testFlagSignals self.testFlagPost() File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 23, in testFlagPost self.assertEqual(response["Location"], "http://testserver/flagged/?c=%d" % pk) AssertionError: 'http://testserver/accounts/login/?next=/flag/1/' != 'http://testserver/flagged/?c=1' ====================================================================== FAIL: testModerationQueuePermissions (regressiontests.comment_tests.tests.moderation_view_tests.ModerationQueueTests) Only moderators can view the moderation queue ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/comment_tests/tests/moderation_view_tests.py", line 173, in testModerationQueuePermissions self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_custom_function_action_with_redirect (regressiontests.admin_views.tests.AdminActionsTest) Tests a custom action defined in a function ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1133, in test_custom_function_action_with_redirect self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_custom_function_mail_action (regressiontests.admin_views.tests.AdminActionsTest) Tests a custom action defined in a function ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1122, in test_custom_function_mail_action self.assertEquals(len(mail.outbox), 1) AssertionError: 0 != 1 ====================================================================== FAIL: test_model_admin_custom_action (regressiontests.admin_views.tests.AdminActionsTest) Tests a custom action defined in a ModelAdmin method ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1092, in test_model_admin_custom_action self.assertEquals(len(mail.outbox), 1) AssertionError: 0 != 1 ====================================================================== FAIL: test_model_admin_default_delete_action (regressiontests.admin_views.tests.AdminActionsTest) Tests the default delete action defined as a ModelAdmin method ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1109, in test_model_admin_default_delete_action self.assertContains(confirmation, "Are you sure you want to delete the selected subscriber objects") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find 'Are you sure you want to delete the selected subscriber objects' in response ====================================================================== FAIL: test_multiple_actions_form (regressiontests.admin_views.tests.AdminActionsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1158, in test_multiple_actions_form self.assertEquals(len(mail.outbox), 1) AssertionError: 0 != 1 ====================================================================== FAIL: test_change_view (regressiontests.admin_views.tests.AdminCustomQuerysetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1199, in test_change_view self.assertEqual(response.status_code, 404) AssertionError: 200 != 404 ====================================================================== FAIL: test_changelist_view (regressiontests.admin_views.tests.AdminCustomQuerysetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1189, in test_changelist_view self.assertContains(response, 'Primary key = %s' % i) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find 'Primary key = 2' in response ====================================================================== FAIL: testInline (regressiontests.admin_views.tests.AdminInheritedInlinesTest) Ensure that inline models which inherit from a common parent are correctly handled by admin. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1032, in testInline self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: test_inline_file_upload_edit_validation_error_post (regressiontests.admin_views.tests.AdminInlineFileUploadTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1242, in test_inline_file_upload_edit_validation_error_post self.failUnless(response._container[0].find("Currently:") > -1) AssertionError: False is not True ====================================================================== FAIL: test_char_pk_inline (regressiontests.admin_views.tests.AdminInlineTests) A model with a character PK can be saved as inlines. Regression for #10992 ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1404, in test_char_pk_inline self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_explicit_autofield_inline (regressiontests.admin_views.tests.AdminInlineTests) A model with an explicit autofield primary key can be saved as inlines. Regression for #8093 ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1372, in test_explicit_autofield_inline self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_inherited_inline (regressiontests.admin_views.tests.AdminInlineTests) An inherited model can be saved as inlines. Regression for #11042 ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1467, in test_inherited_inline self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_integer_pk_inline (regressiontests.admin_views.tests.AdminInlineTests) A model with an integer PK can be saved as inlines. Regression for #10992 ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1436, in test_integer_pk_inline self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_ordered_inline (regressiontests.admin_views.tests.AdminInlineTests) Check that an inline with an editable ordering fields is ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1539, in test_ordered_inline self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_simple_inline (regressiontests.admin_views.tests.AdminInlineTests) A simple model can be saved as inlines ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1341, in test_simple_inline self.failUnlessEqual(response.status_code, 302) AssertionError: 200 != 302 ====================================================================== FAIL: test_search_on_sibling_models (regressiontests.admin_views.tests.AdminSearchTest) Check that a search that mentions sibling models ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 994, in test_search_on_sibling_models self.assertContains(response, "\n1 recommendation\n") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find ' 1 recommendation ' in response ====================================================================== FAIL: testAddWithGETArgs (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 63, in testAddWithGETArgs "Couldn't find an input with the right value in the response." AssertionError: Couldn't find an input with the right value in the response. ====================================================================== FAIL: testBasicAddPost (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 84, in testBasicAddPost self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testBasicEditPost (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 131, in testBasicEditPost self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testEditSaveAs (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 147, in testEditSaveAs self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testIncorrectLookupParameters (regressiontests.admin_views.tests.AdminViewBasicTest) Ensure incorrect lookup parameters are handled gracefully. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 204, in testIncorrectLookupParameters self.assertRedirects(response, '/test_admin/%s/admin_views/thing/?e=1' % self.urlbit) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 303, in assertRedirects " (expected %d)" % (response.status_code, status_code))) AssertionError: Response didn't redirect as expected: Response code was 200 (expected 302) ====================================================================== FAIL: testLimitedFilter (regressiontests.admin_views.tests.AdminViewBasicTest) Ensure admin changelist filters do not contain objects excluded via limit_choices_to. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 194, in testLimitedFilter "Expected filter not found in changelist view." AssertionError: Expected filter not found in changelist view. ====================================================================== FAIL: testLogoutAndPasswordChangeURLs (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 210, in testLogoutAndPasswordChangeURLs self.failIf('' % self.urlbit not in response.content) AssertionError: True is not False ====================================================================== FAIL: testNamedGroupFieldChoicesChangeList (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 224, in testNamedGroupFieldChoicesChangeList "Changelist table isn't showing the right human-readable values set by a model field 'choices' option named group." AssertionError: Changelist table isn't showing the right human-readable values set by a model field 'choices' option named group. ====================================================================== FAIL: testNamedGroupFieldChoicesFilter (regressiontests.admin_views.tests.AdminViewBasicTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 236, in testNamedGroupFieldChoicesFilter "Expected filter not found in changelist view." AssertionError: Expected filter not found in changelist view. ====================================================================== FAIL: test_changelist_input_html (regressiontests.admin_views.tests.AdminViewListEditable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 889, in test_changelist_input_html self.failUnlessEqual(response.content.count("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 -_.!~*'() ;/?:@&=+$, <>#%" {}|\^[]`' in response ====================================================================== FAIL: test_deleteconfirmation_link (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) The link from the delete confirmation page referring back to the changeform of the object should be quoted ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 655, in test_deleteconfirmation_link self.assertContains(response, should_contain) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 -_.!~*'() ;/?:@&=+$, <>#%" {}|\^[]`' in response ====================================================================== FAIL: test_get_change_view (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) Retrieving the object using urlencoded form of primary key should work ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 616, in test_get_change_view self.assertContains(response, escape(self.pk)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 -_.!~*'() ;/?:@&=+$, <>#%" {}|\^[]`' in response ====================================================================== FAIL: test_recentactions_link (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) The link from the recent actions list referring to the changeform of the object should be quoted ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 629, in test_recentactions_link self.assertContains(response, should_contain) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 -_.!~*'() ;/?:@&=+$, <>#%" {}|\^[]`' in response ====================================================================== FAIL: test_recentactions_without_content_type (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) If a LogEntry is missing content_type it will not display it in span tag under the hyperlink. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 635, in test_recentactions_without_content_type self.assertContains(response, should_contain) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find 'abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 -_.!~*'() ;/?:@&=+$, <>#%" {}|\^[]`' in response ====================================================================== FAIL: test_url_conflicts_with_add (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) A model with a primary key that ends with add should be visible ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 663, in test_url_conflicts_with_add self.assertContains(response, should_contain) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find '

Change model with string primary key

' in response ====================================================================== FAIL: test_url_conflicts_with_delete (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) A model with a primary key that ends with delete should be visible ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 671, in test_url_conflicts_with_delete self.assertContains(response, should_contain) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find '

Change model with string primary key

' in response ====================================================================== FAIL: test_url_conflicts_with_history (regressiontests.admin_views.tests.AdminViewStringPrimaryKeyTest) A model with a primary key that ends with history should be visible ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 679, in test_url_conflicts_with_history self.assertContains(response, should_contain) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 345, in assertContains "Couldn't find '%s' in response" % text) AssertionError: Couldn't find '

Change model with string primary key

' in response ====================================================================== FAIL: testUnicodeDelete (regressiontests.admin_views.tests.AdminViewUnicodeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 853, in testUnicodeDelete self.assertRedirects(response, '/test_admin/admin/admin_views/book/') File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 303, in assertRedirects " (expected %d)" % (response.status_code, status_code))) AssertionError: Response didn't redirect as expected: Response code was 200 (expected 302) ====================================================================== FAIL: testUnicodeEdit (regressiontests.admin_views.tests.AdminViewUnicodeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 843, in testUnicodeEdit self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testAddWithGETArgs (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 63, in testAddWithGETArgs "Couldn't find an input with the right value in the response." AssertionError: Couldn't find an input with the right value in the response. ====================================================================== FAIL: testBasicAddPost (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 84, in testBasicAddPost self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testBasicEditPost (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 131, in testBasicEditPost self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testCustomAdminSiteIndexViewAndTemplate (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 283, in testCustomAdminSiteIndexViewAndTemplate self.assertTemplateUsed(request, 'custom_admin/index.html') File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 418, in assertTemplateUsed u', '.join(template_names))) AssertionError: Template 'custom_admin/index.html' was not a template used to render the response. Actual template(s) used: custom_admin/login.html, admin/login.html, admin/base_site.html, admin/base.html ====================================================================== FAIL: testCustomAdminSiteView (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 289, in testCustomAdminSiteView self.assert_(response.content == "Django is a magical pony!", response.content) AssertionError: Log in | Django site admin
Hello from a custom login template

====================================================================== FAIL: testEditSaveAs (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 147, in testEditSaveAs self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testIncorrectLookupParameters (regressiontests.admin_views.tests.CustomModelAdminTest) Ensure incorrect lookup parameters are handled gracefully. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 204, in testIncorrectLookupParameters self.assertRedirects(response, '/test_admin/%s/admin_views/thing/?e=1' % self.urlbit) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 303, in assertRedirects " (expected %d)" % (response.status_code, status_code))) AssertionError: Response didn't redirect as expected: Response code was 200 (expected 302) ====================================================================== FAIL: testLimitedFilter (regressiontests.admin_views.tests.CustomModelAdminTest) Ensure admin changelist filters do not contain objects excluded via limit_choices_to. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 194, in testLimitedFilter "Expected filter not found in changelist view." AssertionError: Expected filter not found in changelist view. ====================================================================== FAIL: testLogoutAndPasswordChangeURLs (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 210, in testLogoutAndPasswordChangeURLs self.failIf('' % self.urlbit not in response.content) AssertionError: True is not False ====================================================================== FAIL: testNamedGroupFieldChoicesChangeList (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 224, in testNamedGroupFieldChoicesChangeList "Changelist table isn't showing the right human-readable values set by a model field 'choices' option named group." AssertionError: Changelist table isn't showing the right human-readable values set by a model field 'choices' option named group. ====================================================================== FAIL: testNamedGroupFieldChoicesFilter (regressiontests.admin_views.tests.CustomModelAdminTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 236, in testNamedGroupFieldChoicesFilter "Expected filter not found in changelist view." AssertionError: Expected filter not found in changelist view. ====================================================================== FAIL: testPasswordChangeDone (regressiontests.admin_views.tests.NeverCacheTests) Check the never-cache status of the password change done view ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 1613, in testPasswordChangeDone self.failUnlessEqual(get_max_age(response), None) AssertionError: 0 != None ====================================================================== FAIL: test_save_as_duplication (regressiontests.admin_views.tests.SaveAsTests) Ensure save as actually creates a new person ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 257, in test_save_as_duplication self.assertEqual(len(Person.objects.filter(name='John M')), 1) AssertionError: 0 != 1 ====================================================================== FAIL: test_secure_view_login_successfully_redirects_to_original_url (regressiontests.admin_views.tests.SecureViewTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 729, in test_secure_view_login_successfully_redirects_to_original_url self.assertRedirects(login, '/test_admin/admin/secure-view/?%s' % query_string) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 303, in assertRedirects " (expected %d)" % (response.status_code, status_code))) AssertionError: Response didn't redirect as expected: Response code was 200 (expected 302) ====================================================================== FAIL: test_staff_member_required_decorator_works_as_per_admin_login (regressiontests.admin_views.tests.SecureViewTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_views/tests.py", line 743, in test_staff_member_required_decorator_works_as_per_admin_login self.assertRedirects(login, '/test_admin/admin/secure-view/') File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 303, in assertRedirects " (expected %d)" % (response.status_code, status_code))) AssertionError: Response didn't redirect as expected: Response code was 200 (expected 302) ====================================================================== FAIL: testBasicAddPost (regressiontests.generic_inline_admin.tests.GenericAdminViewTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/generic_inline_admin/tests.py", line 59, in testBasicAddPost self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: testBasicEditPost (regressiontests.generic_inline_admin.tests.GenericAdminViewTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/generic_inline_admin/tests.py", line 77, in testBasicEditPost self.failUnlessEqual(response.status_code, 302) # redirect somewhere AssertionError: 200 != 302 ====================================================================== FAIL: test_changelist_foreignkey (regressiontests.admin_widgets.tests.AdminForeignKeyWidgetChangeList) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_widgets/tests.py", line 128, in test_changelist_foreignkey self.failUnless('%s/auth/user/add/' % self.admin_root in response.content) AssertionError: False is not True ====================================================================== FAIL: testFilterChoicesByRequestUser (regressiontests.admin_widgets.tests.AdminFormfieldForDBFieldWithRequestTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_widgets/tests.py", line 114, in testFilterChoicesByRequestUser self.assert_("Volkswagon Passat" in response.content) AssertionError: False is not True ====================================================================== FAIL: test_changelist_foreignkey (regressiontests.admin_widgets.tests.OldAdminForeignKeyWidgetChangeList) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/admin_widgets/tests.py", line 128, in test_changelist_foreignkey self.failUnless('%s/auth/user/add/' % self.admin_root in response.content) AssertionError: False is not True ====================================================================== FAIL: test_login_required_view (regressiontests.views.tests.generic.create_update.CreateObjectTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/views/tests/generic/create_update.py", line 24, in test_login_required_view self.assertEqual(response.status_code, 200) AssertionError: 302 != 200 ====================================================================== FAIL: test_exception_cleared (regressiontests.test_client_regress.models.ExceptionTests) #5836 - A stale user exception isn't re-raised by the test client. ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/test_client_regress/models.py", line 435, in test_exception_cleared self.fail("Staff should be able to visit this page") AssertionError: Staff should be able to visit this page ====================================================================== FAIL: test_login_different_client (regressiontests.test_client_regress.models.LoginTests) Check that using a different test client doesn't violate authentication ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/test_client_regress/models.py", line 386, in test_login_different_client self.assertRedirects(response, "http://testserver/test_client_regress/get_view/") File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/testcases.py", line 323, in assertRedirects "Response redirected to '%s', expected '%s'" % (url, expected_url)) AssertionError: Response redirected to 'http://testserver/accounts/login/?next=/test_client_regress/login_protected_redirect_view/', expected 'http://testserver/test_client_regress/get_view/' ====================================================================== FAIL: test_session (regressiontests.test_client_regress.models.SessionTests) The session isn't lost if a user logs in ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/test_client_regress/models.py", line 519, in test_session self.assertEqual(response.content, 'YES') AssertionError: 'NO' != 'YES' ====================================================================== FAIL: Doctest: django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 2180, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line unknown line number, in TOKEN_GENERATOR_TESTS ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: tk1 = p0.make_token(u) Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in tk1 = p0.make_token(u) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: p0.check_token(u, tk1) Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in p0.check_token(u, tk1) NameError: name 'tk1' is not defined ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: tk1 = p0.make_token(u) Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in tk1 = p0.make_token(u) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: tk2 = p0.make_token(reload) Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in tk2 = p0.make_token(reload) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 15, in make_token return self._make_token_with_timestamp(user, self._num_days(self._today())) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tokens.py", line 56, in _make_token_with_timestamp unicode(timestamp)).hexdigest()[::2] TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: tk1 == tk2 Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in tk1 == tk2 NameError: name 'tk1' is not defined ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: p1.check_token(u, tk1) Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in p1.check_token(u, tk1) NameError: name 'tk1' is not defined ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/contrib/auth/tests/__init__.py", line ?, in django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS Failed example: p2.check_token(u, tk1) Exception raised: Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 1267, in __run compileflags, 1) in test.globs File "", line 1, in p2.check_token(u, tk1) NameError: name 'tk1' is not defined ====================================================================== FAIL: Doctest: regressiontests.fixtures_regress.models.__test__.API_TESTS ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 2180, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for regressiontests.fixtures_regress.models.__test__.API_TESTS File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/fixtures_regress/models.py", line unknown line number, in API_TESTS ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/fixtures_regress/models.py", line ?, in regressiontests.fixtures_regress.models.__test__.API_TESTS Failed example: management.call_command('dumpdata', 'fixtures_regress.animal', format='json') Expected: [{"pk": 1, "model": "fixtures_regress.animal", "fields": {"count": 3, "weight": 1.2, "name": "Lion", "latin_name": "Panthera leo"}}, {"pk": 2, "model": "fixtures_regress.animal", "fields": {"count": 2, "weight": 2.29..., "name": "Platypus", "latin_name": "Ornithorhynchus anatinus"}}, {"pk": 10, "model": "fixtures_regress.animal", "fields": {"count": 42, "weight": 1.2, "name": "Emu", "latin_name": "Dromaius novaehollandiae"}}] Got: [{"pk": 1, "model": "fixtures_regress.animal", "fields": {"count": 3, "weight": 1.2, "name": "Lion", "latin_name": "Panthera leo"}}, {"pk": 2, "model": "fixtures_regress.animal", "fields": {"count": 2, "weight": 2.3, "name": "Platypus", "latin_name": "Ornithorhynchus anatinus"}}, {"pk": 10, "model": "fixtures_regress.animal", "fields": {"count": 42, "weight": 1.2, "name": "Emu", "latin_name": "Dromaius novaehollandiae"}}] ====================================================================== FAIL: Doctest: regressiontests.i18n.tests.__test__.misc ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/_doctest.py", line 2180, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for regressiontests.i18n.tests.__test__.misc File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/i18n/tests.py", line unknown line number, in misc ---------------------------------------------------------------------- File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/i18n/tests.py", line ?, in regressiontests.i18n.tests.__test__.misc Failed example: p('en-au;q=0.1') Expected: [('en-au', 0.10000000000000001)] Got: [('en-au', 0.1)] ====================================================================== FAIL: test_templates (regressiontests.templates.tests.Templates) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 262, in test_templates ('-'*70, ("\n%s\n" % ('-'*70)).join(failures))) AssertionError: Tests failed: ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache01 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache01 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache02 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache02 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache03 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache03 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache04 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache04 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache05 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache05 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache06 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache06 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache07 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache07 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache08 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache08 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache09 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache09 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache10 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache10 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache16 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache16 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID=''): cache17 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Template test (TEMPLATE_STRING_IF_INVALID='INVALID'): cache17 -- FAILED. Got , exception: Unicode-objects must be encoded before hashing Traceback (most recent call last): File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 236, in test_templates output = self.render(test_template, vals) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/templates/tests.py", line 267, in render output = test_template.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/test/utils.py", line 29, in instrumented_test_render return self.nodelist.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 779, in render bits.append(self.render_node(node, context)) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/template/__init__.py", line 792, in render_node return node.render(context) File "/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/django/templatetags/cache.py", line 27, in render args = md5_constructor(u':'.join([urlquote(resolve_variable(var, context)) for var in self.vary_on])) TypeError: Unicode-objects must be encoded before hashing ---------------------------------------------------------------------- Ran 914 tests in 396.447s FAILED (failures=93, errors=35) ueries.Join model Installing index for queries.PointerA model Installing index for queries.PointerB model Installing index for queries.RelatedObject model Installing index for queries.Plaything model Installing index for generic_inline_admin.Media model Installing index for introspection.Article model Installing index for select_related_regress.Device model Installing index for select_related_regress.Port model Installing index for select_related_regress.Organizer model Installing index for select_related_regress.Student model Installing index for select_related_regress.Class model Installing index for select_related_regress.Enrollment model Installing index for select_related_regress.State model Installing index for select_related_regress.Client model Installing index for select_related_regress.Item model Installing index for custom_columns_regress.Article model Installing index for forms.ChoiceFieldModel model Installing index for admin_validation.Song model Installing index for admin_widgets.Album model Installing index for admin_widgets.Inventory model Installing index for admin_widgets.Event model Installing index for admin_widgets.Car model Installing index for admin_widgets.CarTire model Installing index for generic_relations_regress.Link model Installing index for custom_managers_regress.RestrictedModel model Installing index for views.Article model Installing index for views.UrlArticle model Installing index for views.DateArticle model Installing index for reverse_single_related.Item model Installing index for serializers_regress.SlugData model Installing index for serializers_regress.Tag model Installing index for serializers_regress.FKData model Installing index for serializers_regress.FKSelfData model Installing index for serializers_regress.FKDataToField model Installing index for serializers_regress.FKDataToO2O model Installing index for serializers_regress.Intermediate model Installing index for model_inheritance_select_related.Person model Installing index for defer_regress.RelatedItem model Installing index for defer_regress.Leaf model Installing index for admin_inlines.Child model Installing index for get_or_create_regress.Book model Installing json fixture 'initial_data' from '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/fixtures/fixtures'. Installing json fixture 'initial_data' from '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/modeltests/aggregation/fixtures'. Installing json fixture 'initial_data' from '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1/tests/regressiontests/aggregation_regress/fixtures'. Installed 49 object(s) from 3 fixture(s) [?1034hDestroying test database... * ERROR: dev-python/django-1.1.1 failed: * Testing failed with Python 2.7 in testing() function * * Call stack: * ebuild.sh, line 48: Called src_test * environment, line 4076: Called python_execute_function 'testing' * environment, line 3429: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/django-1.1.1', * the complete build log and the output of 'emerge -pqv =dev-python/django-1.1.1'. * The complete build log is located at '/var/log/portage/build/dev-python/django-1.1.1:20100103-013155.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/django-1.1.1/temp/environment'. * S: '/var/tmp/portage/dev-python/django-1.1.1/work/Django-1.1.1'