summaryrefslogtreecommitdiff
path: root/docs/releases/1.5.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-09-18Refs #27236 -- Removed Meta.index_together per deprecation timeline.Mariusz Felisiak
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2022-04-28Changed "ie." to "i.e." in docs.David
2022-03-10Changed some words to use inline markup.David Smith
2020-05-13Used :mimetype: role in various docs.Nick Pope
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-11-26Used :ticket: role in all tickets links.Sergey Fedoseev
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-02-05Refs #27753 -- Removed django.utils.six.Tim Graham
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-06-02Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
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
2016-01-12Made CommandError use the exception directive in docs.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-10-21Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
2015-09-23Refs #23269 -- Removed the removetags template tag and related functions per ...Tim Graham
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-03-25Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2014-10-25Removed simplejson inventory file from docs/conf.py.Berker Peksag
2014-07-26Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-05-29Improved deprecation plan links in release notes.Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-02-03Reordered deprecation timeline and added back old info; refs #21920.Tim Graham
2013-11-18Fixed #21240 -- Added 1.5 release note for OneToOneField/select_related change.Tim Graham
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-08-15Added release date to 1.5 release notes.James Bennett
2013-06-28Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.Ramiro Morales
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-03-22Added missing markup to docs.Tim Graham
2013-02-281.5 is no longer "UNDER DEVELOPMENT".Florian Apolloner
2013-02-19Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer