Hi everyone,
I’m Aniket Gupta, a first year Computer Science student from India. I’m writing this to introduce myself as a potential candidate for Google Summer of Code 2026.
Background:
- Built practical web applications using Django
- Experience with Databases and production deployment
- Solid background in fullstack development
Because of this, I am highly interested in the “Experimental feature flags and processes” project. The idea of formalizing a sandbox environment within Django core—allowing the community to test and iterate on new APIs without compromising strict backwards compatibility—is a fascinating architectural challenge.
I have been reviewing the discussions around DEP 2 and the concepts of using a django.experimental namespace versus a settings-based EXPERIMENTAL_FEATURES dictionary.
Before I finalize my proposal draft, I wanted to ask:
-
Are there specific existing tickets or PRs where the friction of introducing new features was particularly high, which I could study as a case study for why this project is needed?
-
Is the current consensus leaning more toward module-level decorators or a centralized settings registry for checking these flags?
I am currently setting up my local environment and looking for a small “easy pickings” ticket to get familiar with the review workflow. Thank you for your time and for maintaining such an incredible framework!
I’ll be looking forward to contribute!