Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 5891990b6e6f6e90a873ceb199b321177a90c9eb
      
https://github.com/django/django/commit/5891990b6e6f6e90a873ceb199b321177a90c9eb
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2013-12-23 (Mon, 23 Dec 2013)

  Changed paths:
    M django/apps/__init__.py
    M django/apps/cache.py
    M django/contrib/auth/management/__init__.py
    M django/contrib/contenttypes/management.py
    M django/test/signals.py
    M django/test/testcases.py
    M django/test/utils.py
    M tests/app_loading/tests.py

  Log Message:
  -----------
  Refactored INSTALLED_APPS overrides.

* Introduced [un]set_installed_apps to handle changes to the
  INSTALLED_APPS setting.
* Refactored [un]set_available_apps to share its implementation
  with [un]set_installed_apps.
* Implemented a receiver to clear some app-related caches.
* Removed test_missing_app as it is basically impossible to reproduce
  this situation with public methods of the new app cache.


  Commit: 5241763c81b6afe1c0327ff7eb0d75c643f24ce0
      
https://github.com/django/django/commit/5241763c81b6afe1c0327ff7eb0d75c643f24ce0
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2013-12-23 (Mon, 23 Dec 2013)

  Changed paths:
    M django/test/__init__.py
    M django/test/testcases.py
    M django/test/utils.py
    M docs/topics/testing/overview.txt
    M tests/settings_tests/tests.py
    M tests/view_tests/tests/test_i18n.py

  Log Message:
  -----------
  Added modify_settings to alter settings containing lists of values.


  Commit: da16bb30ff238aa4d59b4186d92ef5429d8d0045
      
https://github.com/django/django/commit/da16bb30ff238aa4d59b4186d92ef5429d8d0045
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2013-12-23 (Mon, 23 Dec 2013)

  Changed paths:
    M django/apps/cache.py
    M django/contrib/contenttypes/tests.py
    M django/contrib/gis/tests/geoapp/test_feeds.py
    M django/contrib/gis/tests/geoapp/test_sitemaps.py
    M django/contrib/messages/tests/base.py
    M django/contrib/redirects/tests.py
    M django/contrib/sitemaps/tests/test_http.py
    M django/contrib/sites/tests.py
    M tests/admin_docs/tests.py
    M tests/app_loading/tests.py
    M tests/comment_tests/tests/test_app_api.py
    M tests/i18n/tests.py
    M tests/invalid_models_tests/tests.py
    M tests/migrations/test_writer.py
    M tests/proxy_model_inheritance/tests.py
    M tests/runtests.py
    M tests/template_tests/test_loaders.py
    M tests/template_tests/tests.py
    M tests/utils_tests/test_autoreload.py
    M tests/utils_tests/test_module_loading.py
    M tests/view_tests/tests/test_i18n.py

  Log Message:
  -----------
  Dropped AppCache._empty, _with_app and _without_app.

It's now easier to achieve the same effect with modify_settings or
override_settings.


  Commit: e32095616c50bef9b06dc8637a99584ba947bae5
      
