Changes between Version 8 and Version 9 of SummerOfCode2022


Ignore:
Timestamp:
Feb 9, 2022, 11:21:48 PM (2 years ago)
Author:
Mariusz Felisiak
Comment:

Add window expressions idea.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2022

    v8 v9  
    132132In no particular order:
    133133
    134 
    135 
    136134== Migrations  ==
    137135
     
    141139It's a big task overall, that was part of a successful GSoC project in 2021.
    142140Carrying-on and extending that work would be a great addition.
     141
     142== Window expressions improvements ==
     143
     144Add support for filtering against window expressions (see #28333), for `EXCLUDE` and currently not covered `RowRange()` cases (see #29850).
    143145
    144146== Django Benchmarking ==
     
    203205We have over 1000 accepted tickets on Django. Browse the issue tracker by
    204206component — here's an
    205 [https://code.djangoproject.com/query?status=assigned&status=new&component=
    206 contrib.staticfiles&col=id&col=summary&col=status&col=owner&col=type&col=
    207 component&col=version&desc=1&order=id example filter for
    208 `contrib.staticfiles`]. What's the bit of the framework that interests you?
     207[https://code.djangoproject.com/query?status=assigned&status=new&component=contrib.staticfiles&col=id&col=summary&col=status&col=owner&col=type&col=component&col=version&desc=1&order=id example filter for contrib.staticfiles]. What's the bit of the framework that interests you?
    209208What contribution do you want to make to it?
    210209
Back to Top