Week ending February 17, 2018 Triaged
------- https://code.djangoproject.com/ticket/29127 - Running tagged tests hides any with syntax errors (accepted) https://code.djangoproject.com/ticket/28972 <https://code.djangoproject.com/ticket/28972#comment:8> - RelatedObjectDoesNotExist during loaddata of models with multi-table inheritance (duplicate) https://code.djangoproject.com/ticket/29128 - makemigrations raises AppRegistryNotReady instead of ImproperlyConfigured in Django 2.0 (accepted) https://code.djangoproject.com/ticket/29130 - floatformat is rounding off incorrectly (invalid) https://code.djangoproject.com/ticket/29129 - Child model updates parent model with empty fields making an extra query in multi-inheritance when parent model has custom PK (accepted) https://code.djangoproject.com/ticket/29026 - Make makemigrations scriptable / script-friendly (accepted) https://code.djangoproject.com/ticket/29062 - "database table locked errors" when using sqlite in-memory database with LiveServerTestCase (worksforme) https://code.djangoproject.com/ticket/29098 - Add SimpleTestCase.assertRedirectsRegex() (accepted) https://code.djangoproject.com/ticket/29131 - Make the error message for ArrayField more user and translation-friendly (accepted) https://code.djangoproject.com/ticket/29132 - update_last_login signal handler shouldn't be connected if User.last_login attribute isn't a field (accepted) https://code.djangoproject.com/ticket/29138 - Add ModelAdmin.autocomplete_fields support for ForeignKeys that use to_field (accepted) Authored ---------- https://github.com/django/django/pull/9694 - Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments. https://github.com/django/django/pull/9698 - Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manually specified pks. Reviewed/committed ------------------ https://github.com/django/django/pull/9695 - Fixed #24607 -- Serialized natural keys in multi-table inheritance models. https://github.com/django/django/pull/9664 - Fixed #29106 -- Made DiscoverRunner display selected test tags. https://github.com/django/django/pull/9469 - Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries. https://github.com/django/django/pull/9268 - Fixed #28693 -- Fixed DisallowedHost crash in CsrfViewMiddleware when an HTTPS request has an invalid host. https://github.com/django/django/pull/9691 - Fixed #28171 -- Added an exception if Form's empty_permitted and use_required_attribute arguments conflict. https://github.com/django/django/pull/8026 - Fixed #27810 -- Allowed query expressions in admin_order_field. https://github.com/django/django/pull/8741 - Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users. On Saturday, February 10, 2018 at 8:54:26 PM UTC-5, Tim Graham wrote: > > Week ending February 10, 2018 > > > Triaged > > ------- > > https://code.djangoproject.com/ticket/29113 - Simplify > django.forms.formsets.all_valid() and clarify docstring (fixed) > > https://code.djangoproject.com/ticket/29052 - test database setup can > truncate non-test database if two database aliases point to the same > database (accepted) > > https://code.djangoproject.com/ticket/29115 - Allow rendering of admin > forms with Jinja2 (accepted) > > https://code.djangoproject.com/ticket/29117 - Excessive memory use when > multiple objects retrieved using objects.get() (duplicate) > > https://code.djangoproject.com/ticket/29030 - Make construction of "View > on site" and "View Site" URLs consistent (accepted) > https://code.djangoproject.com/ticket/29122 - Add a better font for > Persian/Farsi to the admin (maybe) > > > Authored > > ---------- > > https://github.com/django/django/pull/9665 - Refs #28814 -- Fixed > migrations crash with namespace packages on Python 3.7. > > https://github.com/django/django/pull/9672 - Refs #27795 -- Removed > force_bytes/text() usage in tests. > > Reviewed/committed > > ------------------ > > https://github.com/django/django/pull/9657 - Refs #28723 -- Fixed stale > prefetch_related cache after add/remove. > > https://github.com/django/django/pull/8531 - Fixed #27999 -- Added test > client support for HTTP 307 and 308 redirects. > > https://github.com/django/django/pull/9667 - Fixed #28833 -- Prevented > CacheMiddleware from caching responses with "Cache-Control: private". > > https://github.com/django/django/pull/9645 - Fixed #29082 -- Allowed the > test client to encode JSON request data. > > https://github.com/django/django/pull/9538 - Fixed #25790 -- Allowed > disable column sorting in the admin changelist. > > https://github.com/django/django/pull/9235 - Fixed #17419 -- Added > json_tag template filter. > > https://github.com/django/django/pull/9660 - Fixed #29108 -- Fixed crash > in aggregation of distinct+ordered+sliced querysets. > > https://github.com/django/django/pull/9656 - Fixed #29109 -- Fixed the > admin time picker widget for the Thai locale. > > https://github.com/django/django/pull/9671 - Fixed #29118 -- Fixed crash > with QuerySet.order_by(Exists(...)). > > https://github.com/django/django/pull/8528 - Fixed #24747 -- Allowed > transforms in QuerySet.order_by() and distinct(*fields). > https://github.com/django/django/pull/9560 - Fixed #28960 -- Added > GEOSGeometry.buffer_with_style(). > -- 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/d426b19f-d436-40b1-84fa-6804faea0ebe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
