summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2019-11-05[2.2.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
Backport of 89368ab6e358ebe29a0417d65209182238daa245 from master.
2019-10-15[2.2.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[2.2.x] Fixed #30775 -- Added admonition about missing imports to "Running ↵Katie McLaughlin
tests" section in tutorial 5. Backport of 44077985f58be02214a11ffde35776fed3c960e1 from master
2019-09-04[2.2.x] Changed example git clone URLs to use HTTPS.Min ho Kim
Backport of 3c6a4fdb6d828a03e368632d88f8261cc30104da from master
2019-08-19[2.2.x] Fixed broken links to Dive Into Python 3 book.bcye
Backport of ac34fccdb900788c2e024ea61bbaf4be7a46cce1 from master
2019-07-15[2.2.x] Fixed explanation of how to automatically create tables in database.Frank Wiles
Backport of c1b94e32fb3df25d72b5e9973da7928dddbc3a2e from master
2019-04-14[2.2.x] Corrected wording in docs/intro/overview.txt.gnl
Backport of 9f1d78f85704cb118e9f22efd57518a3584aa4ae from master
2019-03-29[2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
Backport of ca67f39afa54e281705563834d3684e8b27844b6 from master.
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
2019-03-21[2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.
2019-02-25[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the ↵Matthias Kestenholz
largest breakpoint. Backport of c41e6c4eb8049a1f0efcfd7c7fc3b3ca11207b5a from master.
2019-02-13[2.2.x] Fixed #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. Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
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
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-04-19Clarified wording in tutorial text.Burhanuddin Baharuddin
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-22isorted import statements in tutorial exampleMelissa Lewis
2018-02-26Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
They are obsolete given the prevalence of pip.
2018-02-21Used a CSS positioning in tutorial 6 that doesn't differ across browsers.Roger Erens
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-01-31Renamed the "Supported versions" label.Tim Graham
2018-01-29Corrected an explanation in tutorial 5.Christoph Zwerschke
2018-01-23Made instructions for shell launch in tutorial 5 more explicit.Devin Mork
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-18Replaced "trunk" with "master branch" in docs.Tim Graham
2018-01-11Removed note in tutorial about bypassing manage.py.Tim Graham
This isn't relevant for beginners.
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
2017-12-18Fixed #28938 -- Corrected Python compatibility in the tutorial.Daniel Hepper
2017-12-05Removed 'development' word in contributing docsClaude Paroz
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-08-31Refs #23276 -- Fixed explanation of how calling views works.Tim Graham
"Importing the view" is no longer applicable after a9fd740d22bc4fed5fdb280c036618000ee13df1.
2017-08-07Fixed #28457 -- Updated the design of the 'Congrats' page for new Django ↵Timothy Allen
projects. Developed by Timothy Allen and Chad Whitman of The Wharton School with shepherding from Aymeric Augustin and Collin Anderson.
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93
2017-07-06Fixed #28361 -- Fixed possible time-related failure in ↵marton bognar
was_published_recently() tutorial test. Regression in 268a646353c6fa9e5fc3730e13b386ddabb018ef.