index.txt 2.5 KB

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