index.txt 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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. 3.1 release
  18. -----------
  19. .. toctree::
  20. :maxdepth: 1
  21. 3.1
  22. 3.0 release
  23. -----------
  24. .. toctree::
  25. :maxdepth: 1
  26. 3.0
  27. 2.2 release
  28. -----------
  29. .. toctree::
  30. :maxdepth: 1
  31. 2.2.6
  32. 2.2.5
  33. 2.2.4
  34. 2.2.3
  35. 2.2.2
  36. 2.2.1
  37. 2.2
  38. 2.1 release
  39. -----------
  40. .. toctree::
  41. :maxdepth: 1
  42. 2.1.12
  43. 2.1.11
  44. 2.1.10
  45. 2.1.9
  46. 2.1.8
  47. 2.1.7
  48. 2.1.6
  49. 2.1.5
  50. 2.1.4
  51. 2.1.3
  52. 2.1.2
  53. 2.1.1
  54. 2.1
  55. 2.0 release
  56. -----------
  57. .. toctree::
  58. :maxdepth: 1
  59. 2.0.13
  60. 2.0.12
  61. 2.0.11
  62. 2.0.10
  63. 2.0.9
  64. 2.0.8
  65. 2.0.7
  66. 2.0.6
  67. 2.0.5
  68. 2.0.4
  69. 2.0.3
  70. 2.0.2
  71. 2.0.1
  72. 2.0
  73. 1.11 release
  74. ------------
  75. .. toctree::
  76. :maxdepth: 1
  77. 1.11.24
  78. 1.11.23
  79. 1.11.22
  80. 1.11.21
  81. 1.11.20
  82. 1.11.19
  83. 1.11.18
  84. 1.11.17
  85. 1.11.16
  86. 1.11.15
  87. 1.11.14
  88. 1.11.13
  89. 1.11.12
  90. 1.11.11
  91. 1.11.10
  92. 1.11.9
  93. 1.11.8
  94. 1.11.7
  95. 1.11.6
  96. 1.11.5
  97. 1.11.4
  98. 1.11.3
  99. 1.11.2
  100. 1.11.1
  101. 1.11
  102. 1.10 release
  103. ------------
  104. .. toctree::
  105. :maxdepth: 1
  106. 1.10.8
  107. 1.10.7
  108. 1.10.6
  109. 1.10.5
  110. 1.10.4
  111. 1.10.3
  112. 1.10.2
  113. 1.10.1
  114. 1.10
  115. 1.9 release
  116. -----------
  117. .. toctree::
  118. :maxdepth: 1
  119. 1.9.13
  120. 1.9.12
  121. 1.9.11
  122. 1.9.10
  123. 1.9.9
  124. 1.9.8
  125. 1.9.7
  126. 1.9.6
  127. 1.9.5
  128. 1.9.4
  129. 1.9.3
  130. 1.9.2
  131. 1.9.1
  132. 1.9
  133. 1.8 release
  134. -----------
  135. .. toctree::
  136. :maxdepth: 1
  137. 1.8.19
  138. 1.8.18
  139. 1.8.17
  140. 1.8.16
  141. 1.8.15
  142. 1.8.14
  143. 1.8.13
  144. 1.8.12
  145. 1.8.11
  146. 1.8.10
  147. 1.8.9
  148. 1.8.8
  149. 1.8.7
  150. 1.8.6
  151. 1.8.5
  152. 1.8.4
  153. 1.8.3
  154. 1.8.2
  155. 1.8.1
  156. 1.8
  157. 1.7 release
  158. -----------
  159. .. toctree::
  160. :maxdepth: 1
  161. 1.7.11
  162. 1.7.10
  163. 1.7.9
  164. 1.7.8
  165. 1.7.7
  166. 1.7.6
  167. 1.7.5
  168. 1.7.4
  169. 1.7.3
  170. 1.7.2
  171. 1.7.1
  172. 1.7
  173. 1.6 release
  174. -----------
  175. .. toctree::
  176. :maxdepth: 1
  177. 1.6.11
  178. 1.6.10
  179. 1.6.9
  180. 1.6.8
  181. 1.6.7
  182. 1.6.6
  183. 1.6.5
  184. 1.6.4
  185. 1.6.3
  186. 1.6.2
  187. 1.6.1
  188. 1.6
  189. 1.5 release
  190. -----------
  191. .. toctree::
  192. :maxdepth: 1
  193. 1.5.12
  194. 1.5.11
  195. 1.5.10
  196. 1.5.9
  197. 1.5.8
  198. 1.5.7
  199. 1.5.6
  200. 1.5.5
  201. 1.5.4
  202. 1.5.3
  203. 1.5.2
  204. 1.5.1
  205. 1.5
  206. 1.4 release
  207. -----------
  208. .. toctree::
  209. :maxdepth: 1
  210. 1.4.22
  211. 1.4.21
  212. 1.4.20
  213. 1.4.19
  214. 1.4.18
  215. 1.4.17
  216. 1.4.16
  217. 1.4.15
  218. 1.4.14
  219. 1.4.13
  220. 1.4.12
  221. 1.4.11
  222. 1.4.10
  223. 1.4.9
  224. 1.4.8
  225. 1.4.7
  226. 1.4.6
  227. 1.4.5
  228. 1.4.4
  229. 1.4.3
  230. 1.4.2
  231. 1.4.1
  232. 1.4
  233. 1.3 release
  234. -----------
  235. .. toctree::
  236. :maxdepth: 1
  237. 1.3.7
  238. 1.3.6
  239. 1.3.5
  240. 1.3.4
  241. 1.3.3
  242. 1.3.2
  243. 1.3.1
  244. 1.3
  245. 1.2 release
  246. -----------
  247. .. toctree::
  248. :maxdepth: 1
  249. 1.2.7
  250. 1.2.6
  251. 1.2.5
  252. 1.2.4
  253. 1.2.3
  254. 1.2.2
  255. 1.2.1
  256. 1.2
  257. 1.1 release
  258. -----------
  259. .. toctree::
  260. :maxdepth: 1
  261. 1.1.4
  262. 1.1.3
  263. 1.1.2
  264. 1.1
  265. 1.0 release
  266. -----------
  267. .. toctree::
  268. :maxdepth: 1
  269. 1.0.2
  270. 1.0.1
  271. 1.0
  272. Pre-1.0 releases
  273. ----------------
  274. .. toctree::
  275. :maxdepth: 1
  276. 0.96
  277. 0.95
  278. Security releases
  279. =================
  280. Whenever a security issue is disclosed via :doc:`Django's security
  281. policies </internals/security>`, appropriate release notes are now
  282. added to all affected release series.
  283. Additionally, :doc:`an archive of disclosed security issues
  284. </releases/security>` is maintained.
  285. .. toctree::
  286. :hidden:
  287. security