index.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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.2
  27. 1.7.1
  28. 1.7
  29. 1.6 release
  30. -----------
  31. .. toctree::
  32. :maxdepth: 1
  33. 1.6.9
  34. 1.6.8
  35. 1.6.7
  36. 1.6.6
  37. 1.6.5
  38. 1.6.4
  39. 1.6.3
  40. 1.6.2
  41. 1.6.1
  42. 1.6
  43. 1.5 release
  44. -----------
  45. .. toctree::
  46. :maxdepth: 1
  47. 1.5.11
  48. 1.5.10
  49. 1.5.9
  50. 1.5.8
  51. 1.5.7
  52. 1.5.6
  53. 1.5.5
  54. 1.5.4
  55. 1.5.3
  56. 1.5.2
  57. 1.5.1
  58. 1.5
  59. 1.4 release
  60. -----------
  61. .. toctree::
  62. :maxdepth: 1
  63. 1.4.17
  64. 1.4.16
  65. 1.4.15
  66. 1.4.14
  67. 1.4.13
  68. 1.4.12
  69. 1.4.11
  70. 1.4.10
  71. 1.4.9
  72. 1.4.8
  73. 1.4.7
  74. 1.4.6
  75. 1.4.5
  76. 1.4.4
  77. 1.4.3
  78. 1.4.2
  79. 1.4.1
  80. 1.4
  81. 1.3 release
  82. -----------
  83. .. toctree::
  84. :maxdepth: 1
  85. 1.3.7
  86. 1.3.6
  87. 1.3.5
  88. 1.3.4
  89. 1.3.3
  90. 1.3.2
  91. 1.3.1
  92. 1.3
  93. 1.2 release
  94. -----------
  95. .. toctree::
  96. :maxdepth: 1
  97. 1.2.7
  98. 1.2.6
  99. 1.2.5
  100. 1.2.4
  101. 1.2.3
  102. 1.2.2
  103. 1.2.1
  104. 1.2
  105. 1.1 release
  106. -----------
  107. .. toctree::
  108. :maxdepth: 1
  109. 1.1.4
  110. 1.1.3
  111. 1.1.2
  112. 1.1
  113. 1.0 release
  114. -----------
  115. .. toctree::
  116. :maxdepth: 1
  117. 1.0.2
  118. 1.0.1
  119. 1.0
  120. Pre-1.0 releases
  121. ----------------
  122. .. toctree::
  123. :maxdepth: 1
  124. 0.96
  125. 0.95
  126. Security releases
  127. =================
  128. Whenever a security issue is disclosed via :doc:`Django's security
  129. policies </internals/security>`, appropriate release notes are now
  130. added to all affected release series.
  131. Additionally, :doc:`an archive of disclosed security issues
  132. </releases/security>` is maintained.
  133. .. toctree::
  134. :hidden:
  135. security