#34265 closed New feature (wontfix)

Add ToDate 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: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'd like to suggest adding the TO_DATE function from PostgreSQL, MySQL and Oracle to the ORM function collection.

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

Change History (1)

comment:1 by Mariusz Felisiak, 20 months ago

Has patch: unset
Resolution: wontfix
Status: newclosed

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.

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