Week ending 2023-04-30 (Week 18)

Triaged:
  https://code.djangoproject.com/ticket/34523 - update_or_create not work
in parallel insertion
  https://code.djangoproject.com/ticket/34520 - ModelAdmin.fields: wrapping
in tuples does not have any effect (each field on separate line) (invalid)
  https://code.djangoproject.com/ticket/34525 - index_together warning
after migration to new style (accepted)

Landed:
  https://github.com/django/django/pull/16757 - Fixed #34481 -- Added
checks for reverse related fields in admin's list_display
  https://github.com/django/django/pull/16808 - Restored multiprocessing
concurrency on coverage.py settings

Reviewed:
  https://github.com/django/django/pull/16777 - Fixed #12780 -- Added
compound form/formset validation in ModelAdmin
  https://github.com/django/django/pull/16798 - fix: correct 'decade'
computation
  https://github.com/django/django/pull/16797 - Fixed #34515 -- Updated to
redirect to request language when from translated default url.
  https://github.com/django/django/pull/16804 - Avoided creating default
form fields in fields_for_model() when declared on form.
  https://github.com/django/django/pull/16808 - Restored multiprocessing
concurrency on coverage.py settings #16808

PR Cleanup:
  https://github.com/django/django/pull/14499 - Improve accuracy of
NullBooleanField deprecation warning hint.
  https://github.com/django/django/pull/14408 - Fixed #32827 -- Adjusted
docs on squashing migrations.
  https://github.com/django/django/pull/14082 - docs/ref/databases:
rephrase persistent connections section
  https://github.com/django/django/pull/13169 - Add field_name to the
non-existing readonly_fields error
  https://github.com/django/django/pull/12712 - Fix #27060: Add indexes
identified in constraints to Meta.indexes

Other/Misc:
  Google Summer of Code final review and ranking.
  DjangoCon US travel preparation.
  Deep-dive in the translations framework to assist with the release
blocker https://code.djangoproject.com/ticket/34515

Cheers! Natalia.

On Mon, Apr 24, 2023 at 9:12 AM Natalia Bidart <nataliabid...@gmail.com>
wrote:

