Jon Dufresne
d346f075d0
[3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
...
Backport of 32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e from master.
2020-01-29 06:06:23 +01:00
Adam Johnson
3c05ab295d
[3.0.x] Added note about incomplete HTML in tutorial 3.
...
Backport of 26be53dd89cef46746b4a67cbc0bb29665e999a6 from master
2020-01-17 15:48:42 +01:00
Anael Mobilia
69c6891140
[3.0.x] Added apps.py to project from tutorials in reusable apps docs.
...
Backport of a5a28de89dabfa03302a5893102b6f1a7c7861a1 from master
2020-01-16 14:52:09 +01:00
Gabriel Augendre
8e432718b8
[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
...
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
2019-12-31 09:26:13 +01:00
Jon Dufresne
eb40426259
[3.0.x] Removed unnecessary code-block directives in various docs.
...
Backport of 5e00bd1f7717149573df9607b848297a520881d3 from master
2019-12-23 14:48:16 +01:00
Mariusz Felisiak
6ede5a3cb7
[3.0.x] Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.
...
Backport of 3930ec1bf275d17f1c36cd38b38114177b1d1565 from master
2019-12-05 08:40:19 +01:00
Jon Dufresne
85cddb6abb
[3.0.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.
...
Backport of 89368ab6e358ebe29a0417d65209182238daa245 from master
2019-11-05 15:01:42 +01:00
Ad Timmering
18631226da
[3.0.x] Fixed #30816 -- Doc'd how to create projects with a local copy of Django.
...
Backport of dee687e93a2d45e9fac404be2098cc4707d31c1f from master
2019-10-15 12:54:44 +02:00
Katie McLaughlin
14125bb039
[3.0.x] Fixed #30775 -- Added admonition about missing imports to "Running tests" section in tutorial 5.
...
Backport of 44077985f58be02214a11ffde35776fed3c960e1 from master
2019-09-16 10:03:51 +02:00
Tobias Kunze
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the 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-06 13:27:46 +02:00
Min ho Kim
3c6a4fdb6d
Changed example git clone URLs to use HTTPS.
2019-09-04 08:11:22 +02:00
bcye
ac34fccdb9
Fixed broken links to Dive Into Python 3 book.
2019-08-19 07:03:43 +02:00
Frank Wiles
c1b94e32fb
Fixed explanation of how to automatically create tables in database.
2019-07-15 11:04:30 +02:00
Mariusz Felisiak
b6c4766f53
Refs #29548 -- Updated docs for MariaDB support.
2019-05-27 19:59:49 +02:00
Jon Dufresne
8d76443aba
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
2019-04-25 15:09:07 +02:00
Ramiro Morales
25b5eea8cd
Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django on Windows.
...
Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
2019-04-23 09:32:55 +02:00
Ramiro Morales
aed89adad5
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
2019-04-18 14:41:15 +02:00
gnl
9f1d78f857
Corrected wording in docs/intro/overview.txt.
2019-04-14 09:34:57 +02:00
Abhishek Bera
ca67f39afa
Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.
2019-03-29 21:53:03 -04:00
Tim Graham
a68c029e22
Used extlinks for Django's source code.
2019-03-28 20:32:17 -04:00
Tim Graham
8f1cc7e9e6
Fixed #30277 -- Fixed broken links to packaging.python.org.
2019-03-21 10:07:27 -04:00
Matthias Kestenholz
c41e6c4eb8
Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint.
2019-02-25 14:39:50 -05:00
Dan Davis
2bd8df243a
Fixed #30184 -- Removed ellipsis characters from shell output strings.
...
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654 )
to avoid a crash when the user shell doesn't support non-ASCII characters.
2019-02-13 13:59:44 -05:00
Mariusz Felisiak
25829197bb
Removed extra characters in docs header underlines.
2019-02-08 21:38:30 +01:00
Tim Graham
7e6b214ed3
Fixed #30116 -- Dropped support for Python 3.5.
2019-01-30 10:19:48 -05:00
David Beitey
885cb0d390
Fixed "lets" mistakes in docs.
2019-01-14 20:32:19 -05:00
François Freitag
9b15ff08ba
Used auto-numbered lists in documentation.
2018-11-15 13:54:28 -05:00
mentix02
413583e2e2
Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.
2018-11-08 16:38:43 -05:00
Tim Graham
d8f83531c2
Fixed #22390 -- Doc'd possible server restart required in tutorial 6.
2018-10-31 20:50:10 -04:00
Jon Dufresne
136a900ef9
Refs #29877 -- Made diveinto.org URLs HTTPS.
2018-10-23 15:03:00 +02:00
za
b0d716cbff
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
2018-10-23 11:55:18 +02:00
Çağıl
38f3de86bd
Added a paragraph in docs/intro/contributing.txt.
2018-10-16 16:10:44 -04:00
Adam Johnson
18e4ade79e
Fixed #28034 -- Updated the contributing tutorial to use an imaginary ticket.
2018-10-03 14:34:25 -04:00
Thomas Grainger
c99d379f53
Updated contributing tutorial's virtual environment instructions.
2018-09-19 14:37:44 -04:00
Curtis Maloney
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
2018-09-10 13:00:34 -04:00
Adam Johnson
f8ff529ee3
Fixed #29729 -- Updated contributing tutorial to run tests on master.
2018-09-10 10:47:42 -04:00
Claude Paroz
50b8493581
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
2018-08-22 09:13:58 -04:00
luz.paz
97e637a87f
Fixed typos in comments and docs.
2018-08-01 16:09:22 -04:00
Tim Graham
b4fa94aed8
Removed code terms from docs/spelling_wordlist.
2018-07-31 12:22:28 -04:00
Daniel Roseman
40ff93310f
Added help for common 404 error in tutorial 1.
2018-05-21 12:53:40 -04:00
Mariusz Felisiak
35319bf12c
Alphabetized imports in various docs.
...
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-05-12 19:37:42 +02:00
Burhanuddin Baharuddin
c2598a6f4d
Clarified wording in tutorial text.
2018-04-19 11:09:38 +02:00
Brett Cannon
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
2018-04-17 20:24:27 -04:00
Melissa Lewis
d97cce3409
isorted import statements in tutorial example
2018-03-22 08:53:56 +01:00
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
c4fa0143f7
Removed "Remove any old versions of Django" install instructions.
...
They are obsolete given the prevalence of pip.
2018-02-26 08:58:56 -05:00
Roger Erens
a94fd8a8d9
Used a CSS positioning in tutorial 6 that doesn't differ across browsers.
...
Otherwise in Firefox, the <html> and <body> elements take just as much height
is needed for the content and so the image doesn't appear at the bottom of the
window.
2018-02-21 12:07:24 -05:00
Tim Graham
4775dcb521
Renamed the "Supported versions" label.
2018-01-31 10:17:06 -05:00
Christoph Zwerschke
d4bbd3f418
Corrected an explanation in tutorial 5.
2018-01-29 12:48:37 -05:00
Devin Mork
2e625095fe
Made instructions for shell launch in tutorial 5 more explicit.
2018-01-23 18:10:59 -05:00
Jon Dufresne
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
2018-01-21 02:09:10 -05:00