I think we’ll try for a 1.8 bug fix release on Friday or so since it’s been about a month since the last one. We also have a 1.4 release to fix compatibility with pip 7+ by disabling wheel support (Older versions of 1.4 would silently build a broken wheel when installed with those versions of pip). But don't forget that 1.4 support ends on October 1!
Report for week ending August 1, 2015: Triaged ------- https://code.djangoproject.com/ticket/25179 - Allow custom variable tags for Templates (won’t fix) https://code.djangoproject.com/ticket/25174 - Move some details of CheckMessage to the reference guide. (fixed) https://code.djangoproject.com/ticket/25178 - Add DEFAULT_FROM_EMAIL to deployment checklist (fixed) https://code.djangoproject.com/ticket/25172- System checks don't respect database routers (accepted) https://code.djangoproject.com/ticket/20301 - Unique field validation with multiple DB connections. (duplicate) https://code.djangoproject.com/ticket/21257 - ForeignKey on_delete functionality should traverse to the DB backend (duplicate) https://code.djangoproject.com/ticket/11523 - ORM/MySQL backend doesn't set pk when Warning exception is raised (won’t fix) https://code.djangoproject.com/ticket/11329 - get_count generates incorrect SQL for query sets with extra 'select' and 'where' (won’t fix) https://code.djangoproject.com/ticket/10933 - Avoid " TypeError: Cannot convert Decimal("0.0000") to Decimal " when the decimal module has been reloaded (worksforme) https://code.djangoproject.com/ticket/25188 - inconsistent escaping in assertRaisesMessage test output (accepted) https://code.djangoproject.com/ticket/25193 - MultiWidget is_hidden is True if subwidgets are dynamically added during its render function (won’t fix) https://code.djangoproject.com/ticket/6439 - support for filter methods on date field attributes (duplicate) https://code.djangoproject.com/ticket/18207 - concrete inheritence, mysql defer bug (duplicate) https://code.djangoproject.com/ticket/11096 - .values including related fields does not work when specified after an aggregate's .annotate (worksforme) https://code.djangoproject.com/ticket/15804 - Query lookup types should be scoped to the last joined field's model (fixed) https://code.djangoproject.com/ticket/15787 - select_related with nested fields affects query result (fixed) Authored -------- https://github.com/django/django/pull/5054 - Fixed #25159 -- Removed brackets from class/function/method signatures in docs. https://github.com/django/django/pull/5065 - Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage(). https://github.com/django/django/pull/5069 - Fixed #25183 -- Fixed non-deterministic GeoIP test. https://github.com/django/django/pull/5057 - Fixed #25174 -- Moved some details of CheckMessage to the reference guide. https://github.com/django/django/pull/5072 - Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage(). https://github.com/django/django/pull/5078 - Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField. https://github.com/django/django/pull/5079 - Fixed #25204 -- Added missing space in runserver logging. Reviewed/committed ------------------ https://github.com/django/django/pull/5050 - Fixed #25110 -- Fixed a test_runner test isolation regression. https://github.com/django/django/pull/5041 - Fixed #25095 -- Fixed annotate() + values() group by bug https://github.com/django/django/pull/4919 - Fixed #24127 -- Changed the default current_app to the current namespace. https://github.com/django/django/pull/5020 - Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow customization. https://github.com/django/django/pull/5026 - Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField https://github.com/django/django/pull/5063 - Fixed #25186 -- Improved migration's serialization of builtins on Python 2. https://github.com/django/django/pull/5061 - Fixed #25185 -- Added support for functools.partial serialization in migrations https://github.com/django/django/pull/5044 - Fixed #25163 -- Added hint for non-staff users to admin login page. https://github.com/django/django/pull/5073 - Fixed #25089 -- Added password validation to createsuperuser/changepassword. https://github.com/django/django/pull/4627 - Fixed #24444 -- Updated contrib.admin to use django-flat-theme https://github.com/django/django/pull/5062 - Fixed #25184 -- Added support for MaxMind GeoLite2 database format https://github.com/django/django/pull/4574 - Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in CommonMiddleware. https://github.com/django/django/pull/5051 - Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking transaction. https://github.com/django/django/pull/5031 - Fixed #25146 -- Allowed method_decorator() to decorate classes. -- 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 http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/b3092888-3be0-466f-b9f0-adab4a9a3236%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
