Changes between Version 6 and Version 7 of SummerOfCode2026


Ignore:
Timestamp:
Mar 3, 2026, 12:53:21 AM (2 weeks ago)
Author:
Bhuvnesh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2026

    v6 v7  
    192192|| Difficulty || Hard
    193193|| Size ||   350hr
    194 || Mentors || Sage Abdullah, Lily (needs confirmation)
     194|| Mentors || Sage Abdullah, Lily, Simon Charettes
    195195|| Key Skills || django, python, postgres, ORM
    196196
    197197This project aims to extend Django’s ORM with native support for PostgreSQL’s `generate_series` function. Currently developers must use raw SQL to access this powerful function. The work involves designing ORM expressions or query APIs to integrate `generate_series` in a way that feels natural within Django’s ORM, writing tests, and ensuring compatibility with Django’s PostgreSQL contrib utilities.
     198
     199There are a few things to make `generate_series` work, first is generic support for composite fields. Getting generic composite field to work could be a good stepping stone towards `generate_series`
    198200
    199201References:
Back to Top