summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2020-06-03[3.0.x] Updated How to install Django on Windows guide.David Smith
Backport of 25352dc019d175dfa6e62a50de76cb3614955077 from master
2020-06-02[3.0.x] Adjusted URL example in tutorial.Carlton Gibson
No need for the example to be ASP specific. Co-authored-by: Noah Kantrowitz <noah@coderanger.net> Backport of 8c49c3f7257f14e071b619f90cd4d8cae6d04e74 from master
2020-06-02[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master
2020-05-27[3.0.x] Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith
Backport of 922ff51f5ac34205f454d7b5786cef57f32b6ca3 from master
2020-05-06[3.0.x] Fixed #31495 - Corrected note about admin i18n in tutorial.Omkar Kulkarni
Thanks to Adam Johnson and Claude Paroz for review. Backport of b7f1c0d86d72df51aa2e25da79d99074b751c7e1 from master
2020-04-24[3.0.x] Fixed typo in docs/intro/contributing.txt.Andy Chosak
Backport of 2c4f6034616e695941fe6bdff7c38e1894da286d from master
2020-04-14[3.0.x] Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
"term" role became case sensitive in Sphinx 3.0.1. Backport of cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 from master
2020-03-24[3.0.x] Fixed #31385 -- Improved wording in tutorial 1.Victor Moura
Backport of 1628b35b586e07ea47a82713192d0e4662268686 from master
2020-03-10[3.0.x] Updated migrations example in tutorial 2.Mariusz Felisiak
Follow up to a97845a823c86b1d6e65af70fbce64e6e747e081. Backport of 5da627a58f41d6854342e95a171a82f5b2309d52 from master
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
2020-01-29[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne
Backport of 32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e from master.
2020-01-17[3.0.x] Added note about incomplete HTML in tutorial 3.Adam Johnson
Backport of 26be53dd89cef46746b4a67cbc0bb29665e999a6 from master
2020-01-16[3.0.x] Added apps.py to project from tutorials in reusable apps docs.Anael Mobilia
Backport of a5a28de89dabfa03302a5893102b6f1a7c7861a1 from master
2019-12-31[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
2019-12-23[3.0.x] Removed unnecessary code-block directives in various docs.Jon Dufresne
Backport of 5e00bd1f7717149573df9607b848297a520881d3 from master
2019-12-05[3.0.x] Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
Backport of 3930ec1bf275d17f1c36cd38b38114177b1d1565 from master
2019-11-05[3.0.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
Backport of 89368ab6e358ebe29a0417d65209182238daa245 from master
2019-10-15[3.0.x] Fixed #30816 -- Doc'd how to create projects with a local copy of ↵Ad Timmering
Django. Backport of dee687e93a2d45e9fac404be2098cc4707d31c1f from master
2019-09-16[3.0.x] Fixed #30775 -- Added admonition about missing imports to "Running ↵Katie McLaughlin
tests" section in tutorial 5. Backport of 44077985f58be02214a11ffde35776fed3c960e1 from master
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-09-04Changed example git clone URLs to use HTTPS.Min ho Kim
2019-08-19Fixed broken links to Dive Into Python 3 book.bcye
2019-07-15Fixed explanation of how to automatically create tables in database.Frank Wiles
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use ↵Jon Dufresne
html.escape()/unescape().
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵Ramiro Morales
on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2019-04-14Corrected wording in docs/intro/overview.txt.gnl
2019-03-29Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-21Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest ↵Matthias Kestenholz
breakpoint.
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters.
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-14Fixed "lets" mistakes in docs.David Beitey
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-08Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.mentix02
2018-10-31Fixed #22390 -- Doc'd possible server restart required in tutorial 6.Tim Graham
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-16Added a paragraph in docs/intro/contributing.txt.Çağıl
2018-10-03Fixed #28034 -- Updated the contributing tutorial to use an imaginary ticket.Adam Johnson
2018-09-19Updated contributing tutorial's virtual environment instructions.Thomas Grainger
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-10Fixed #29729 -- Updated contributing tutorial to run tests on master.Adam Johnson
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2018-05-21Added help for common 404 error in tutorial 1.Daniel Roseman