summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2019-03-21[2.1.x] Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-02-08[2.1.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2018-11-08[2.1.x] Fixed #29933 -- Fixed typo in docs/intro/contributing.txt.mentix02
2018-10-31[2.1.x] Fixed #22390 -- Doc'd possible server restart required in tutorial 6.Tim Graham
2018-10-23[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-16[2.1.x] Added a paragraph in docs/intro/contributing.txt.Çağıl
2018-10-03[2.1.x] Fixed #28034 -- Updated the contributing tutorial to use an imaginary...Adam Johnson
2018-09-19[2.1.x] Updated contributing tutorial's virtual environment instructions.Thomas Grainger
2018-09-10[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-10[2.1.x] Fixed #29729 -- Updated contributing tutorial to run tests on master.Adam Johnson
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
2018-07-31[2.1.x] Removed code terms from docs/spelling_wordlist.Tim Graham
2018-05-21[2.1.x] Added help for common 404 error in tutorial 1.Daniel Roseman
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
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 (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-02-21Used a CSS positioning in tutorial 6 that doesn't differ across browsers.Roger Erens
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
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
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
2017-08-31Refs #23276 -- Fixed explanation of how calling views works.Tim Graham
2017-08-07Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...Timothy Allen
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
2017-07-06Fixed #28361 -- Fixed possible time-related failure in was_published_recently...marton bognar
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-06-09Fixed #27953 -- Added instance's pk to Model.__str__().Collin Anderson
2017-06-07Simplified tutorial's test names and docstrings.Tim Graham
2017-06-06Updated was_published_recently() tutorial test to check boundary condition.Tim Graham
2017-05-25Added some shell output in tutorial 2.Eric Theise
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-12Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.Tim Graham
2017-02-21Used "0" ip shortcut for runserver example.Timothy Allen
2017-02-16Clarified that creating a pull request for the tutorial isn't necessary.Tim Graham
2017-02-09Explained the shell's $ prefix in tutorial 1.Tim Graham
2017-01-28Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.Subhrajyoti Sen
2017-01-19Refs #23919 -- Removed docs references to long integers.Tim Graham