Changes between Version 1 and Version 2 of Version2.1Roadmap
- Timestamp:
- Oct 29, 2017, 9:18:20 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version2.1Roadmap
v1 v2 26 26 27 27 ================== ============================================================= 28 May 14, 201 7Django 2.1 alpha; feature freeze.28 May 14, 2018 Django 2.1 alpha; feature freeze. 29 29 30 30 June 18 Django 2.1 beta; non-release blocking bug fix freeze. … … 64 64 ----- 65 65 66 Ideally, Django 2.1 final will ship two weeks after the last RC. If there are no major bugs found by 2 weeks after the release candidate, we will issue 2.1 final. If not, we will decide how to proceed from there at that time (likely another release candidate would be issue at some point).66 Ideally, Django 2.1 final will ship two weeks after the last RC. If there are no major bugs found by 2 weeks after the release candidate, we will issue 2.1 final. If not, we will decide how to proceed from there at that time (likely another release candidate would be issued at some point). 67 67 68 68 How you can help … … 75 75 release process <http://docs.djangoproject.com/en/dev/internals/release-process/>`_. 76 76 77 These guides explains how our process works. where to ask questions, 78 etc. It'll save everyone time if we're all on the same page when it 79 comes to process. 77 These guides explain how our process works. where to ask questions, 78 etc. It'll save everyone time if we're all on the same page when it comes to process. 80 79 81 80 * Work on patches and `triage tickets <https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/>`_. … … 83 82 * Attend a sprint (in person or in IRC). 84 83 85 * Test the release snapshots (alphas, betas) against your code and report 86 bugs. 84 * Test the release snapshots (alphas, betas) against your code and report bugs. 87 85 88 * We need *lots* of testers if we're to have a bug-free release. Download 89 a snapshot or a git checkout and give it a try! 86 * We need *lots* of testers if we're to have a bug-free release. Download a snapshot or a git checkout and give it a try! 90 87 }}}