Changes between Version 8 and Version 9 of SummerOfCode2022
- Timestamp:
- Feb 9, 2022, 11:21:48 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2022
v8 v9 132 132 In no particular order: 133 133 134 135 136 134 == Migrations == 137 135 … … 141 139 It's a big task overall, that was part of a successful GSoC project in 2021. 142 140 Carrying-on and extending that work would be a great addition. 141 142 == Window expressions improvements == 143 144 Add support for filtering against window expressions (see #28333), for `EXCLUDE` and currently not covered `RowRange()` cases (see #29850). 143 145 144 146 == Django Benchmarking == … … 203 205 We have over 1000 accepted tickets on Django. Browse the issue tracker by 204 206 component — 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? 209 208 What contribution do you want to make to it? 210 209