Changes between Version 8 and Version 9 of SummerOfCode2025


Ignore:
Timestamp:
Mar 19, 2025, 6:54:16 AM (12 days ago)
Author:
Timothy Schilling
Comment:

Remove django-stubs project as we don't have a mentor for 2025.

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified SummerOfCode2025

    v8 v9  
    147147Outcome would be one to several PRs automating these workflows, depending on how many are accomplished.
    148148
    149 == Expand django-stubs coverage ==
    150 
    151 || Difficulty || Hard.
    152 || Size ||       Variable
    153 || Potential Mentors || 2024 mentor: Adam Johnson
    154 || Key Skills || Python typing and Django-stubs
    155 
    156 [https://github.com/typeddjango/django-stubs django-stubs] is an external project that adds type hints to Django. It may be possible to work on it under GSoC if you can show experience with Python’s type hints and Mypy.
    157 
    158 django-stubs uses Mypy’s stubtest tool to check that its type hints align with Django’s source, per [https://github.com/typeddjango/django-stubs/blob/master/CONTRIBUTING.md#testing-stubs-with-stubtest its contributing documentation]. The “todo” list contains ~1600 functions and classes missing type hints. A proposal targeting a specific, significant subset of the missing types is likely to be accepted.
    159149
    160150== Django Admin: Add Command palette ==
     
    162152|| Difficulty || Medium
    163153|| Size ||   Variable
    164 || Potentia mentors || Tom Carrick
     154|| Potential mentors || Tom Carrick
    165155|| Key Skills || UI/UX
    166156
Back to Top