Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 7f264e02f4480c49d1440be882416a10951c2165
      
https://github.com/django/django/commit/7f264e02f4480c49d1440be882416a10951c2165
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M django/utils/unittest/__init__.py
    R django/utils/unittest/__main__.py
    R django/utils/unittest/case.py
    R django/utils/unittest/collector.py
    R django/utils/unittest/compatibility.py
    R django/utils/unittest/loader.py
    R django/utils/unittest/main.py
    R django/utils/unittest/result.py
    R django/utils/unittest/runner.py
    R django/utils/unittest/signals.py
    R django/utils/unittest/suite.py
    R django/utils/unittest/util.py
    M docs/internals/deprecation.txt
    A docs/releases/1.7.txt
    M docs/topics/testing/_images/django_unittest_classes_hierarchy.graffle
    M docs/topics/testing/_images/django_unittest_classes_hierarchy.pdf
    M docs/topics/testing/_images/django_unittest_classes_hierarchy.svg
    M docs/topics/testing/overview.txt

  Log Message:
  -----------
  Fixed #20680 -- Deprecated django.utils.unittest.

Refs #19204.


  Commit: cfcf4b3605f9653e4e056088d89932b2a0e4281b
      
https://github.com/django/django/commit/cfcf4b3605f9653e4e056088d89932b2a0e4281b
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M django/contrib/admin/tests.py
    M django/contrib/admindocs/tests/test_fields.py
    M django/contrib/auth/tests/test_hashers.py
    M django/contrib/auth/tests/test_tokens.py
    M django/contrib/auth/tests/utils.py
    M django/contrib/formtools/tests/tests.py
    M django/contrib/gis/gdal/tests/test_driver.py
    M django/contrib/gis/gdal/tests/test_ds.py
    M django/contrib/gis/gdal/tests/test_envelope.py
    M django/contrib/gis/gdal/tests/test_geom.py
    M django/contrib/gis/gdal/tests/test_srs.py
    M django/contrib/gis/geoip/tests.py
    M django/contrib/gis/geos/tests/test_geos.py
    M django/contrib/gis/geos/tests/test_geos_mutation.py
    M django/contrib/gis/geos/tests/test_io.py
    M django/contrib/gis/geos/tests/test_mutable_list.py
    M django/contrib/gis/tests/distapp/tests.py
    M django/contrib/gis/tests/geo3d/tests.py
    M django/contrib/gis/tests/geoadmin/tests.py
    M django/contrib/gis/tests/geoapp/test_feeds.py
    M django/contrib/gis/tests/geoapp/test_regress.py
    M django/contrib/gis/tests/geoapp/test_sitemaps.py
    M django/contrib/gis/tests/geoapp/tests.py
    M django/contrib/gis/tests/geogapp/tests.py
    M django/contrib/gis/tests/inspectapp/tests.py
    M django/contrib/gis/tests/layermap/tests.py
    M django/contrib/gis/tests/relatedapp/tests.py
    M django/contrib/gis/tests/test_geoforms.py
    M django/contrib/gis/tests/test_measure.py
    M django/contrib/gis/tests/test_spatialrefsys.py
    M django/contrib/humanize/tests.py
    M django/contrib/messages/tests/base.py
    M django/contrib/messages/tests/test_middleware.py
    M django/contrib/sessions/tests.py
    M django/contrib/sitemaps/tests/test_flatpages.py
    M django/contrib/sitemaps/tests/test_http.py
    M django/test/runner.py
    M django/test/testcases.py
    M docs/topics/testing/advanced.txt
    M docs/topics/testing/overview.txt
    M tests/admin_scripts/tests.py
    M tests/admin_widgets/tests.py
    M tests/aggregation_regress/tests.py
    M tests/app_loading/tests.py
    M tests/bash_completion/tests.py
    M tests/bug639/tests.py
    M tests/bug8245/tests.py
    M tests/builtin_server/tests.py
    M tests/db_typecasts/tests.py
    M tests/decorators/tests.py
    M tests/defaultfilters/tests.py
    M tests/dispatch/tests/test_dispatcher.py
    M tests/dispatch/tests/test_saferef.py
    M tests/file_storage/tests.py
    M tests/file_uploads/tests.py
    M tests/files/tests.py
    M tests/forms_tests/tests/test_validators.py
    M tests/generic_views/test_base.py
    M tests/generic_views/test_dates.py
    M tests/generic_views/test_edit.py
    M tests/httpwrappers/tests.py
    M tests/indexes/tests.py
    M tests/inspectdb/tests.py
    M tests/introspection/tests.py
    M tests/invalid_models/tests.py
    M tests/logging_tests/tests.py
    M tests/max_lengths/tests.py
    M tests/middleware/tests.py
    M tests/model_fields/test_imagefield.py
    M tests/model_fields/tests.py
    M tests/model_forms/tests.py
    M tests/model_forms_regress/tests.py
    M tests/model_inheritance_regress/tests.py
    M tests/model_regress/tests.py
    M tests/modeladmin/tests.py
    M tests/pagination/tests.py
    M tests/queries/tests.py
    M tests/requests/tests.py
    M tests/resolve_url/tests.py
    M tests/select_for_update/tests.py
    M tests/select_related_onetoone/tests.py
    M tests/serializers/tests.py
    M tests/serializers_regress/tests.py
    M tests/settings_tests/tests.py
    M tests/str/tests.py
    M tests/template_tests/loaders.py
    M tests/template_tests/test_callables.py
    M tests/template_tests/test_context.py
    M tests/template_tests/test_custom.py
    M tests/template_tests/test_nodelist.py
    M tests/template_tests/test_parser.py
    M tests/template_tests/test_smartif.py
    M tests/template_tests/test_unicode.py
    M tests/template_tests/tests.py
    M tests/test_runner/test_discover_runner.py
    M tests/test_runner/tests.py
    M tests/test_suite_override/tests.py
    M tests/test_utils/tests.py
    M tests/timezones/tests.py
    M tests/transactions/tests.py
    M tests/transactions_regress/tests.py
    M tests/urlpatterns_reverse/tests.py
    M tests/utils_tests/test_archive.py
    M tests/utils_tests/test_baseconv.py
    M tests/utils_tests/test_crypto.py
    M tests/utils_tests/test_dateparse.py
    M tests/utils_tests/test_encoding.py
    M tests/utils_tests/test_functional.py
    M tests/utils_tests/test_html.py
    M tests/utils_tests/test_http.py
    M tests/utils_tests/test_ipv6.py
    M tests/utils_tests/test_module_loading.py
    M tests/utils_tests/test_os_utils.py
    M tests/utils_tests/test_regex_helper.py
    M tests/utils_tests/test_simplelazyobject.py
    M tests/utils_tests/test_termcolors.py
    M tests/utils_tests/test_timezone.py
    M tests/utils_tests/test_tzinfo.py
    M tests/validation/test_error_messages.py
    M tests/validation/test_unique.py
    M tests/validators/tests.py
    M tests/version/tests.py
    M tests/view_tests/tests/test_debug.py

  Log Message:
  -----------
  Stopped using django.utils.unittest in the test suite.

Refs #20680.


Compare: https://github.com/django/django/compare/88de53d4a865...cfcf4b3605f9

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/51d17645886c8_67841465dd817170%40hookshot-fe4-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to