Changes between Version 3 and Version 4 of SummerOfCode2021
- Timestamp:
- Feb 10, 2021, 8:15:36 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2021
v3 v4 39 39 * Work on libraries that supplement or add new features to Django to ease development - South and Django Debug Toolbar are good examples of existing projects that would have fit here. 40 40 41 We're **not** looking for people to work on existing third-party libraries - we aren't able to guarantee commit access to them. We may allow an exception if a maintainer of the library in question agrees to help mentor beforehand.41 Unless explicitly mentioned below, we're **not** looking for people to work on existing third-party libraries - we aren't able to guarantee commit access to them. We may allow an exception if a maintainer of the library in question agrees to help mentor beforehand. 42 42 43 43 The broadening in scope is to allow people to work on new ideas to help Django development and developers without tying you down to having to implement it in the core codebase (and thus ruling out some projects that might otherwise be useful). … … 100 100 Recent work has gone into [https://github.com/django/djangobench/issues/38 running the benchmarks regularly and integrating the Airspeed Velocity (ASV) package]. The task would be to help pick-up that work and bring the benchmarking up to the next level. 101 101 102 == Typed Django == 103 104 After a successful GSoC project working on the `mypy` plugin in 2020, the [https://github.com/typeddjango/django-stubs `django-stubs` project] is open to applications for this year. 105 106 `django-stubs` provides type annotation stub files that enables Django code to be checked with `mypy`, and other type checkers. Typing is gaining ground in Python, and you can help push forward its use in the Django ecosystem. 107 108 If you're interesting in this, open a discussion on the django-stubs repo or [https://gitter.im/mypy-django/Lobby the project chat]. 109 102 110 == Django Service Hooks == 103 111