Hi all, 


Calendar Week 4 -- ending 31 January.



Triaged:


https://code.djangoproject.com/ticket/32391 -- Replace width with flex 
properties for the changelist filter (Accepted)

https://code.djangoproject.com/ticket/32390 -- Drop support for Oracle 12.2 
and 18c. (Accepted)

https://code.djangoproject.com/ticket/32379 -- Documentation: hypercorn and 
static files (Duplicate of #27325)



Reviewed:


https://github.com/django/django/pull/13932 -- Modernized custom manager 
example.

https://github.com/django/django/pull/13941 -- Fixed #32391 -- Replaced CSS 
width with flex properties for changelist filter.

https://github.com/django/django/pull/13940 -- Fixed #32389 -- Fixed 
ResponseHeaders crash when data is not mapping.

https://github.com/django/django/pull/13914 -- Improved performance of 
django.forms.ChoiceWidget.optgroups()

https://github.com/django/django/pull/13878 -- Improved performance of 
forms.widgets.Media.merge()

https://code.djangoproject.com/ticket/32074 -- Python 3.10 compatibility

https://github.com/django/django/pull/13932 -- Modernized custom manager 
example

https://github.com/django/django/pull/13935 -- Refs #26602 -- Added tests 
for aggregating over a RawSQL() annotation.

https://github.com/django/django/pull/13888 -- Fixed #32348 -- Made 
deleting "extra" inlines in admin impossible.

https://code.djangoproject.com/ticket/32383 -- ManifestStaticFilesStorage 
doesn't update JavaScript source map references


Authored:


https://github.com/django/django/pull/13936 -- Fixed #32348, Refs #29087 -- 
Corrected tutorial for updated deleting …



Worked on: 

https://github.com/django/djangoproject.com/issues/1052 -- Stripe SCA 
support



Kind Regards,


Carlton


On Tuesday, 26 January 2021 at 08:31:17 UTC+1 Carlton Gibson wrote:

> 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 to_field support to autocomplete fields
>> https://github.com/django/django/pull/13881 -- Refs #32311 -- Fixed 
>> CSRF_FAILURE_VIEW system check errors code.
>> https://github.com/django/django/pull/13835 -- Fixed #32311 -- Added 
>> system check for CSRF_FAILURE_VIEW setting.
>>
>>
>>
>> Authored:
>>
>> https://github.com/django/django/pull/13892 -- Updates for branching 
>> stable/3.2.x
>> https://github.com/pypa/trove-classifiers/pull/59 -- Added trove 
>> classifier for Django v3.2 #59
>>
>>
>>
>> Kind Regards,
>>
>> Carlton
>>
>>

-- 
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/81286351-fc49-41f5-b1fd-75b9fbad434bn%40googlegroups.com.

Reply via email to