> Week ending 2023-04-23 (Week 17)
>
> Triaged:
>   https://code.djangoproject.com/ticket/34506 - Visual regressions in
> admin's clearable file input. (accepted)
>   https://code.djangoproject.com/ticket/34507 - AttributeError: Can't
> pickle local object 'convert_exception_to_response.<locals>.inner'
> (needsinfo)
>
> Reviewed:
>   https://github.com/django/django/pull/16771 - Added
> RemovedInDjangoXXWarning comments to the deprecating a feature docs.
>   https://github.com/django/django/pull/16784 - Added meaningful titles
> to ..admonition:: directives.
>   https://github.com/django/django/pull/16757 - Fixed #34481 -- Added
> checks for reverse related fields in admin's list_display
>   https://github.com/django/django/pull/16636/ - Fixed #34391 -- Added
> async interface to auth (lots of interesting things to read around this!)
>   https://github.com/django/django/pull/14257 - Made SimpleTestCase
> client attributes cached properties.
>
> PR Housekeeping:
>   https://github.com/django/django/pull/7161 - Fixed #25594 -- Propagated
> validators from model to form fields (closed)
>   https://github.com/django/django/pull/8435 - Optimized
> ModelAdmin.changelist_view if actions are not used (closed)
>   https://github.com/django/django/pull/8848 - Allowed (partial) indexes
> for text fields on MySQL (closed)
>   https://github.com/django/django/pull/10708 - Form field label i18n
> performances fixes (closed)
>   https://github.com/django/django/pull/10349 - Fixed #29717 -- Allowed
> tests to use an existing empty database. (closed)
>   https://github.com/django/django/pull/10951 - WIP #30149 -- Empty value
> selected check in Admin Filter prevents subclassing (closed)
>   https://github.com/django/django/pull/11291 - Fixed #30416 -- Restore
> terminal state when reloading. (asked for update)
>   https://github.com/django/django/pull/11981 - Fixed #23051 -- Raise
> exception on only() calls with reverse fields (asked for update)
>   https://github.com/django/django/pull/12090 - Fixed #29058 -- return
> geom type for GeoDjango fields when using Spatialite backend so that
> migrations don't fail. (asked for update)
>   https://github.com/django/django/pull/12274 - [WIP/RFC]
> DateField/TimeField: allow for editable=True with auto_now/auto_now_add
> (closed)
>   https://github.com/django/django/pull/13853 - Refs #21429 -- Added
> SimpleTestCase.assertLogRecords. (asked for update)
>   https://github.com/django/django/pull/12285 - URLValidator: clarify
> comment about maximum length of a host name. (resolved conflict and chasing
> down who can further comment about the change)
>
> Authored:
>   https://github.com/django/django/pull/16791 - Refs #34462 -- Fixed
> query anti-pattern when processing object deletion
>
> Other/Misc:
>   Google Summer of Code proposals review.
>
> On Mon, Apr 17, 2023 at 5:54 PM Natalia Bidart <nataliabid...@gmail.com>
> wrote:
>
>> Week ending 2023-04-16 (Week 16)
>>
>> Triaged:
>>   https://code.djangoproject.com/ticket/34490 - Tests with mirror
>> database not working as expected (invalid)
>>   https://code.djangoproject.com/ticket/34489 - feature: Support for
>> PostgreSQL table partitioning (needsinfo)
>>
>> Reviewed:
>>   https://github.com/django/django/pull/16726 - Solved #10743: Support
>> lookup separators
>>   https://github.com/django/django/pull/16756 - Fixed #34484, Fixed
>> #34482 -- Fixed cloning/deep cloning HttpRequest, HttpResponse, and their
>> subclasses.
>>   https://github.com/django/django/pull/16759 - Fixed #22569 -- Made
>> ModelAdmin.lookup_allowed() respect get_list_filter().
>>
>> Authored:
>>   https://github.com/django/djangoproject.com/pull/1346 - Fixed #1341 --
>> Updated info about past and present Django Fellows.
>>   https://github.com/django/django/pull/16756 - Fixed #34483 -- Fixed
>> timesince()/timeuntil() with timezone-aware dates and interval less than 1
>> day.
>>
>> Other/Misc:
>>   Security mailing list monitoring and follow ups
>>   More docs reading
>>   Setup access to various services and projects
>>   Investigated and commented on
>> https://code.djangoproject.com/ticket/32847 - Adjust models.E025 system
>> check for updated field descriptor setting.
>>
>> Cheers! Natalia.
>>
>> On Tue, Apr 11, 2023 at 10:52 AM Natalia Bidart <nataliabid...@gmail.com>
>> wrote:
>>
>>> Week ending April 9, 2023
>>>
>>> Hello! I'm Natalia (AKA nessita), the new Django Fellow. I officially
>>> started on April 1st (really :-)) though I had a slow start since I had a
>>> long-time planned vacation.
>>>
>>> So far I have held catch up calls with both current and former Django
>>> Fellows (thanks Mariusz and Carlton for your patience and support!), and I
>>> have been deep diving into documentation.
>>>
>>> I'm looking forward to working with you all!
>>>
>>> Thank you!
>>> Natalia.
>>>
>>

-- 
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/CA%2BfOnFa%2BAsLRNNZW8LAB73%2Be7Z224pxZ5J-xicNJfmqCS_xpCQ%40mail.gmail.com.
  • Re:... 'Adam Johnson' via Django developers (Contributions to Django itself)
  • Re:... Paolo Melchiorre
    • ... Mariusz Felisiak
  • Re:... Natalia Bidart
    • ... Mariusz Felisiak
    • ... Natalia Bidart
      • ... Mariusz Felisiak
        • ... Mohamed El-Kalioby
          • ... אורי
            • ... Mohamed El-Kalioby
      • ... Natalia Bidart

Reply via email to