index.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. Below are release notes through Django |version| and its minor releases. Newer
  15. versions of the documentation contain the release notes for any later releases.
  16. .. _development_release_notes:
  17. 1.8 release
  18. -----------
  19. .. toctree::
  20. :maxdepth: 1
  21. 1.8
  22. 1.7 release
  23. -----------
  24. .. toctree::
  25. :maxdepth: 1
  26. 1.7.1
  27. 1.7
  28. 1.6 release
  29. -----------
  30. .. toctree::
  31. :maxdepth: 1
  32. 1.6.7
  33. 1.6.6
  34. 1.6.5
  35. 1.6.4
  36. 1.6.3
  37. 1.6.2
  38. 1.6.1
  39. 1.6
  40. 1.5 release
  41. -----------
  42. .. toctree::
  43. :maxdepth: 1
  44. 1.5.10
  45. 1.5.9
  46. 1.5.8
  47. 1.5.7
  48. 1.5.6
  49. 1.5.5
  50. 1.5.4
  51. 1.5.3
  52. 1.5.2
  53. 1.5.1
  54. 1.5
  55. 1.4 release
  56. -----------
  57. .. toctree::
  58. :maxdepth: 1
  59. 1.4.15
  60. 1.4.14
  61. 1.4.13
  62. 1.4.12
  63. 1.4.11
  64. 1.4.10
  65. 1.4.9
  66. 1.4.8
  67. 1.4.7
  68. 1.4.6
  69. 1.4.5
  70. 1.4.4
  71. 1.4.3
  72. 1.4.2
  73. 1.4.1
  74. 1.4
  75. 1.3 release
  76. -----------
  77. .. toctree::
  78. :maxdepth: 1
  79. 1.3.7
  80. 1.3.6
  81. 1.3.5
  82. 1.3.4
  83. 1.3.3
  84. 1.3.2
  85. 1.3.1
  86. 1.3
  87. 1.2 release
  88. -----------
  89. .. toctree::
  90. :maxdepth: 1
  91. 1.2.7
  92. 1.2.6
  93. 1.2.5
  94. 1.2.4
  95. 1.2.3
  96. 1.2.2
  97. 1.2.1
  98. 1.2
  99. 1.1 release
  100. -----------
  101. .. toctree::
  102. :maxdepth: 1
  103. 1.1.4
  104. 1.1.3
  105. 1.1.2
  106. 1.1
  107. 1.0 release
  108. -----------
  109. .. toctree::
  110. :maxdepth: 1
  111. 1.0.2
  112. 1.0.1
  113. 1.0
  114. Pre-1.0 releases
  115. ----------------
  116. .. toctree::
  117. :maxdepth: 1
  118. 0.96
  119. 0.95
  120. Security releases
  121. =================
  122. Whenever a security issue is disclosed via :doc:`Django's security
  123. policies </internals/security>`, appropriate release notes are now
  124. added to all affected release series.
  125. Additionally, :doc:`an archive of disclosed security issues
  126. </releases/security>` is maintained.
  127. Development releases
  128. ====================
  129. These notes are retained for historical purposes. If you are upgrading
  130. between formal Django releases, you don't need to worry about these
  131. notes.
  132. .. toctree::
  133. :maxdepth: 1
  134. security
  135. 1.5-beta-1
  136. 1.5-alpha-1
  137. 1.4-beta-1
  138. 1.4-alpha-1
  139. 1.3-beta-1
  140. 1.3-alpha-1
  141. 1.2-rc-1
  142. 1.2-beta-1
  143. 1.2-alpha-1
  144. 1.1-rc-1
  145. 1.1-beta-1
  146. 1.1-alpha-1
  147. 1.0-beta-2
  148. 1.0-beta
  149. 1.0-alpha-2
  150. 1.0-alpha-1