Triaged
------- https://code.djangoproject.com/ticket/27075 - URLconf does not properly import underscore-containing module identifiers (worksforme) https://code.djangoproject.com/ticket/27071 - Raise a friendly exception when a string is returned from a view function (wontfix) https://code.djangoproject.com/ticket/27084 - Admin site does not listen to database routers when adding objects (duplicate) https://code.djangoproject.com/ticket/27092 - Migrations: Creating and then renaming a ForeignKey fails when index and constraint created (duplicate) Authored -------- https://github.com/django/django/pull/7091 - Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable. https://github.com/django/django/pull/7109 - Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table. https://github.com/django/django/pull/7113 - Fixed #27081 -- Allowed migrations to serialize methods on pypy. https://github.com/django/django/pull/7118 - Fixed #27089 -- Added database alias to InconsistentMigrationHistory message. https://github.com/django/django/pull/7120 - Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior. https://github.com/django/django/pull/7125 - Fixed #26571 -- Corrected recommendation for converting timestamps to tz-aware datetimes. https://github.com/django/djangopeople/pull/71 - Fix "Unicode-objects must be encoded before hashing" crash in openid view Reviewed/committed ------------------ https://github.com/django/django/pull/7078 - Fixed #27057 -- Made setup_test_environment() store saved settings in one place. https://github.com/django/django/pull/6872 - Fixed #26840 -- Added test.utils.setup/teardown_databases(). https://github.com/django/django/pull/7107 - Fixed #27077 -- Made calls checking for in-memory database more DRY. https://github.com/django/django/pull/7100 - Fixed #27069 -- Doc'd which gettext functions may be aliased as _. https://github.com/django/django/pull/7077 - Fixed #27054 -- Fixed makemigrations crash with a read-only database. https://github.com/django/django/pull/7088 - Fixed #25871 -- Added expressions support to QuerySet.values(). https://github.com/django/django/pull/7096 - Fixed #22414 -- Ensured that LiveServerTestCase closes connections. https://github.com/django/django/pull/6216 - Fixed #22288 -- Fixed F() expressions with the __range lookup. https://github.com/django/django/pull/6923 - Fixed #26902 -- Allowed is_safe_url() to require an https URL. https://github.com/django/django/pull/7127 - Fixed #27018 -- Fixed admindocs crash with a view in a class. Reviews of core dev work ------------------------ https://github.com/django/django/pull/7115 - Fixed #27073 -- Fixed duplicated managers in _meta.managers. https://github.com/django/django/pull/7097 - Fixed #27068 -- Unified form field initial data retrieval. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/1a16dcff-60a1-47fb-b70b-b79ced3803c9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
