Open
Description
Code of Conduct
- I agree to follow Django's Code of Conduct
Feature Description
Add a way to integrate generate_series function into ORM
Problem
generate_series is a very useful PostgreSQL function. Currently, in most cases, we must go to RawSQL to use it.
Request or proposal
request
Additional Details
This was proposed in django forum some time ago with more details
https://forum.djangoproject.com/t/proposal-add-generate-series-support-to-contrib-postgres/21947
Implementation Suggestions
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Idea