#34269 closed New feature (wontfix)

Add Unnest PostgreSQL ORM function

Reported by: Niccolò Mineo Owned by: nobody
Component: Database layer (models, ORM) Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Niccolò Mineo)

I'd like to suggest adding this one to the PostgreSQL-specific set of functions.

https://github.com/django/django/pull/16479

Change History (3)

comment:1 by Niccolò Mineo, 16 months ago

Description: modified (diff)

comment:2 by Niccolò Mineo, 16 months ago

Component: UncategorizedDatabase layer (models, ORM)

comment:3 by Mariusz Felisiak, 16 months ago

Resolution: wontfix
Status: newclosed
Type: UncategorizedNew feature

As far as I'm aware, after implementing #28643 we don't want to add more functions to the core unless they are common and supported by all backends. The current thread is to keep Django a core framework, not providing every utility which might be useful.

If you don't agree than first start a discussion on the DevelopersMailingList, where you'll reach a wider audience and see what other think, and ​follow triaging guidelines with regards to wontfix tickets.

PS. It's a bit sad that I have to repeat myself. I'm afraid that you're going to open tickets for more database functions without taking into account the guidelines with regards to requesting features.

Note: See TracTickets for help on using tickets.
Back to Top