Week ending December 15, 2019.

*Triaged:*
https://code.djangoproject.com/ticket/31074 - Errors model abstract 
testing. (invalid)
https://code.djangoproject.com/ticket/31075 - CSRF token missing or 
incorrect when File upload path not exist. (worksforme)
https://code.djangoproject.com/ticket/31073 - SplitArrayField with 
BooleanField always has widgets checked after the first True value. 
(accepted)
https://code.djangoproject.com/ticket/31076 - dbshell crashes on Windows 
and Python < 3.8. (created)
https://code.djangoproject.com/ticket/31077 - Add a safeguard to debug 
decorators (sensitive_variables/sensitive_post_parameters) to prevent 
incorrect usage. (accepted)
https://code.djangoproject.com/ticket/31078 - Problem while deleting inline 
model record in admin model. (worksforme)
https://code.djangoproject.com/ticket/31079 - Boolean not right value in 
admin page. (invalid)
https://code.djangoproject.com/ticket/25361 - Unpickling of QuerySet fails 
in presence of abstract intermediate model (fixed)
https://code.djangoproject.com/ticket/31084 - ValueError: could not convert 
string to float. (invalid)
https://code.djangoproject.com/ticket/31085 - Prevent bots from submitting 
forms. (invalid)
https://code.djangoproject.com/ticket/31086 - Improve error message for 
admin.E202. (accepted)
https://code.djangoproject.com/ticket/31088 - Added support for webquery 
search to SearchQuery() on PostgreSQL 11+. (accepted)
https://code.djangoproject.com/ticket/12679 - In admin, inlines should be 
allowed to be properties (fixed)
https://code.djangoproject.com/ticket/31087 - SpatialLite backend raises 
ValueError when getting distance parameter. (invalid)

*Reviewed/committed:*
https://github.com/django/django/pull/12188 - Fixed #31066 -- Added a 
docstring to main() function in manage.py template.
https://github.com/django/django/pull/12169 - Fixed #27430 -- Added 
-b/--buffer option to DiscoverRunner.
https://github.com/django/django/pull/12197 - Fixed #31044 -- Errored 
nicely when using Prefetch with a raw() queryset.
https://github.com/django/django/pull/12198 - Fixed #26480 -- Fixed crash 
of contrib.auth.authenticate() on decorated authenticate() methods of 
authentication backends.
https://github.com/django/django/pull/12193 - Fixed #31073 -- Prevented 
CheckboxInput.get_context() from mutating attrs.
https://github.com/django/django/pull/12196 - Fixed #31077 -- Made debug 
decorators raise TypeError if they're not called.
https://github.com/django/django/pull/12150 - Refs #28373 -- Stopped 
setting tzinfo in typecast_timestamp().
https://github.com/django/django/pull/12204 - Refs #25361 -- Added test for 
pickling queryset of abstract-inherited models with Meta.ordering.
https://github.com/django/django/pull/11894 - Fixed #30862 -- Allowed 
setting SameSite cookies flags to 'None'.
https://github.com/django/django/pull/12203 - Fixed #31069, Refs #26431 -- 
Doc'd RegexPattern behavior change in passing optional named groups in 
Django 3.0.
https://github.com/django/django/pull/12212 - Fixed #26743 -- Fixed 
UnboundLocalError crash when deserializing m2m fields and value isn't 
iterable.
https://github.com/django/django/pull/12213 - Added Algerian Arabic 
language.
https://github.com/django/django/pull/12216 - Refs #12679 -- Added test for 
using property as ModelAdmin.inlines.

*Authored:*
https://github.com/django/django/pull/12195 - Refs #23433 -- Fixed 
test_django_admin_py.DeprecationTest tests failures on Windows and Python < 
3.8.

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/f03595ad-56bd-448e-b226-f6f4e2ab18b4%40googlegroups.com.

Reply via email to