Re: Permissions don't get translated in admin interface

2022-10-13 Thread Thibaud Colas
I worked on a potential fix for this yesterday at the Django London’s hack day with Nick (hi Nick if you’re reading this!). - Here is where translation names get created: https://github.com/django/django/blob/main/django/contrib/auth/management/__init__.py#L31 - And where the strings

Re: ArrayField: Bug on exact_nested_null

2022-10-13 Thread Ion Alberdi
Hello to all! FYI a PR is available at https://github.com/django/django/pull/16175 So far the PR unwraps ARRAY and lets psycopg2 handle these use cases. Le mardi 11 octobre 2022 à 16:55:25 UTC+2, Ion Alberdi a écrit : > Hi Jörg! > > >At this point I think ArrayField should always use ARRAY const