Week ending October 6, 2019. *Triaged:* https://code.djangoproject.com/ticket/30817 - Document that Sitemap.items() can return an iterable. (accepted) https://code.djangoproject.com/ticket/30818 - Django can't handle m2m relations well sometimes. (invalid) https://code.djangoproject.com/ticket/30816 - Clarify how to test changes with an existing Django project. (accepted) https://code.djangoproject.com/ticket/28726 - Brackets illegal in DEFAULT_FROM_EMAIL name part. (fixed) https://code.djangoproject.com/ticket/30820 - DateRange__contains does not work as filter. (worksforme) https://code.djangoproject.com/ticket/30822 - Oracle Bulk Create TextField fails when there is a mix of short and long string. (duplicate) https://code.djangoproject.com/ticket/30823 - Postgres + Django. (invalid) https://code.djangoproject.com/ticket/30821 - Add "iso_week_day" lookup type to DateField/DateTimeField. (accepted) https://code.djangoproject.com/ticket/30819 - Locales that prioritize 2-digit years shows invalid year in admin date picker. (accepted) https://code.djangoproject.com/ticket/30824 - Test Cases for Multi-db and unmanged models are failing. (invalid) https://code.djangoproject.com/ticket/14722 - @last_modified should ignore lack of etag method when USE_ETAGS is enabled. (wontfix) https://code.djangoproject.com/ticket/30826 - Chaining __contains lookup with JSONField key transforms crashes. (accepted) https://code.djangoproject.com/ticket/30010 - Add support for running the test suite through docker with docker-compose (fixed) https://code.djangoproject.com/ticket/30831 - Django doesn't respect overriding the maxlength widget attribute for CharFields in ModelForm. (invalid) https://code.djangoproject.com/ticket/30832 - django custom relationship (duplicate) https://code.djangoproject.com/ticket/30833 - Use field label when available to display errors in forms. (invalid) https://code.djangoproject.com/ticket/30834 - Supported databases should be listed above the fold. (accepted) https://code.djangoproject.com/ticket/30836 - Installation FAQ needs some copy editing. (invalid) https://code.djangoproject.com/ticket/30838 - Please modify message about unapplied migrations. (wontfix) https://code.djangoproject.com/ticket/30841 - Using __isnull lookup to a non-boolean value doesn't promote join. (wontfix)
*Reviewed/committed:* https://github.com/django/django/pull/11846 - Doc'd that migrate commmand accepts a unique migration name prefix. https://github.com/django/django/pull/11815 - Fixed #30774 -- Made serialization in migrations use members names for Enums. https://github.com/django/django/pull/11848 - Fixed #28690 -- Fixed handling of two-digit years in parse_http_date(). https://github.com/django/django/pull/11857 - Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts on Oracle. https://github.com/django/django/pull/11808 - Fixed #30651 -- Made __eq__() return NotImplemented for not implemented comparisons. https://github.com/django/django/pull/11856 - Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. https://github.com/django/django/pull/11855 - Fixed #30817 -- Clarified return value of Sitemap.items(). https://github.com/django/django/pull/11738 - Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMiddleware. https://github.com/django/django/pull/11838 - Refs #30010 -- Doc'd running tests with django-docker-box. https://github.com/django/django/pull/11827 - Refs #15396 -- Mentioned full path to GZipMiddleware in documentation. https://github.com/django/django/pull/11858 - Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations. https://github.com/django/django/pull/11867 - Fixed #30834 -- Added explicit list of supported databases to the databases docs. https://github.com/django/django/pull/11868 - Made minor edits and small fixes to docs/faq/install.txt. *Reviewed:* https://github.com/django/django/pull/11416 - Fixed #30510 -- Adjust Oracle bulk insert column types to match. *Authored:* https://github.com/jazzband/django-formtools/pull/152 - Refs #151 -- Implemented Jazzband guidelines. Best regards, Mariusz -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/c8fa134e-993e-47a9-b5ff-277785ecd42a%40googlegroups.com.
