summaryrefslogtreecommitdiff
path: root/docs/howto/upgrade-version.txt
AgeCommit message (Collapse)Author
2026-03-31Fixed #36799 -- Added a how-to guide for testing pre-releases.VIZZARD-X
Thanks Sarah Boyce for the idea and Tim McCurrach for the review. Co-authored-by: Timothy McCurrach <tim.mccurrach@gmail.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
2025-11-27Highlighted community package upgrade utilities in ↵Tim Schilling
docs/howto/upgrade-version.txt.
2025-11-27Reduced subjective tone and improved clarity in docs/howto/upgrade-version.txt.Natalia
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.
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English.
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
This retitles documents for consistency, since some already (correctly) begin "How to...".
2020-06-02Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-01-21Made examples concrete in upgrade documentation.Adam Johnson
2019-12-18Updated Pytest example in upgrade documentation.Adam Johnson
Pytest changed their recommended entrypoint to 'pytest' in version 3.0.0 in 2016 : https://docs.pytest.org/en/latest/changelog.html#id1009. Also link the name since this is the only reference in the Django documentation at current.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2018-03-28Replaced 'python -Wall' with 'python -Wa'.Daniel Chimeno
2018-02-26Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
They are obsolete given the prevalence of pip.
2018-01-31Renamed the "Supported versions" label.Tim Graham
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-07-24Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-06-06Fixed #26713 -- Documented resolving deprecation warnings before upgrade.Tom Christie
2015-08-08Updated various links in docsClaude Paroz
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
- use code-block:: bash - prefix the command with $
2013-10-03Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
Thanks ryan at ryangallen.com for the report.
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report.
2013-07-08Fixed #20493 -- Added a warning that objects may not be picklable across ↵Tim Graham
Django versions Thanks cataliniacob for the suggestion and review.
2013-05-22Added some text I meant to add in the last commit.Tim Graham
2013-05-22Added a note about pip upgrade flag.Tim Graham
Thanks Jannis Leidel for the suggestion.
2013-05-22Fixed #17048 - Added docs for upgrading Django.Tim Graham
Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch.