Hi all.
Calendar Week 3 -- ending 24 January.
Released Django 3.2a1.
Triaged:
https://code.djangoproject.com/ticket/32373 -- Broken translations since
the introduction of TranslationCatalog (worksforme)
https://code.djangoproject.com/ticket/32347 -- ModelChoiceField does not
provide value of invalid choice when raising ValidationError (Accepted)
https://code.djangoproject.com/ticket/32363 -- Django shell does not read
~/.python_history (Accepted)
Reviewed:
https://github.com/django/django/pull/13925 -- Fixed #32367 -- Fixed system
check for specifying type of auto-created primary keys for inherited PKs.
https://code.djangoproject.com/ticket/17664 -- {% if %} template tag
silences exceptions inconsistently
https://github.com/django/django/pull/13919 -- Refs #31259 -- Made various
dark theme adjustments.
https://code.djangoproject.com/ticket/31765 --
schema.tests.SchemaTests.test_db_table fails on MacOS
https://github.com/django/django/pull/13888 -- Fixed #32348 -- Made
deleting "extra" inlines in admin impossible.
https://github.com/django/django/pull/13920 -- Fixed isolation of
utils_tests.test_autoreload tests.
https://github.com/django/django/pull/13912 -- Corrected versionadded
annotations.
https://github.com/django/django/pull/13877 -- Refs #32365 -- Allowed use
of non-pytz timezone implementations.
Authored:
https://github.com/django/django/pull/13916 -- Fixed #32366 -- Updated
datetime module usage to recommended approach.
Kind Regards,
Carlton
On Tuesday, 19 January 2021 at 15:53:12 UTC+1 Carlton Gibson wrote:
> Hi all.
>
>
>
> Calendar Week 1 -- ending 10 January.
>
>
> Triaged:
>
> https://code.djangoproject.com/ticket/32324 -- Wrapping the header in
> base.html of contrib.abmin in {% blocks %}. (Accepted)
> https://code.djangoproject.com/ticket/32316 -- Access __file__ lazily
> rather than at module level (Accepted)
> https://code.djangoproject.com/ticket/32319 -- Add support to
> HashedFilesMixin for ES modules (Accepted)
> https://code.djangoproject.com/ticket/32313 -- Queryset in_bulk docs
> don't explicit field_name as kwarg only (Accepted)
> https://code.djangoproject.com/ticket/32309 -- Allow including hidden
> directories for startproject/startapp --template (Accepted)
>
>
>
> Reviewed:
>
> https://github.com/django/django/pull/13532 -- Fixed #16117 -- Added
> decorators for admin action and display functions.
> https://github.com/django/django/pull/11026 -- Fixed #29010, Fixed #29138
> -- Added limit_choices_to and to_field support to autocomplete fields
> https://github.com/django/django/pull/12444 -- Fixed #31259 -- Added a
> dark theme in the admin module
> https://github.com/django/django/pull/13435 -- Fixed #32018 -- Extracted
> admin colors into CSS variables.
> https://github.com/django/django/pull/13832 -- Refs #25175 -- Removed
> postgresql_psycopg2 in django.db.utils.load_backend().
> https://github.com/django/django/pull/13849 -- Refs #32191 -- Added
> Signer.sign_object()/unsign_object().
> https://github.com/django/django/pull/13134 -- Fixed #31747 -- Fixed
> model enumeration via admin URLs.
> https://github.com/django/django/pull/13834 -- Fixed #32313 -- Documnet
> keyword only argument in QuerySet.in_bulk docs.
>
>
>
>
> Calendar Week 2 -- ending 17 January.
>
>
> Triaged:
>
> https://code.djangoproject.com/ticket/32347 -- ModelChoiceField does not
> provide value of invalid choice when raising ValidationError (wontfix)
> https://code.djangoproject.com/ticket/32343 -- Chained
> autocomplete_fields in contrib.admin (wontfix)
> https://code.djangoproject.com/ticket/32340 -- Usability issues with
> Django form fields expecting specific patterns (Accepted)
> https://code.djangoproject.com/ticket/32339 -- Accessibility issues with
> Django forms as_table, as_ul, as_p rendering helpers (Accepted)
> https://code.djangoproject.com/ticket/32312 -- Performance decrease
> following implementation of ASGI handler and coroutine-safety. (Accepted)
>
>
>
> Reviewed:
>
> https://github.com/django/django/pull/13891 -- Refs #31259 -- Changed the
> background color of messages in dark mode
> https://github.com/django/django/pull/12553 -- Fixed #31358 -- Increased
> salt entropy of password hashers.
> https://github.com/django/django/pull/13845 -- Bootstrapped Django 4.0.
> https://github.com/django/django/pull/13880 -- Fixed #31259 -- Added a
> dark theme in the admin module
> https://github.com/django/django/pull/11929 -- Fixed #26167 -- Added
> support for functional indexes.
> https://github.com/django/django/pull/13362 -- Fixed #21936 -- Refactored
> DeleteView to work with SuccessMessageMixin.
> https://github.com/django/django/pull/13134 -- Fixed #31747 -- Fixed
> model enumeration via admin URLs.
> https://github.com/django/django/pull/13869 -- Fixed #32271 -- Improved
> consistency of docs CBV examples.
> https://github.com/django/django/pull/11026 -- Fixed #29010, Fixed #29138
> -- Added limit_choices_to and t