summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.txt
AgeCommit message (Collapse)Author
2026-01-19Fixed unbalanced parentheses in docs.Clifford Gama
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
Signed-off-by: SaJH <wogur981208@gmail.com>
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
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
docs.
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2023-04-17Used extlinks for PyPI links.Tim Graham
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
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
"term" role became case sensitive in Sphinx 3.0.1.
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 ↵Tim Graham
settings.MIDDLEWARE_CLASSES.
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 ↵Alasdair Nicol
paths.
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
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
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
Thanks to Tim Graham for the review.
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 ↵Tim Graham
release notes.
2015-12-08Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of ↵Tim Graham
2016.
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 ↵Tim Graham
related set.
2015-10-26Documented Python 3.5 support for Django 1.8.Tim Graham
Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x
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 ↵Tim Graham
deprecation timeline.