Changes between Version 5 and Version 6 of SummerOfCode2026


Ignore:
Timestamp:
Feb 21, 2026, 1:36:21 PM (30 hours ago)
Author:
Andy Miller
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2026

    v5 v6  
    132132The current development process of Django is slow. This is in part due to our commitment to backwards compatibility.
    133133This means it is hard to test a new feature API directly in django/django because if we get it wrong we can't easily change it.
    134 An experimental feature flag would help us overcome this, possibly making Django development faster
     134We would like to define what it would mean to add features considered experimental to django/django that would possibly make
     135development of Django faster.
     136
     137An outcome of this would be updated processes and documentation around feature development process, followed by any code to support enabling experimental support for new features and for extending existing features. It will start by refreshing DEP 2: https://github.com/django/deps/blob/main/draft/0002-experimental-apis.rst
     138
     139There are multiple extension points to this project:
     140
     141* Extending to refreshing the re-usable apps tutorial and possibly providing a django app template repository.
     142* Picking a suitable proposed feature to test the new process and code
     143* Extending this feature to provide a public feature flag API inside django/django
    135144
    136145Complete discussion here: https://github.com/django/new-features/issues/3
Back to Top