summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
AgeCommit message (Collapse)Author
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2022-10-04Removed note about "0" IP address from tutorial.Mariusz Felisiak
Tutorial should offer only minimum, necessary, explanation.
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2020-03-24Fixed #31385 -- Improved wording in tutorial 1.Victor Moura
2019-12-31Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
2019-12-05Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
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-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-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-14Fixed "lets" mistakes in docs.David Beitey
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-05-21Added help for common 404 error in tutorial 1.Daniel Roseman
2018-03-22isorted import statements in tutorial exampleMelissa Lewis
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-12-18Fixed #28938 -- Corrected Python compatibility in the tutorial.Daniel Hepper
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-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-02-21Used "0" ip shortcut for runserver example.Timothy Allen
2017-02-09Explained the shell's $ prefix in tutorial 1.Tim Graham
Thanks Luke Sneeringer for the suggestion.
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-07-06Improved grammar in tutorial01.Daniel Rice
2016-07-02Fixed #26829 -- Simplified version detection command in tutorialMd. Sadaf Noor
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-03-09Fixed #26255 -- Fixed orphaned include() reference following tutorial ↵Tim Graham
reordering.
2015-12-31Refs #21927 -- Added note about include() to tutorial.Marten Kenbeek
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-01Made a couple tutorial corrections for Django 1.9.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
2015-06-04Added migrations directory to file structure in tutorialEdin Sarajlic
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-05-19Made minor edits to docs/intro/tutorial01.textI am Clinton
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
Thanks Tim Graham for the review.
2015-02-27Improved wording in tutorial 1.Alex Shaindlin
2015-02-22Corrected sqlmigrate output in tutorial 1.Tim Graham
2015-02-22Fixed #24371 -- Cautioned against trying to switch databases.Tim Graham
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
Kept support for creating models without migrations when running tests (especially for Django's test suite).
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-12-25Fixed typo in docs/intro/tutorial01.txt.Brian Scoles