index.txt 2.5 KB

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