Changes between Version 6 and Version 7 of SummerOfCode2026
- Timestamp:
- Mar 3, 2026, 12:53:21 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2026
v6 v7 192 192 || Difficulty || Hard 193 193 || Size || 350hr 194 || Mentors || Sage Abdullah, Lily (needs confirmation)194 || Mentors || Sage Abdullah, Lily, Simon Charettes 195 195 || Key Skills || django, python, postgres, ORM 196 196 197 197 This 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 199 There 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` 198 200 199 201 References: