Week ending April 26, 2020.

*Triaged:*
https://code.djangoproject.com/ticket/31480 - Accessing admin panel doesn't 
work. (worksforme)
https://code.djangoproject.com/ticket/31481 - Admin crash when using 
functions in model meta ordering of o2o primary key. (fixed)
https://code.djangoproject.com/ticket/31483 - Remove admin change_form.js 
dependency on jQuery. (accepted)
https://code.djangoproject.com/ticket/31484 - Possibility to provide 
additional Context to Render a FlatPage. (wontfix)
https://code.djangoproject.com/ticket/31478 - Template.get_exception_info() 
relies on internal state which isn't correct for sub-templates. (duplicate)
https://code.djangoproject.com/ticket/31485 - Update admin's jQuery to 
3.5.X. (created)
https://code.djangoproject.com/ticket/31489 - Django Admin showing "Date 
input" for Time Field in Mobile Safari. (duplicate)
https://code.djangoproject.com/ticket/31492 - Changing field type can cause 
unrelated nullability change in field on Oracle. (created)
https://code.djangoproject.com/ticket/31491 - dbshell command for MySQL 
backend uses "passwd" instead of "password". (accepted)
https://code.djangoproject.com/ticket/31496 - Combined queryset crash when 
chaining `values()` after `order_by()` with annotated constantants. 
(accepted)
https://code.djangoproject.com/ticket/31499 - Store ModeState.fields into a 
dict. (accepted)
https://code.djangoproject.com/ticket/31497 - get_static_prefix() as 
variable in a template doesn't work. (worksforme)
https://code.djangoproject.com/ticket/31498 - GenericRelation's 
get_internal_type() incorrectly reports "ManyToManyField". (wontfix)
https://code.djangoproject.com/ticket/31500 - Allow QuerySet.in_bulk() for 
fields with total UniqueConstraints. (accepted)
https://code.djangoproject.com/ticket/24691 - Document model._state.adding 
(since UUIDField sets value before save) (duplicate)
https://code.djangoproject.com/ticket/31502 - Document Model._state.db and 
Model._state.adding. (accepted)
https://code.djangoproject.com/ticket/31506 - ExpressionWrapper() doesn't 
respect output_field when combining DateField and timedelta on PostgreSQL 
and MySQL. (accepted)
https://code.djangoproject.com/ticket/31507 - Augment QuerySet.exists() 
optimizations to .union().exists(). (accepted)
https://code.djangoproject.com/ticket/31505 - Document possible email 
address enumeration in PasswordResetView. (accepted)
https://code.djangoproject.com/ticket/31510 - server is not working 
properly for admin panel. (duplicate)
https://code.djangoproject.com/ticket/31511 - Allow stopwords in slugs 
generated by ModelAdmin.prepopulated_fields (duplicate)
https://code.djangoproject.com/ticket/31512 - Django TextChoices cannot 
utilize `is` or `==` isn't explicitly stated. (invalid)
https://code.djangoproject.com/ticket/31514 - Correct default forms fields 
in model fields docs. (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/12751 - Refs #29069 -- Added test for 
calling request_finished signal by static file responses.
https://github.com/django/django/pull/12756 - Fixed #24559 -- Made 
MigrationLoader.load_disk() catch more specific ModuleNotFoundError.
https://github.com/django/django/pull/12741 - Fixed #31477 -- Removed 
"using" argument from DatabaseOperations.execute_sql_flush().
https://github.com/django/django/pull/12742 - Disabled management commands 
output with verbosity 0 in various tests.
https://github.com/django/django/pull/12747 - Fixed #31474 -- Made 
QuerySet.delete() not return the number of deleted objects if it's zero.
https://github.com/django/django/pull/12746 - Refs #22463 -- Replaced 
JSHint with ESLint in contributing docs.
https://github.com/django/django/pull/12734 - Fixed #31064 -- Recreated 
auto-created relationships on type change on SQLite.
https://github.com/django/django/pull/12748 - Fixed #31479 -- Added support 
to reset sequences on SQLite.
https://github.com/django/django/pull/12771 - Fixed #31499 -- Stored 
ModelState.fields into a dict.
https://github.com/django/django/pull/12774 - Fixed #31500 -- Fixed 
detecting of unique fields in QuerySet.in_bulk() when using 
Meta.constraints.
https://github.com/django/django/pull/12708 - Fixed #29224 -- Fixed 
removing index_together indexes if exists unique_together constraint on the 
same fields.
https://github.com/django/django/pull/12788 - Refs #31369 -- Deprecated 
models.NullBooleanField in favor of BooleanField(null=True).
https://github.com/django/django/pull/12790 - Fixed #31514 -- Fixed default 
form widgets in model fields docs.

*Authored:*
https://github.com/django/django/pull/12758 - Fixed #31485 -- Updated 
admin's jQuery to 3.5.0.
https://github.com/django/django/pull/12762 - Updated admin's XRegExp to 
3.2.0.
https://github.com/django/django/pull/12780 - Fixed #31505 -- Doc'd 
possible email addresses enumeration in PasswordResetView.

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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/b7eb697d-1233-44ca-9c2c-7bc2b15702d6%40googlegroups.com.

Reply via email to