Re: Fellow Reports - January 2021

2021-01-25 Thread Mariusz Felisiak
Week ending January 24, 2021

*Triaged: *
   https://code.djangoproject.com/ticket/32360 - Add system check that 
FILE_UPLOAD_TEMP_DIR exists when set. (accepted) 
   https://code.djangoproject.com/ticket/27880 - Use __set_name__ to 
replace some usages of contribute_to_class. (accepted) 
   https://code.djangoproject.com/ticket/32361 - runsslserver crash without 
message (invalid) 
   https://code.djangoproject.com/ticket/32362 - Easy REST API (wontfix) 
   https://code.djangoproject.com/ticket/32364 - 
ModelAdmin.formfield_overrides drops TEMPLATES...DIRS while loading a 
custom widget template within a std admin form template (invalid) 
   https://code.djangoproject.com/ticket/32365 - Update timezone 
implementation to use zoneinfo (accepted) 
   https://code.djangoproject.com/ticket/32366 - Update usage of now() & co 
(accepted) 
   https://code.djangoproject.com/ticket/32368 - Wrong srid when creating 
SpatialReference with proj4 (duplicate) 
   https://code.djangoproject.com/ticket/32369 - CheckConstraints with 
pattern lookups and expressions as right-hand sides crash on Oracle and 
PostgreSQL. (accepted) 
   https://code.djangoproject.com/ticket/32367 - models.W042 is raised on 
inherited manually specified primary key. (accepted) 
   https://code.djangoproject.com/ticket/32371 - Document thje 
jquery.init.js dependency for admin widgets (accepted) 
   https://code.djangoproject.com/ticket/32374 - Migrations are marked 
applied even if deferred SQL fails to execute (accepted) 
   https://code.djangoproject.com/ticket/32372 - Improve consistency in 
"Related objects reference" docs. (accepted) 
   https://code.djangoproject.com/ticket/32378 - Inconsistent exception 
raising syntax in documentation (invalid) 
   https://code.djangoproject.com/ticket/32376 - Allow destroy_test_db() 
not to fail if database doesn't exist (wontfix) 

*Reviewed/committed: *
   https://github.com/django/django/pull/13897 - Fixed #18549 -- Fixed 
heading for inlines with a OneToOneField. 
   https://github.com/django/django/pull/13902 - Fixed #32358 -- Fixed 
queryset crash when grouping by annotation with Distance()/Area(). 
   https://github.com/django/django/pull/13809 - Fixed #32296 -- Added 
--skip-checks option to runserver command. 
   https://github.com/django/django/pull/13871 - Fixed #32324 -- Added 
template block to override the admin site header. 
   https://github.com/django/django/pull/13852 - Used GitHub actions for 
JavaScript tests. 
   https://github.com/django/django/pull/13805 - Refs #32165 -- Bumped 
minimum ESLint version to 7.16.0 to match pre-commit configuration. 
   https://github.com/django/django/pull/13921 - Used GitHub actions for 
isort and flake8 tests. 
   https://github.com/django/django/pull/13808 - Fixed #32292 -- Added 
support for connection by service name to PostgreSQL. 
   https://github.com/django/django/pull/13893 - Fixed #32371 -- Doc'd 
jquery.init.js dependency for admin widgets. 
   https://github.com/django/django/pull/13924 - Fixed #32374 -- Stopped 
recording migration application before deferred SQL. 
   https://github.com/django/django/pull/13926 - Fixed #32372 -- Made 
examples in related objects reference docs consistent. 
   https://github.com/django/django/pull/13923 - Fixed #32360 -- Added 
system check for FILE_UPLOAD_TEMP_DIR setting. 

*Reviewed: *
   https://github.com/django/django/pull/13877 - Refs #32365 -- Allowed use 
of non-pytz timezone implementations. 

*Authored: *
   https://github.com/django/django/pull/13915 - Fixed #32355 -- Dropped 
support for Python 3.6 and 3.7. 
   https://github.com/django/django/pull/13925 - Fixed #32367 -- Fixed 
system check for specifying type of auto-created primary keys for inherited 
PKs.

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/fc9997ac-16ca-40b9-91b7-793fdbcee7d4n%40googlegroups.com.


Re: Fellow Reports -- January 2021

2021-01-25 Thread Carlton Gibson
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