Re: Fellow Reports - December 2023

2024-01-02 Thread Mariusz Felisiak
Week ending December 31


*Triaged:*https://code.djangoproject.com/ticket/35062 - Update csrf.py 
to check request.POST if request.method is not GET (invalid)
https://code.djangoproject.com/ticket/35059 - ASGI server leaves stale 
DB connections (needsinfo)
https://code.djangoproject.com/ticket/35064 - Window.order_by decimal 
field is broken on SQLite (accepted)
https://code.djangoproject.com/ticket/35065 - Autocomplete field is not 
rendered with error color border. (accepted)
https://code.djangoproject.com/ticket/35066 - Unsupported operand 
exception in response.py (invalid)
https://code.djangoproject.com/ticket/35067 - jsonb register (duplicate)
https://code.djangoproject.com/ticket/35068 - decimal as Float in 
settings (invalid)
https://code.djangoproject.com/ticket/35069 - Typo in Form.label_suffix 
example in docs. (accepted)
https://code.djangoproject.com/ticket/35070 - Default form output in 
docs is shown as as_table() instead of as_div() (invalid)
https://code.djangoproject.com/ticket/35075 - Add support for 
deduplicate_items option to BTreeIndex for PostgreSQL 13+. (accepted)
https://code.djangoproject.com/ticket/35072 - Model docs Field.choices 
inconsistency between reference and topic guide. (accepted)
https://code.djangoproject.com/ticket/35071 - Resolve lazy translation 
objects inside dictionaries when saving JSONFields (accepted)
https://code.djangoproject.com/ticket/35076 - improvement to the doc of 
ModelAdmin.view_on_site (invalid)


*Reviewed/committed:*https://github.com/django/django/pull/17637 - Refs 
#35058 -- Added __repr__() to OGRGeomType.
https://github.com/django/django/pull/17614 - Improved 
cache.tests.FileBasedCacheTests.test_touch to avoid flakiness due to slow 
file system access.
https://github.com/django/django/pull/17638 - Refs #35058 -- Made 
OGRGeomType aware of additional WKB geometry types.
https://github.com/django/django/pull/17610 - Improved 
DEFAULT_FROM_EMAIL/SERVER_EMAIL docs.
https://github.com/django/django/pull/17652 - Fixed #35065 -- Corrected 
border color for autocomplete fields with errors in admin.
https://github.com/django/django/pull/17653 - Removed unnecessary 
list() calls on sorted().
https://github.com/django/django/pull/17658 - Fixed #35064 -- Fixed 
Window(order_by) crash with DecimalFields on SQLite.
https://github.com/django/django/pull/17625 - Fixed #34670 -- Improved 
loading of theme in admin.
https://github.com/django/django/pull/17596 - Fixed #29049 -- Added 
slicing notation to F expressions.
https://github.com/django/django/pull/17661 - Fixed #35069 -- Fixed 
typo in docs/ref/forms/api.txt.
https://github.com/django/django/pull/17643 - Fixed #35051 -- Prevented 
runserver from removing non-zero Content-Length for HEAD requests.
https://github.com/django/django/pull/17664 - Used JSON_OBJECT database 
function on PostgreSQL 16+.


*Authored:*https://github.com/django/django/pull/17647 - Fixed #35056 
-- Fixed system check crash on reverse m2m relations with related_name in 
ModelAdmin.filter_horizontal/vertical.
https://github.com/django/django/pull/17648 - [3.2.x] Pinned 
python-memcached == 1.59 in test requirements.
https://github.com/django/django/pull/17651 - [5.0.x] Updated asgiref 
dependency for 5.0 release series.
https://github.com/django/django/pull/17654 - Corrected code-block 
directives in docs.
https://github.com/django/django/pull/17659 - Used addCleanup() in 
tests where appropriate.
https://github.com/django/code.djangoproject.com/pull/145 - Updated 
default ticket version to 5.0.

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/ccbc1dbf-f10d-458b-8f0d-a43b832ee8abn%40googlegroups.com.


Re: Fellow Reports - December 2023

2023-12-27 Thread Mariusz Felisiak
Week ending December 24

*Triaged:*
https://code.djangoproject.com/ticket/35046 - BlankChoiceIterator 
causes AttributeError for some existing packages and projects (invalid)
https://code.djangoproject.com/ticket/35050 - Issue filtering on 
FilteredRelation with F object (accepted)
https://code.djangoproject.com/ticket/35052 - Documentation corrections 
(invalid)
https://code.djangoproject.com/ticket/35053 - Limiting QuerySets is not 
database platform agnostic (duplicate)
https://code.djangoproject.com/ticket/35054 - Add support for oracledb 
2.0. (created)
https://code.djangoproject.com/ticket/35055 - `collectstatic` tries to 
parse commented out lines in CSS files. (duplicate)
https://code.djangoproject.com/ticket/35057 - Add a setting for project 
level callable/string for FileField's upload_to (wontfix)
https://code.djangoproject.com/ticket/35056 - admin.E013 on 
ManyToManyField with related_name crashes. (accepted)
https://code.djangoproject.com/ticket/35058 - Update GDAL integration 
(accepted)
https://code.djangoproject.com/ticket/35061 - Modifying GeneratedFields 
is not supported - not documented under model field reference for 
GeneratedField (wontfix)
https://code.djangoproject.com/ticket/35060 - Make Model.save() 
arguments keyword-only (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/16650 - Fixed #34411 -- Updated 
GDAL API to handle vector DataSource's.
https://github.com/django/django/pull/17582 - Fixed #35015 -- Updated 
MySQL notes in migrations topic.
https://github.com/django/django/pull/17628 Fixed #35048 -- Dropped 
support for PROJ 5.x.
https://github.com/django/django/pull/17627 - Fixed #35049 -- Dropped 
support for GDAL 2.4.
https://github.com/django/djangoproject.com/pull/1455 - Used formatted 
text for ongoing business in DSF meeting minutes.
https://github.com/django/django/pull/17629 - Fixed #35005 -- Confirmed 
support for GDAL 3.8.
https://github.com/django/django/pull/17631 - Fixed #35008 -- Added CSS 
rule for  HTML tags with no type.
https://github.com/django/django/pull/17626 - Fixed #34658 -- Added 
SimpleTestCase.assertNotInHTML().
https://github.com/django/django/pull/17635 - Fixed #35022 -- Fixed 
RenameIndex() crash on unnamed indexes if exists unique constraint on the 
same fields.
https://github.com/django/django/pull/17636 - Refs #35058 -- Added 
support for WKB > 2GB with GDAL 3.3+.
https://github.com/django/django/pull/17634 - Fixed #35050 -- Fixed 
prefixing field names in FilteredRelation().

*Authored:*
https://github.com/django/django/pull/17630 - Fixed #35054 -- Fixed 
crash on Oracle when fetching JSONFields with oracledb 2.0.0.

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/cd6c22e2-fb45-4c2e-ad4b-5306d0fa74dcn%40googlegroups.com.