summaryrefslogtreecommitdiff
path: root/docs/releases/1.6.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
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
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-10-07Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...Gregor Gärtner
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-03-10Changed some words to use inline markup.David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-02-26Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.Jacob Walls
2021-01-14Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...Mariusz Felisiak
2020-11-13Changed docs and a code comment to use gender-neutral pronouns.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-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2018-07-31Removed code terms from docs/spelling_wordlist.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-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ...Tim Graham
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-10-02Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-06-02Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-02-02Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
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
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-08Corrected example code for get_query_set upgrade in 1.6 release notesLuke Plant
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-14Removed docs for removed transaction APIs.Tim Graham
2015-02-23Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation in docsKenneth Kam
2015-01-19Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-19Added upgrade instructions for deprecated model _meta permission methods.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-11-26Updated GIS docs to use doc links.Tim Graham
2014-11-24Further fixes to the migration notes for get_query_setLuke Plant
2014-11-24Better migration docs for get_query_set -> get_querysetLuke Plant
2014-11-10Fixed a typo in 1.6 release notes.aruseni