Week ending April 25, 2021 

*Triaged: *
   https://code.djangoproject.com/ticket/32636 - 
QuerySet.values()/values_list() crashes on a combined queryset ordered by 
"extra" select. (wontfix) 
   https://code.djangoproject.com/ticket/32663 - Remove Error raising on 
annotation & distinct call (wontfix) 
   https://code.djangoproject.com/ticket/32661 - An exception should be 
raised when trying to save an aware time object. (accepted) 
   https://code.djangoproject.com/ticket/32662 - Refactor a generator out 
from part of SQLCompiler.get_order_by() (accepted) 
   https://code.djangoproject.com/ticket/32584 - OrderBy.as_sql() 
overwrites template, creating invalid syntax for certain database backends 
(wontfix) 
   https://code.djangoproject.com/ticket/32658 - Subquery ignores query 
ordering (invalid) 
   https://code.djangoproject.com/ticket/32664 - Cannot run makemigrations 
management command without a SECRET_KEY (accepted) 
   https://code.djangoproject.com/ticket/32665 - caches.W002 check does not 
support tuples in STATICFILES_DIRS (accepted) 
   https://code.djangoproject.com/ticket/32666 - Clarify mysite/urls.py 
location for tutorial-01 (invalid) 
   https://code.djangoproject.com/ticket/31543 - Default output buffering 
on in tests (wontfix) 
   https://code.djangoproject.com/ticket/18596 - Documentation of 
JavaScriptCatalog isn't very clear (fixed) 
   https://code.djangoproject.com/ticket/32667 - Clarify about tags on 
BaseCommand.require_system_checks (accepted) 
   https://code.djangoproject.com/ticket/21993 - Messages documentation is 
topic style, there is no ref (needsinfo) 
   https://code.djangoproject.com/ticket/21859 - clarify Django docs re: 
email addresses and ascii (invalid) 
   https://code.djangoproject.com/ticket/24822 - Autodetector crashes on 
add/removal of tzinfo from DateTimeField default (invalid) 
   https://code.djangoproject.com/ticket/32669 - Allow autoreloading of 
`python -m custom_module runserver` (accepted) 
   https://code.djangoproject.com/ticket/32670 - 
django.contrib.gis.GDALRaster support for vsi filesystems (accepted) 
   https://code.djangoproject.com/ticket/27534 - Add CSRF_COOKIE_HTTPONLY 
note to CSRF AJAX docs (duplicate) 
   https://code.djangoproject.com/ticket/25012 - Migrations don't make 
foreign key type changes (fixed) 
   https://code.djangoproject.com/ticket/32675 - Migration autodetector 
detects unnecessary changes. (created) 
   https://code.djangoproject.com/ticket/32676 - Migration autodetector 
changes related_name for self-referential ManyToManyField. (created) 
   https://code.djangoproject.com/ticket/32674 - DEFAULT_AUTO_FIELD changes 
should be detected for PKs of auto-created intermediate M2M models. 
(accepted) 
   https://code.djangoproject.com/ticket/32677 - 
django.db.models.fields.related.relatedfield not described in the 
documentation (invalid) 
   https://code.djangoproject.com/ticket/32679 - Django model not updating 
image field correctly (Raw content) (invalid) 
   https://code.djangoproject.com/ticket/32683 - class-based view to deal 
with modelformsets and formsets (duplicate) 
   https://code.djangoproject.com/ticket/32684 - Annotate query with 
Subquery with None value cannot be reliably filtered (or excluded) 
(duplicate) 
   https://code.djangoproject.com/ticket/32681 - Variable lookup errors are 
logged rendering the admin index page if subtitle is not defined. 
(accepted) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14230 - Fixed #32611 -- Prevented 
unecessary setup()/teardown() calls when using --bisect/--pair runtests 
options. 
   https://github.com/django/django/pull/14276 - Refs #32609 -- Simplified 
test_labels_set construction in runtests.py's setup(). 
   https://github.com/django/django/pull/14256 - Fixed #32574 -- Confirmed 
support for PROJ 8.x. 
   https://github.com/django/django/pull/14282 - Fixed #32664 -- Made 
PasswordResetTokenGenerator.secret validation lazy. 
   https://github.com/django/django/pull/14237 - Refs #25287 -- Added 
support for multiplying and dividing DurationField by scalar values on 
SQLite. 
   https://github.com/django/django/pull/14271 - Fixed #32650 -- Fixed 
handling subquery aliasing on queryset combination. 
   https://github.com/django/django/pull/14292 - Fixed #32662 -- Refactored 
a generator out of SQLCompiler.get_order_by(). 
   https://github.com/django/django/pull/14295 - Fixed #32667 -- Added link 
to labeling checks in BaseCommand.requires_system_checks docs. 
   https://github.com/django/django/pull/14302 - Fixed #32673 -- Fixed 
lookups crash when comparing against lookups on PostgreSQL. 

*Reviewed: *
   https://github.com/django/django/pull/14288 - Fixed #32647 -- Restored 
multi-row select with shift-modifier in admin changelist. 

*Authored: *
   https://github.com/django/django/pull/14291 - Fixed #32665 -- Fixed 
caches system check crash when STATICFILES_DIRS is a list of 2-tuples. 
   https://github.com/django/django/pull/14300 - Fixed isolation of 
test_showmigrations_unmigrated_app(). 
   https://github.com/django/django/pull/14304 - Refs #32673 -- Fixed 
lookups crash when comparing against lookups on Oracle. 

Best,
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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/4beaeeb3-e2a7-4426-9e63-5c76860624a3n%40googlegroups.com.

Reply via email to