Week ending June 30, 2019.

*Triaged:*
https://code.djangoproject.com/ticket/30586 - Django 2.2 compatibility with 
PyMySQL. (duplicate)
https://code.djangoproject.com/ticket/30587 - Cloaking exceptions raised by 
get_object_or_404(). (duplicate)
https://code.djangoproject.com/ticket/30588 - ipdb breaks the autoreloader. 
(accepted)
https://code.djangoproject.com/ticket/30584 - call_command raises 
ValueError when subparser dest is passed in options. (accepted)
https://code.djangoproject.com/ticket/30589 - urlize parses email addresses 
with apostrophes incorrectly. (accepted)
https://code.djangoproject.com/ticket/30590 - Error in the documentation of 
the polling app. (invalid)
https://code.djangoproject.com/ticket/30593 - Add support for check 
constraints on MariaDB 10.2+. (created)
https://code.djangoproject.com/ticket/30591 - MySQL: 1215 - "Cannot add 
foreign key constraint" when altering type of unique field referenced by 
ForeignKey. (accepted)
https://code.djangoproject.com/ticket/30594 - Add Cache-Control: private to 
never_cache decorator. (accepted)
https://code.djangoproject.com/ticket/30595 - sqlsequencereset should 
inform that no sequences found. (accepted)
https://code.djangoproject.com/ticket/30596 - SplitArrayField.has_changed() 
is always True for numeric fields. (accepted)
https://code.djangoproject.com/ticket/30598 - Create new files when 
overriding the default admin site. (wontfix)
https://code.djangoproject.com/ticket/30599 - Cloaking PermissionErrors 
raised in ManifestFilesMixin.read_manifest(). (accepted)
https://code.djangoproject.com/ticket/30597 - Improve documentation on 
reseting an app's migrations to zero. (accepted)
https://code.djangoproject.com/ticket/30600 - Clarifiy that ValueError 
raised by converter.to_python() causes 404. (accepted)
https://code.djangoproject.com/ticket/30602 - Raise ValueError in Extract 
lookups that don't work properly with DurationField. (accepted)
https://code.djangoproject.com/ticket/26539 - Using Annotation As Update 
Parameter Generates Invalid SQL. (duplicate)
https://code.djangoproject.com/ticket/30603 - Stored file locking issue 
when using Django on Windows with the youtube_dl package. (needsinfo)
https://code.djangoproject.com/ticket/30604 - Raise exceptions in 
mail_admins()/mail_managers() when settings are not in expected formats. 
(accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/11477 - Fixed #26431 -- Prevented 
django.urls.resolve() from returning missing optional parameters.
https://github.com/django/django/pull/11510 - Fixed #30477 -- Made reverse 
lookup use Field.get_db_prep_value() from the target field.
https://github.com/django/django/pull/11507 - Fixed #30588 -- Fixed crash 
of autoreloader when __main__ module doesn't have __file__ attribute.
https://github.com/django/django/pull/11514 - Fixed #30594 -- Added 
'private' Cache-Control directive to never_cache() decorator.
https://github.com/django/django/pull/11496 - Fixed #30578 -- Made 
SelectDateWidget respect a custom date format when USE_L10N is disabled.
https://github.com/django/django/pull/11518 - Fixed #28725 -- Prevented 
serializing inherited ManyToManyFields in child model.
https://github.com/django/django/pull/11129 - Fixed #28408 -- Added error 
message when updating with annotated expressions on joined fields.
https://github.com/django/django/pull/11517 - Fixed #30584 -- Fixed 
management command when using subparsers with dest parameter.
https://github.com/django/django/pull/11281 - Fixed #30400 -- Improved 
typography of user facing strings.

*Authored:*
https://github.com/django/django/pull/11520 - Fixed GeoIPTest.test04_city() 
failure with the latest GeoIP2 database.

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 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/dcb65e83-62e5-4b20-b48d-65b5e2da9f27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to