Re: Fellow Reports - September 2021

2021-09-20 Thread Mariusz Felisiak
Week ending September 12, 2021

*Triaged: *
   https://code.djangoproject.com/ticket/33068 - makemessages is 
inconvenient when overriding default django translations (invalid) 
   https://code.djangoproject.com/ticket/33083 - "Select All" in admin 
changelist does not work when both action_on_bottom and actions_on_top are 
True. (accepted) 
   https://code.djangoproject.com/ticket/33086 - ArrayField with JSONField 
and custom encoder raises error on serialization with 
"django.core.serializers.json". (wontfix) 
   https://code.djangoproject.com/ticket/33084 - Removed incorrect 
fields.W343 check and notes about limit_choices_to restrictions for 
ManyToManyField. (accepted) 
   https://code.djangoproject.com/ticket/33088 - Remaining connection slots 
are reserved for non-replication superuser connections (invalid) 
   https://code.djangoproject.com/ticket/33087 - Postgres: SSL connection 
has been closed unexpectedly (invalid) 
   https://code.djangoproject.com/ticket/33089 - Unable to run db migration 
(invalid) 
   https://code.djangoproject.com/ticket/33090 - Extend sensitive post 
parameter filtering to be applicable to exceptions in middleware. 
(accepted) 
   https://code.djangoproject.com/ticket/33091 - A FieldError should be 
raised when trying to update MTI inherited field with F reference to child 
field (accepted) 
   https://code.djangoproject.com/ticket/33094 - "Show all" is ambiguous 
(wontfix) 
   https://code.djangoproject.com/ticket/33096 - AdminEmailHandler emails 
blocked by gmail antivirus (accepted) 
   https://code.djangoproject.com/ticket/33097 - Class based simple tag 
that takes context fails with simple_tag(). (invalid) 
   https://code.djangoproject.com/ticket/33035 - Autocomplete and 
populating Subcategories based on selected Categories (Admin and Forms) 
(needsinfo) 
   https://code.djangoproject.com/ticket/33099 - Improve performance of 
import_string(). (created) 
   https://code.djangoproject.com/ticket/33101 - Improve output of 
non-interactive migration questioner (duplicate) 
   https://code.djangoproject.com/ticket/33102 - Nested natural join query 
(wontfix) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14836 - Refs #32508 -- Raised 
TypeError/ValueError instead of using "assert" in encode() methods of 
remaining password hashers. 
   https://github.com/django/django/pull/14837 - Refs #32363 -- Made shell 
ignore a missing sys.___interactivehook__. 
   https://github.com/django/django/pull/14802 - Fixed #33060 -- Added 
BaseCache.make_and_validate_key() hook. 
   https://github.com/django/django/pull/13547 - Fixed #32076 -- Added 
async methods to BaseCache. 
   https://github.com/django/django/pull/14838 - Refs #32219 -- Added admin 
model inline tests for verbose names. 
   https://github.com/django/django/pull/13710 - Fixed #32219 -- Made 
InlineModelAdmin.verbose_name_plural fallback to its verbose_name. 
   https://github.com/django/django/pull/14842 - Fixed #33084 -- Removed 
incorrect system check for ManyToManyField with limit_choices_to. 
   https://github.com/django/django/pull/14840 - Fixed #33096 -- Fixed 
 nesting in technical 500 template. 
   https://github.com/django/django/pull/13299 - Fixed #31867 -- Made 
TabularInline handling of hidden fields with view-only permissions 
consistent with StackedInline. 
   https://github.com/django/django/pull/13771 - Refs #31055 -- Doc'd 
'databases' argument of check functions. 
   https://github.com/django/django/pull/14850 - Fixed #33099 -- Improved 
performance of import_string().

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/3f80885f-4d5e-4b61-b496-a9d636da54f6n%40googlegroups.com.


Re: Fellow Reports - September 2021

2021-09-20 Thread Mariusz Felisiak
Week ending September 19, 2021

*Triaged: *
   https://code.djangoproject.com/ticket/33104 - Long words overflow 
readonly fields (accepted) 
   https://code.djangoproject.com/ticket/33105 - Undocumented behavior: A 
default ordering doesn't affect GROUP BY queries. (invalid) 
   https://code.djangoproject.com/ticket/33108 - Makemigrations allows 
on-off default when adding non-nullable unique field (wontfix) 
   https://code.djangoproject.com/ticket/33109 - Testing the presence of 
SameSite and Secure cookies doesn't work. (needsinfo) 
   https://code.djangoproject.com/ticket/33111 - Conditionally changing 
ModelAdmin inlines based on object's field breaks when changing object and 
new inlines should appear. (accepted) 
   https://code.djangoproject.com/ticket/33114 - StringAgg() should set 
