5 | | Non-trivial design decisions should converge into a clear specification that merges all the bits from different discussion sources. The process should be similar to [http://www.python.org/dev/peps/ PEPs]. |
6 | | |
7 | | Minor issues should still be handled with tickets. |
| 5 | Non-trivial design decisions should converge into a clear specification that merges all the bits from different discussion sources. The process should be similar to [http://www.python.org/dev/peps/ PEPs]: |
| 6 | 1. if it's a minor issue, just open a ticket and exit |
| 7 | 1. post your proposal to django-developers mailing list and open a corresponding ticket (review http://www.python.org/dev/peps/pep-0001/#pep-work-flow) |
| 8 | 1. if it is rejected on the mailing list, exit |
| 9 | 1. based on the feedback received, write a specification as a sub-page of this page, link it to the corresponding ticket and announce it to the mailing list |