Re: "Unify by values" setting in Oracle's base.py

2021-04-13 Thread NPB
Hi Mariusz and Simon, Yes, agreed, it is true that Oracle doesn't support column aliases in GROUP BY. It is possible to use "GROUP BY ", but only if a specific Oracle session parameter setting is used. IMO it would be undesirable to make this setting mandatory for Django, though. Oracle defini

Re: "Unify by values" setting in Oracle's base.py

2021-04-13 Thread NPB
P.S. I think I will have a stab at creating a solution. I'll run it through the queries, aggregation, and aggregation_regress tests. Thanks, Nigel On Tuesday, 13 April 2021 at 13:34:30 UTC+1 NPB wrote: > Hi Mariusz and Simon, > > Yes, agreed, it is true that Oracle doesn't support column alias

Announcement of 4.x Technical Board Election Registration

2021-04-13 Thread Chaim Kirby
The release last week of Django 3.2 represents the final feature release of a major release series of Django. Per DEP-10 this release triggers the election for the Technical boa

Question: django.contrib.gis GDAL support of /vsi*

2021-04-13 Thread Jordi Castells
Hi, I'm Jordi, long time user of the Django framework, and a first time poster to this mailing list after dabbling a bit into the Django implementation for a specific problem in my project. I found out that the support for GDAL virtual filesystems in Django is limited to `/vsimem/` forced via

Re: Content types shouldn't be created on post_migrate signal

2021-04-13 Thread Arthur Rio
Hi everyone 👋🏻 After a long period of inactivity I'm back at it with the help of Taylor. As a reminder: Here is the ticket: https://code.djangoproject.com/ticket/29843 Here is the initial PR: https://github.com/django/django/pull/10540 After some experiments and discussions it felt like while

Re: Question: django.contrib.gis GDAL support of /vsi*

2021-04-13 Thread Claude Paroz
Hi Jordi, Our GDAL Raster expert is Daniel Wiesmann (https://github.com/yellowcap), you may try to ping him somehow so that he can give his lights on the subject here. And how should I properly enable the `gis_tests` to confirm everything > works as expected? > If you use settings configured