Week ending February 14, 2021 *Triaged: * https://code.djangoproject.com/ticket/17498 - Add a way to register a model with the admin but prevent it from appearing on the app index page (duplicate) https://code.djangoproject.com/ticket/32429 - Configurable "always available" InclusionNode context variables (wontfix) https://code.djangoproject.com/ticket/32430 - Documentation for BaseCreateView, BaseUpdateView, and BaseDeleteView. (accepted) https://code.djangoproject.com/ticket/32413 - File upload permission denied error on large files (invalid) https://code.djangoproject.com/ticket/32432 - ModelForm does not respect ModelChoiceField's to_field_name attribute (duplicate) https://code.djangoproject.com/ticket/32434 - Using a RadioSelect widget with ModelChoiceField results in no empty option (wontfix) https://code.djangoproject.com/ticket/32435 - Bug in JsonField with null=False (invalid) https://code.djangoproject.com/ticket/32436 - Unable to logout from Django Admin (invalid) https://code.djangoproject.com/ticket/32437 - LiveServerTestCase.setUpClass() doesn't clean up fully on failure (accepted) https://code.djangoproject.com/ticket/32440 - Copy/Paste in documentation (invalid)
*Reviewed/committed: * https://github.com/django/django/pull/13968 - Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView. https://github.com/django/django/pull/13989 - Fixed #32430 -- Doc'd base class-based views. https://github.com/django/django/pull/8630 - Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView. https://github.com/django/django/pull/13982 - Fixed #32425 -- Fixed adding nullable field with default on MySQL. https://github.com/django/django/pull/13616 - Fixed #32145 -- Improved makemessages error message when app's locale directory doesn't exist. https://github.com/django/django/pull/13995 - Fixed #32421 -- Made admindocs ModelDetailView show model cached properties. https://github.com/django/django/pull/13994 - Enabled build-system isolation via pip. https://github.com/django/django/pull/13992 - Fixed #32433 -- Added error message on QuerySet.delete() following distinct(). https://github.com/django/django/pull/13998 - Refs #30944 -- Added pyproject.toml to reusable apps docs. https://github.com/django/django/pull/14002 - Refs #32416 -- Added LiveServerThread.server_class to ease subclassing. https://github.com/django/django/pull/14003 - Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt. https://github.com/django/django/pull/14001 - Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setUpClass() failure. https://github.com/django/django/pull/14000 - Simplified introspection of constraints on MySQL. https://github.com/django/django/pull/14006 - Refs #32394 -- Rephrased release note for STATIC_URL change. *Authored: * https://github.com/django/django/pull/13988 - Used .. attribute:: directive in authentication views docs. 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/642fec54-846a-41ca-8d2d-017be2cbcc8cn%40googlegroups.com.