summaryrefslogtreecommitdiff
path: root/docs/releases/1.9.txt
AgeCommit message (Collapse)Author
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.
2023-10-09Added backticks to setuptools in docs.Mariusz Felisiak
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
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
2022-04-28Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.David
2022-03-10Changed some words to use inline markup.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per ↵Mariusz Felisiak
deprecation timeline.
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-05-05Fixed #31534 -- Deprecated django.conf.urls.url().David Smith
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-09-10Refs #28478 -- Removed support for TestCase's allow_database_queries and ↵Mariusz Felisiak
multi_db per deprecation timeline.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-07-18Removed duplicate words in docs.Maxime Lorant
.
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ↵Tim Graham
views. Per deprecation timeline.
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-01-17Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.Tim Graham
2017-01-17Refs #18651 -- Removed assignment_tag per deprecation timeline.Tim Graham
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-08-12Fixed typo in docs/releases/1.9.txtTim Graham
2016-08-11Refs #23960 -- Documented how to restore absolute redirect URLs.Moritz Sichert
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-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
Debian packages unconditionally byte-compile .py files on installation and do not silence errors by design. Therefore, we need a way of shipping these invalid .py files without a .py extension but ensuring that when we template them, they end up as .py. We don't special-case .py files so that the all the TemplateCommand command-line options (eg. extra_files and extensions) still work entirely as expected and it may even be useful for other formats too.
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-05Fixed #25878 -- Documented requirement that handler404 return a 404 response.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
Thanks to Tim Graham for the review.
2015-12-24Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x
2015-12-22Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
2015-12-10Refs #25099 -- Added removal of build_request_repr() to 1.9 release notes.Damien
2015-12-08Refs #25886 -- Improved language in Python compatibility section of the ↵Tim Graham
release notes.
2015-12-05Refs #25584 -- Corrected note about source of SyntaxErrors when installing ↵Tim Graham
Django 1.9.
2015-12-01Added release date for 1.9.Tim Graham
2015-11-30Removed obsolete phrase about adding Python 3.5 in Django 1.9.Tim Graham
2015-11-27Added Scottish Gaelic as new available languageClaude Paroz
Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic formats.py.
2015-11-27Added Colombian Spanish as new available languageClaude Paroz
Refs #25815.
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation and Tim for the review.
2015-11-19Removed a bug fix from the 1.9 release notes.Tim Graham
The fix has also since been backported to stable/1.8.x.
2015-11-17Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.Tim Graham
2015-11-16Fixed typo in docs/releases/1.9.txt.Tim Graham