| 134 | | An experimental feature flag would help us overcome this, possibly making Django development faster |
| | 134 | We would like to define what it would mean to add features considered experimental to django/django that would possibly make |
| | 135 | development of Django faster. |
| | 136 | |
| | 137 | An 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 | |
| | 139 | There 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 |