index.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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 patch releases. Newer
  15. versions of the documentation contain the release notes for any later releases.
  16. .. _development_release_notes:
  17. 1.10 release
  18. ------------
  19. .. toctree::
  20. :maxdepth: 1
  21. 1.10
  22. 1.9 release
  23. -----------
  24. .. toctree::
  25. :maxdepth: 1
  26. 1.9.4
  27. 1.9.3
  28. 1.9.2
  29. 1.9.1
  30. 1.9
  31. 1.8 release
  32. -----------
  33. .. toctree::
  34. :maxdepth: 1
  35. 1.8.10
  36. 1.8.9
  37. 1.8.8
  38. 1.8.7
  39. 1.8.6
  40. 1.8.5
  41. 1.8.4
  42. 1.8.3
  43. 1.8.2
  44. 1.8.1
  45. 1.8
  46. 1.7 release
  47. -----------
  48. .. toctree::
  49. :maxdepth: 1
  50. 1.7.11
  51. 1.7.10
  52. 1.7.9
  53. 1.7.8
  54. 1.7.7
  55. 1.7.6
  56. 1.7.5
  57. 1.7.4
  58. 1.7.3
  59. 1.7.2
  60. 1.7.1
  61. 1.7
  62. 1.6 release
  63. -----------
  64. .. toctree::
  65. :maxdepth: 1
  66. 1.6.11
  67. 1.6.10
  68. 1.6.9
  69. 1.6.8
  70. 1.6.7
  71. 1.6.6
  72. 1.6.5
  73. 1.6.4
  74. 1.6.3
  75. 1.6.2
  76. 1.6.1
  77. 1.6
  78. 1.5 release
  79. -----------
  80. .. toctree::
  81. :maxdepth: 1
  82. 1.5.12
  83. 1.5.11
  84. 1.5.10
  85. 1.5.9
  86. 1.5.8
  87. 1.5.7
  88. 1.5.6
  89. 1.5.5
  90. 1.5.4
  91. 1.5.3
  92. 1.5.2
  93. 1.5.1
  94. 1.5
  95. 1.4 release
  96. -----------
  97. .. toctree::
  98. :maxdepth: 1
  99. 1.4.22
  100. 1.4.21
  101. 1.4.20
  102. 1.4.19
  103. 1.4.18
  104. 1.4.17
  105. 1.4.16
  106. 1.4.15
  107. 1.4.14
  108. 1.4.13
  109. 1.4.12
  110. 1.4.11
  111. 1.4.10
  112. 1.4.9
  113. 1.4.8
  114. 1.4.7
  115. 1.4.6
  116. 1.4.5
  117. 1.4.4
  118. 1.4.3
  119. 1.4.2
  120. 1.4.1
  121. 1.4
  122. 1.3 release
  123. -----------
  124. .. toctree::
  125. :maxdepth: 1
  126. 1.3.7
  127. 1.3.6
  128. 1.3.5
  129. 1.3.4
  130. 1.3.3
  131. 1.3.2
  132. 1.3.1
  133. 1.3
  134. 1.2 release
  135. -----------
  136. .. toctree::
  137. :maxdepth: 1
  138. 1.2.7
  139. 1.2.6
  140. 1.2.5
  141. 1.2.4
  142. 1.2.3
  143. 1.2.2
  144. 1.2.1
  145. 1.2
  146. 1.1 release
  147. -----------
  148. .. toctree::
  149. :maxdepth: 1
  150. 1.1.4
  151. 1.1.3
  152. 1.1.2
  153. 1.1
  154. 1.0 release
  155. -----------
  156. .. toctree::
  157. :maxdepth: 1
  158. 1.0.2
  159. 1.0.1
  160. 1.0
  161. Pre-1.0 releases
  162. ----------------
  163. .. toctree::
  164. :maxdepth: 1
  165. 0.96
  166. 0.95
  167. Security releases
  168. =================
  169. Whenever a security issue is disclosed via :doc:`Django's security
  170. policies </internals/security>`, appropriate release notes are now
  171. added to all affected release series.
  172. Additionally, :doc:`an archive of disclosed security issues
  173. </releases/security>` is maintained.
  174. .. toctree::
  175. :hidden:
  176. security