Week ending November 17, 2019. Released Django 3.0rc1.
*Triaged:* https://code.djangoproject.com/ticket/30988 - Deprecate the barely documented InvalidQuery exception. (accepted) https://code.djangoproject.com/ticket/30991 - Optional removal of transaction and extra get() in get_or_create(). (wontfix) https://code.djangoproject.com/ticket/30994 - Add support for AsGeoJSON on Oracle. (accepted) https://code.djangoproject.com/ticket/30997 - Deprecate HttpRequest.is_ajax. (accepted) https://code.djangoproject.com/ticket/30989 - Remove not implemented `B` time format (Swatch Internet Time). (accepted) https://code.djangoproject.com/ticket/31000 - Match @import rule and url() statement exclude of the css comment during the collectstatic. (duplicate) https://code.djangoproject.com/ticket/30999 - Typo in custom template tags docs. (accepted) https://code.djangoproject.com/ticket/29097 - Migrations using MySQL fail for constraints using composite indexes. (fixed) https://code.djangoproject.com/ticket/30969 - Add support for query expressions as default values. (duplicate) https://code.djangoproject.com/ticket/31001 - Test failures on SQLite 3.30. (duplicate) https://code.djangoproject.com/ticket/31006 - Document how to escape a date/time format character for the |date and |time filters. (accepted) https://code.djangoproject.com/ticket/31004 - Using FilteredRelation on M2M relationship duplicates result rows. (invalid) https://code.djangoproject.com/ticket/31009 - Test database named just "test_". (wontfix) https://code.djangoproject.com/ticket/31011 - A new template tag for ternary operations? (duplicate) https://code.djangoproject.com/ticket/31014 - Add FromWKB and FromWKT GIS functions. (accepted) https://code.djangoproject.com/ticket/31017 - Search on online Django documentation is not working for 2.2 and 3. (invalid) https://code.djangoproject.com/ticket/31016 - Documentation: MySQL notes: utf8. (duplicate) https://code.djangoproject.com/ticket/31019 - The database backend specific checks could be bypassed when using multiple databases. (invalid) https://code.djangoproject.com/ticket/31022 - Setup GitHub tracking links (invalid) https://code.djangoproject.com/ticket/31021 - Migration doesn't work on multi database environment. (worksforme) https://code.djangoproject.com/ticket/31023 - __second lookup doesn't work on Django 2.2.7. (needsinfo) https://code.djangoproject.com/ticket/31025 - HTMLTranslator.highlightlinenothreshold will be removed in Sphinx 3.0. (accepted) https://code.djangoproject.com/ticket/29145 - Allow CIText values to be compared as the database would compare them (case-insensitively) (wontfix) *Reviewed/committed:* https://github.com/django/django/pull/12074 - Replaced QueryWrapper single usage with RawSQL. https://github.com/django/django/pull/12076 - Fixed #30990 -- Fixed example output in 'z' date format docs. https://github.com/django/django/pull/12092 - Fixed #30989 -- Removed unimplemented B time format. https://github.com/django/django/pull/12073 - Fixed #30988 -- Deprecated the InvalidQuery exception class. https://github.com/django/django/pull/12080 - Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function. https://github.com/django/django/pull/12071 - Expanded API stability docs to include our policy of continual improvement. https://github.com/django/django/pull/11926 - Fixed #30987 -- Added models.PositiveBigIntegerField. https://github.com/django/django/pull/12108 - Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt. https://github.com/django/django/pull/7364 - Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. https://github.com/django/django/pull/12072 - Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expressions in admin_order_field. https://github.com/django/django/pull/12096 - Fixed #27164 -- Fixed an example of using routers in multiple databases docs. https://github.com/django/djangoproject.com/pull/960 - Updated robots.docs.txt for Django 3.0. https://github.com/django/django/pull/12062 - Fixed #25388 -- Added an option to allow disabling of migrations during test database creation. https://github.com/django/django/pull/12111 - Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django 2.2. https://github.com/django/django/pull/12067 - Fixed #30484 -- Added conditional expressions support to CheckConstraint. https://github.com/django/django/pull/12113 - Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided. https://github.com/django/django/pull/12120 - Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget." https://github.com/django/django/pull/12123 - Fixed #8467 -- Prevented crash when adding existent m2m relation with an invalid type. https://github.com/django/django/pull/12122 - Fixed #9762 -- Made DateFormat.r() locale-independent. https://github.com/django/django/pull/12081 - Fixed #30996 -- Added AsWKB and AsWKT GIS functions. 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/ead2be69-214a-4eef-9a2e-1143355e7c73%40googlegroups.com.
