summaryrefslogtreecommitdiff
path: root/docs/releases/1.5.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.
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-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 ↵Adam Johnson
comments.
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
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
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
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
Thanks to Tim Graham for the review.
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
deprecation timeline.
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
Thanks marcin at sokrates.pl.
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-08-15Added release date to 1.5 release notes.James Bennett
Forwardport of 61283a8208 from 1.5.x
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
Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537.
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
Also cleaned up label escaping and consolidated the test suite regarding label_tag.
2013-03-22Added missing markup to docs.Tim Graham
2013-02-281.5 is no longer "UNDER DEVELOPMENT".Florian Apolloner
Thanks to Bruno Renie for reporting.
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
This is a security fix; disclosure and advisory coming shortly.