https://github.com/django/django/commit/e32095616c50bef9b06dc8637a99584ba947bae5
  Author: Aymeric Augustin <aymeric.augus...@m4x.org>
  Date:   2013-12-23 (Mon, 23 Dec 2013)

  Changed paths:
    M django/contrib/auth/tests/test_auth_backends.py
    M django/contrib/auth/tests/test_basic.py
    M django/contrib/auth/tests/test_context_processors.py
    M django/contrib/auth/tests/test_forms.py
    M django/contrib/auth/tests/test_handlers.py
    M django/contrib/auth/tests/test_management.py
    M django/contrib/auth/tests/test_models.py
    M django/contrib/auth/tests/test_signals.py
    M django/contrib/auth/tests/test_templates.py
    M django/contrib/auth/tests/test_views.py
    M django/contrib/contenttypes/tests.py
    M django/contrib/flatpages/tests/test_csrf.py
    M django/contrib/flatpages/tests/test_forms.py
    M django/contrib/flatpages/tests/test_middleware.py
    M django/contrib/flatpages/tests/test_templatetags.py
    M django/contrib/flatpages/tests/test_views.py
    M django/contrib/formtools/tests/tests.py
    M django/contrib/gis/tests/geoadmin/tests.py
    M django/contrib/humanize/tests.py
    M django/contrib/messages/tests/base.py
    M django/contrib/messages/tests/test_cookie.py
    M django/contrib/redirects/tests.py
    M django/contrib/sessions/tests.py
    M django/contrib/sitemaps/tests/test_generic.py
    M django/contrib/sitemaps/tests/test_https.py
    M django/contrib/sites/tests.py
    M tests/admin_custom_urls/tests.py
    M tests/admin_docs/tests.py
    M tests/admin_filters/tests.py
    M tests/admin_inlines/tests.py
    M tests/admin_views/tests.py
    M tests/admin_widgets/tests.py
    M tests/backends/tests.py
    M tests/bulk_create/tests.py
    M tests/cache/tests.py
    M tests/comment_tests/tests/__init__.py
    M tests/comment_tests/tests/test_comment_form.py
    M tests/comment_tests/tests/test_comment_utils_moderators.py
    M tests/csrf_tests/tests.py
    M tests/defer_regress/tests.py
    M tests/file_storage/tests.py
    M tests/file_uploads/tests.py
    M tests/fixtures_regress/tests.py
    M tests/forms_tests/tests/test_extra.py
    M tests/forms_tests/tests/test_input_formats.py
    M tests/forms_tests/tests/test_media.py
    M tests/forms_tests/tests/test_widgets.py
    M tests/generic_inline_admin/tests.py
    M tests/generic_views/test_dates.py
    M tests/generic_views/test_list.py
    M tests/handlers/tests.py
    M tests/i18n/contenttypes/tests.py
    M tests/i18n/patterns/tests.py
    M tests/i18n/test_compilation.py
    M tests/i18n/test_extraction.py
    M tests/i18n/tests.py
    M tests/initial_sql_regress/tests.py
    M tests/logging_tests/tests.py
    M tests/mail/tests.py
    M tests/managers_regress/tests.py
    M tests/middleware/tests.py
    M tests/middleware_exceptions/tests.py
    M tests/migrations/test_commands.py
    M tests/migrations/test_executor.py
    M tests/migrations/test_loader.py
    M tests/modeladmin/tests.py
    M tests/multiple_database/tests.py
    M tests/prefetch_related/tests.py
    M tests/proxy_models/tests.py
    M tests/requests/tests.py
    M tests/select_for_update/tests.py
    M tests/serializers/tests.py
    M tests/servers/tests.py
    M tests/settings_tests/tests.py
    M tests/staticfiles_tests/test_liveserver.py
    M tests/staticfiles_tests/tests.py
    M tests/swappable_models/tests.py
    M tests/template_tests/test_nodelist.py
    M tests/template_tests/test_parser.py
    M tests/template_tests/test_response.py
    M tests/test_client/tests.py
    M tests/test_client_regress/tests.py
    M tests/timezones/tests.py
    M tests/transactions_regress/tests.py
    M tests/urlpatterns_reverse/tests.py
    M tests/utils_tests/test_dateformat.py
    M tests/utils_tests/test_timezone.py
    M tests/view_tests/tests/test_debug.py
    M tests/view_tests/tests/test_shortcuts.py
    M tests/view_tests/tests/test_static.py
    M tests/wsgi/tests.py

  Log Message:
  -----------
  Imported override_settings from its new location.


Compare: https://github.com/django/django/compare/8cff95e937a3...e32095616c50

-- 
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/52b8a70792b60_658ccd1d4c489cc%40hookshot-fe3-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to