index.txt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. =============
  2. Release notes
  3. =============
  4. Release notes for the official Django releases. Each release note will tell you
  5. what's new in each version, and will also describe any backwards-incompatible
  6. changes made in that version.
  7. For those :doc:`upgrading to a new version of Django</howto/upgrade-version>`,
  8. you will need to check all the backwards-incompatible changes and
  9. :doc:`deprecated features</internals/deprecation>` for each 'final' release
  10. from the one after your current Django version, up to and including the new
  11. version.
  12. Final releases
  13. ==============
  14. .. _development_release_notes:
  15. 1.8 release
  16. -----------
  17. .. toctree::
  18. :maxdepth: 1
  19. 1.8
  20. 1.7 release
  21. -----------
  22. .. toctree::
  23. :maxdepth: 1
  24. 1.7
  25. 1.6 release
  26. -----------
  27. .. toctree::
  28. :maxdepth: 1
  29. 1.6.6
  30. 1.6.5
  31. 1.6.4
  32. 1.6.3
  33. 1.6.2
  34. 1.6.1
  35. 1.6
  36. 1.5 release
  37. -----------
  38. .. toctree::
  39. :maxdepth: 1
  40. 1.5.8
  41. 1.5.7
  42. 1.5.6
  43. 1.5.5
  44. 1.5.4
  45. 1.5.3
  46. 1.5.2
  47. 1.5.1
  48. 1.5
  49. 1.4 release
  50. -----------
  51. .. toctree::
  52. :maxdepth: 1
  53. 1.4.13
  54. 1.4.12
  55. 1.4.11
  56. 1.4.10
  57. 1.4.9
  58. 1.4.8
  59. 1.4.7
  60. 1.4.6
  61. 1.4.5
  62. 1.4.4
  63. 1.4.3
  64. 1.4.2
  65. 1.4.1
  66. 1.4
  67. 1.3 release
  68. -----------
  69. .. toctree::
  70. :maxdepth: 1
  71. 1.3.7
  72. 1.3.6
  73. 1.3.5
  74. 1.3.4
  75. 1.3.3
  76. 1.3.2
  77. 1.3.1
  78. 1.3
  79. 1.2 release
  80. -----------
  81. .. toctree::
  82. :maxdepth: 1
  83. 1.2.7
  84. 1.2.6
  85. 1.2.5
  86. 1.2.4
  87. 1.2.3
  88. 1.2.2
  89. 1.2.1
  90. 1.2
  91. 1.1 release
  92. -----------
  93. .. toctree::
  94. :maxdepth: 1
  95. 1.1.4
  96. 1.1.3
  97. 1.1.2
  98. 1.1
  99. 1.0 release
  100. -----------
  101. .. toctree::
  102. :maxdepth: 1
  103. 1.0.2
  104. 1.0.1
  105. 1.0
  106. Pre-1.0 releases
  107. ----------------
  108. .. toctree::
  109. :maxdepth: 1
  110. 0.96
  111. 0.95
  112. Security releases
  113. =================
  114. Whenever a security issue is disclosed via :doc:`Django's security
  115. policies </internals/security>`, appropriate release notes are now
  116. added to all affected release series.
  117. Additionally, :doc:`an archive of disclosed security issues
  118. </releases/security>` is maintained.
  119. Development releases
  120. ====================
  121. These notes are retained for historical purposes. If you are upgrading
  122. between formal Django releases, you don't need to worry about these
  123. notes.
  124. .. toctree::
  125. :maxdepth: 1
  126. security
  127. 1.5-beta-1
  128. 1.5-alpha-1
  129. 1.4-beta-1
  130. 1.4-alpha-1
  131. 1.3-beta-1
  132. 1.3-alpha-1
  133. 1.2-rc-1
  134. 1.2-beta-1
  135. 1.2-alpha-1
  136. 1.1-rc-1
  137. 1.1-beta-1
  138. 1.1-alpha-1
  139. 1.0-beta-2
  140. 1.0-beta
  141. 1.0-alpha-2
  142. 1.0-alpha-1