Fellow Report - July 1, 2017

47 views
Skip to first unread message

Tim Graham

unread,
Jul 1, 2017, 7:50:13 PM7/1/17
to Django developers (Contributions to Django itself)

Triaged

-------

https://code.djangoproject.com/ticket/28340 - USE_THOUSAND_SEPARATOR=True causes primary key to include commas (wontfix)

https://code.djangoproject.com/ticket/28335 - Add query expressions support for models meta ordering (duplicate)

https://code.djangoproject.com/ticket/28339 - Expand the docs around how sqlmigrate works with regards to constraint and index names (accepted)

https://code.djangoproject.com/ticket/28342 - Make PyLibMCCache backend catch exceptions when memcached server is down (accepted)

https://code.djangoproject.com/ticket/28345 - limit_choices_to callable is no longer applied during ModelForm instantiation which blocks some use cases (accepted)

https://code.djangoproject.com/ticket/28349 - Document the recommended way to upgrade Django from LTS to LTS (accepted)

https://code.djangoproject.com/ticket/28353 - QuerySet builds wrong SQL when the gis Length function is used and the queryset's query attribute is accessed (accepted)

 

Authored

----------

https://github.com/django/django/pull/8692 - [wip] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constraint" crash on MySQL with a sequence of AlterField operations.

 

Reviewed/committed

------------------

https://github.com/django/django/pull/8626 - Fixed #26362 -- Fixed update of the inherited id field of an object when its parent changes.

https://github.com/django/django/pull/8676 - Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.

https://github.com/django/django/pull/8647 - Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes.

https://github.com/django/django/pull/8386 - Fixed #28046 -- Added support for custom tablespace to Index.

https://github.com/django/django/pull/8674 - Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.

https://github.com/django/django/pull/7600 - Fixed #27473 -- Added DurationField support to Extract.

https://github.com/django/django/pull/8031 - Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().

https://github.com/django/django/pull/8685 - Removed obsolete Query.tables attribute.

https://github.com/django/django/pull/8680 - Fixed #28277 -- Added validation of QuerySet.annotate() and aggregate() args.

https://github.com/django/django/pull/8687 - Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().

https://github.com/django/django/pull/8330 - Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().

https://github.com/django/django/pull/8691 - Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field.
Reply all
Reply to author
Forward
0 new messages