| 1 | {{{ |
| 2 | #!text/x-rst |
| 3 | |
| 4 | ================== |
| 5 | Django 1.3 Roadmap |
| 6 | ================== |
| 7 | |
| 8 | This document details the roadmap for the release of Django 1.3. |
| 9 | |
| 10 | What will be in Django 1.3? |
| 11 | =========================== |
| 12 | |
| 13 | Whatever gets committed by November 29th! |
| 14 | |
| 15 | Django 1.3 will be a time-based release; any features completed and checked in by the feature freeze deadline (November 29th) will be included. Any that miss the deadline won't. |
| 16 | |
| 17 | The main focus of major feature development will be features that didn't make the cut for v1.2, such as: |
| 18 | |
| 19 | * #12012 - Logging |
| 20 | * #6735 - Class-based generic views |
| 21 | |
| 22 | However, the focus of Django 1.3 isn't to add lots of big new features. The last two Django releases have added lots of features, and the little things have suffered as a result. The intention of the 1.3 release is to focus on fixing bugs and adding the low priority and minor features that haven't got as much attention. |
| 23 | |
| 24 | Schedule |
| 25 | ======== |
| 26 | |
| 27 | Major milestones along the way to 1.3 are scheduled below. See `Process`_, |
| 28 | below, for more details. |
| 29 | |
| 30 | ================== =========================================================== |
| 31 | October 18, 2010 Django 1.3 alpha; major feature freeze. |
| 32 | |
| 33 | November 29, 2010 Django 1.3 beta; complete feature freeze. |
| 34 | |
| 35 | January 10, 2011 Django 1.3 RC 1; translation string freeze. |
| 36 | |
| 37 | January 17, 2011 Django 1.3 final (or RC 2, if needed). |
| 38 | ================== =========================================================== |
| 39 | |
| 40 | Process |
| 41 | ======= |
| 42 | |
| 43 | James Bennett, as the release manager, will be in charge of keeping the |
| 44 | schedule. He'll keep track of who's working on what issues so that bug reports |
| 45 | can be efficiently routed; he'll also nag, cajole and (if necessary) berate |
| 46 | developers who are in danger of missing deadlines. |
| 47 | |
| 48 | Feature freeze / Alpha 1 |
| 49 | ------------------------ |
| 50 | |
| 51 | As with v1.2, all major features must be committed by the Alpha 1 deadline. Any |
| 52 | work not done by this point will be deferred or dropped. |
| 53 | |
| 54 | Beta 1 |
| 55 | ------ |
| 56 | |
| 57 | As with v1.2, Beta 1 marks the end of *any* feature work. Only bug fixes will be |
| 58 | allowed in after this point. |
| 59 | |
| 60 | RC 1 |
| 61 | ---- |
| 62 | |
| 63 | Again, no change here. RC 1 will, Murphy willing, be a true release candidate: |
| 64 | 1.3 final should be identical to RC 1. RC 1 also marks string freeze; |
| 65 | translators will have roughly a week to submit updated translations for |
| 66 | inclusion in the final release. |
| 67 | |
| 68 | Release |
| 69 | ------- |
| 70 | Django 1.3 final will ship one week after the last RC. Hopefully we'll only need |
| 71 | a single RC, so, the final release will follow roughly a week after RC 1. If |
| 72 | blockers are found, another RC will be released instead. |
| 73 | |
| 74 | How you can help |
| 75 | ---------------- |
| 76 | |
| 77 | The only way we'll meet this deadline is with a great deal of community effort. |
| 78 | To that end, here's how you can help: |
| 79 | |
| 80 | * Read the `guide to contributing to Django`__ and the `guide to Django's |
| 81 | release process`__. |
| 82 | |
| 83 | These guides explains how our process works. where to ask questions, |
| 84 | etc. It'll save everyone time if we're all on the same page when it |
| 85 | comes to process. |
| 86 | |
| 87 | * Work on features. |
| 88 | |
| 89 | The joy of Open Source is that nobody gets to tell you what to do; you |
| 90 | can scratch whichever itch you like. However, if you work on big feature |
| 91 | items, you should expect that your patch won't get checked in until |
| 92 | after 1.3. |
| 93 | |
| 94 | Get in touch with the lieutenant/committer for the feature you'd like |
| 95 | to work on and help out. Or just find open tickets and start submitting |
| 96 | patches! |
| 97 | |
| 98 | * Write and review patches. |
| 99 | |
| 100 | There are plenty of tickets already on the `1.3 Milestone`__ that either don't have |
| 101 | patches, or have patches that need review. Writing, reviewing and |
| 102 | improving patches is the best way to make sure that 1.3 has as few bugs as |
| 103 | possible. |
| 104 | |
| 105 | * Attend a sprint (in person or in IRC). |
| 106 | |
| 107 | * Organize tickets. |
| 108 | |
| 109 | * Feature tickets should go in the "1.3 alpha" or "1.3 beta" milestone. |
| 110 | |
| 111 | Which one? Well, major changes must be made before the alpha, and |
| 112 | minor feature changes before the beta. So "major" feature additions |
| 113 | go in the alpha milestone, and minor additions in the beta one. If |
| 114 | you're not sure, then the feature is minor. |
| 115 | |
| 116 | **Bugs** are **not** to be part of these milestone; any bug is a |
| 117 | candidate for fixing and should be left un-milestoned. The exception |
| 118 | is bugs in features added for 1.3; those should be in the "1.3" |
| 119 | milestone. |
| 120 | |
| 121 | * Test the release snapshots (alphas, betas) against your code and report |
| 122 | bugs. |
| 123 | |
| 124 | We need *lots* of testers if we're to have a bug-free release. Download |
| 125 | a snapshot or an SVN checkout and give it a try! |
| 126 | |
| 127 | __ http://docs.djangoproject.com/en/dev/internals/contributing/ |
| 128 | __ http://docs.djangoproject.com/en/dev/internals/release-process/ |
| 129 | __ http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&milestone=1.3 |
| 130 | |
| 131 | }}} |