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.

-- 
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/962c62fa-feba-4211-9fc8-38f763398abe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to