summaryrefslogtreecommitdiff
path: root/docs/releases/1.9.txt
AgeCommit message (Expand)Author
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
2023-10-09Added backticks to setuptools in docs.Mariusz Felisiak
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
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
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 appropr...David Smith
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
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 c...Adam Johnson
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 mult...Mariusz Felisiak
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
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
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
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
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-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
2015-12-24Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
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 relea...Tim Graham
2015-12-05Refs #25584 -- Corrected note about source of SyntaxErrors when installing Dj...Tim Graham
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
2015-11-27Added Colombian Spanish as new available languageClaude Paroz
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-19Removed a bug fix from the 1.9 release notes.Tim Graham
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