summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.txt
AgeCommit message (Expand)Author
2026-01-19Fixed unbalanced parentheses in docs.Clifford Gama
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2020-05-13Used :pep: role in various docs.Nick Pope
2020-05-05Fixed #31534 -- Deprecated django.conf.urls.url().David Smith
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-06-27Refs #12663 -- Removed Meta API upgrade guide.Tim Graham
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-11-16Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-08-21Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
2017-01-17Removed settings.TEMPLATES upgrade guide.Tim Graham
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2017-01-17Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.Tim Graham
2016-09-28Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-08-18Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.Tim Graham
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-07-11Linked "Features removed" release notes to corresponding deprecation notes.Tim Graham
2016-06-06Linked to upgrade guide from release notes.Tom Christie
2016-06-02Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-03-03Fixed #26309 -- Documented that login URL settings no longer support dotted p...Alasdair Nicol
2016-02-03Fix typos in 1.8 release notes.Carl Meyer
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-12Removed an unncessary docs cross-reference for call_command().Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-08Refs #25886 -- Improved language in Python compatibility section of the relea...Tim Graham
2015-12-08Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of ...Tim Graham
2015-10-30Fixed #25100 -- Documented an upgrade caveat for contenttypes migration.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-26Documented Python 3.5 support for Django 1.8.Tim Graham
2015-10-21Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
2015-10-05Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release notes.Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-09-23Refs #22835 -- Removed NoArgsCommand per deprecation timeline.Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham