index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
upgrade-version.txt
Age
Commit message (
Expand
)
Author
2022-03-29
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2020-06-02
Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
Jon Dufresne
2020-01-21
Made examples concrete in upgrade documentation.
Adam Johnson
2019-12-18
Updated Pytest example in upgrade documentation.
Adam Johnson
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2018-03-28
Replaced 'python -Wall' with 'python -Wa'.
Daniel Chimeno
2018-02-26
Removed "Remove any old versions of Django" install instructions.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-01-31
Renamed the "Supported versions" label.
Tim Graham
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2017-07-24
Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
Emmanuel
2016-11-22
Updated doc links to virtualenv website.
Daniel Musketa
2016-06-06
Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
Tom Christie
2015-08-08
Updated various links in docs
Claude Paroz
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2013-12-25
Unified listing of shell commands/code
Yaroslav Halchenko
2013-10-03
Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
Tim Graham
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-07-08
Fixed #20493 -- Added a warning that objects may not be picklable across Djan...
Tim Graham
2013-05-22
Added some text I meant to add in the last commit.
Tim Graham
2013-05-22
Added a note about pip upgrade flag.
Tim Graham
2013-05-22
Fixed #17048 - Added docs for upgrading Django.
Tim Graham