output_field to TextField. (accepted) 
   https://code.djangoproject.com/ticket/33115 - Connection issue after a 
HEAD is used (duplicate) 
   https://code.djangoproject.com/ticket/33116 - 'str' object is not 
callable error appears from contrib.messages. (needsinfo) 
   https://code.djangoproject.com/ticket/13926 - GeometryCollections are 
not visible in OSMGeoAdmin (needsinfo) 
   https://code.djangoproject.com/ticket/11634 - OpenLayers default 
position (invalid) 
   https://code.djangoproject.com/ticket/33118 - JSON Generic view 
(wontfix) 

*Reviewed/committed: *
   https://github.com/django/django/pull/14841 - Made CSRF JavaScript 
example more reusable. 
   https://github.com/django/django/pull/14853 - Fixed #33104 -- Fixed 
wrapping of long words in admin readonly fields. 
   https://github.com/django/django/pull/14846 - Fixed #32873 -- Deprecated 
settings.USE_L10N. 
   https://github.com/django/django/pull/14437 - Fixed #33012 -- Added 
Redis cache backend. 
   https://github.com/django/django/pull/14767 - Doc'd Jinja2 FORM_RENDERER 
setting. 
   https://github.com/django/django/pull/14857 - Refs #27624 -- Changed 
Query.explain_info to namedtuple. 
   https://github.com/django/django/pull/13733 - Fixed #27674 -- Deprecated 
GeoModelAdmin and OSMGeoAdmin. 
   https://github.com/django/django/pull/14864 - Refs #31026 -- Moved 
Template tests to separate class. 
   https://github.com/django/django/pull/14833 - Fixed #32492 -- Added 
TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL. 
   https://github.com/django/django/pull/14855 - Fixed #33077 -- Fixed 
links to related models for admin's readonly fields in custom admin site. 

*Reviewed: *
   https://github.com/django/django/pull/14848 - Fixed #32365 -- Made 
zoneinfo the default timezone implementation. 

*Authored: *
   https://github.com/django/django/pull/14858 - Fixed #33107 -- Fixed 
import_string() crash on not fully initialized modules. 
   https://github.com/django/django/pull/14860 - Bootstrapped Django 4.1.

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/fcad0eb7-ebac-45f4-9030-b4c5461d6e89n%40googlegroups.com.


Re: Django Sockets Proposal

2021-09-20 Thread PINEDO HUANSI LUCERO
if you're right, but what would we do?


El sáb, 18 sept 2021 a las 17:12, Jet Ezra () escribió:

> What if in django, we have a uniform way of handling server-side web
> sockets, built-in, not relying on external libraries?
> Django Channels would be a deal, but they are broad and endup making us
> forget about the sockets alone, what-if? we have a way of emitting those
> events which can be responded to by the front-end??
>
> --
> 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/4695e446-011d-41c8-a52c-37cc3057d884n%40googlegroups.com
> 
> .
>

-- 
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/CAOHi-%2B0QdH2V%3DxMzj_pBG_QUrHGrQdXWHCLY7EgGHRNqdV19gQ%40mail.gmail.com.


Re: Django Sockets Proposal

2021-09-20 Thread Jet Ezra
Handle events, handle requests, update the DOM all with python, having this
in place will enable us to even write SPAs easily
If we can achieve those three there, then we would be starting to see JS
out of python.

It's quit absurd to find you write your project with django and sometimes
django restframework, but github shows you that 0.2 % python was used and
75% JS was used, and you wonder whether its JS you wrote or python!!

On Mon, Sep 20, 2021 at 7:38 PM PINEDO HUANSI LUCERO <
luceropin...@egyg.edu.pe> wrote:

> if you're right, but what would we do?
>
>
> El sáb, 18 sept 2021 a las 17:12, Jet Ezra ()
> escribió:
>
>> What if in django, we have a uniform way of handling server-side web
>> sockets, built-in, not relying on external libraries?
>> Django Channels would be a deal, but they are broad and endup making us
>> forget about the sockets alone, what-if? we have a way of emitting those
>> events which can be responded to by the front-end??
>>
>> --
>> 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/4695e446-011d-41c8-a52c-37cc3057d884n%40googlegroups.com
>> 
>> .
>>
> --
> 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/CAOHi-%2B0QdH2V%3DxMzj_pBG_QUrHGrQdXWHCLY7EgGHRNqdV19gQ%40mail.gmail.com
> 
> .
>


-- 
jet

-- 
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/CAMjc0xWWxacY0C%3D%2BCGO-ve0r6UGmVV%3DJ2j6%3DyJtnRasipb80hw%40mail.gmail.com.