summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2018-02-21[2.0.x] Used a CSS positioning in tutorial 6 that doesn't differ across ↵Roger Erens
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. Backport of a94fd8a8d9ee02f4abd872fb2b7509c19ac5d44e from master
2018-01-31[2.0.x] Renamed the "Supported versions" label.Tim Graham
Backport of 4775dcb521f87694607c5a1fca052ffffc0bfcae from master
2018-01-11[2.0.x] Removed note in tutorial about bypassing manage.py.Tim Graham
This isn't relevant for beginners. Backport of a8e492bc81fca829f5d270e2d57703c02e58701e from master
2017-12-23[2.0.x] Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
Thanks Andrey Martyanov for the report, and Tim Graham for the review. Backport of 23b21db31bfcf2a065d485617412cca43a311a4c from master.
2017-12-18[2.0.x] Fixed #28938 -- Corrected Python compatibility in the tutorial.Daniel Hepper
Backport of 4dcd7723d59a666ab8e6dc29b0cc6eb7f2658ec1 from master
2017-12-05[2.0.x] Removed 'development' word in contributing docsClaude Paroz
Backport of f2ec89691236b59f54f9cf41bccd79a5853af36c from master.
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.
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
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
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections.
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
Updated for 17e661641ddaf8266e7430d83cfb2039abc55df7.
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
Thanks Luke Sneeringer for the suggestion.
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
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in ↵Tim Graham
install intro.
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-04Updated "fork Django on GitHub" link.Tim Graham
2016-10-27Described PostgreSQL as more scalable than SQLite.mark-summerfield
2016-10-27Updated "running the tests" to use 'pip install -e'.Tim Graham
2016-09-07Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.Ankur Gupta
2016-08-24Fixed #27104 -- Corrected shell example in tutorial 5.Tim Graham
2016-08-24Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-19Fixed #27085 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-19Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang
2016-08-09Fixed #26952 -- Added tips for installing test suite dependencies.an0o0nym
2016-08-09Removed obsolete note about Sphinx version required for building docs.Tim Graham
2016-07-14Reworded a sentence in tutorial 7.Daniel Rice
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-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-09Fixed typo in docs/intro/tutorial07.txtJohn Karahalis
2016-06-06Documented known Python 3.5+ test failures in contributing tutorial.Tim Graham
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-03Fixed #26701 -- Replaced /newticket links to Trac with /.shaunagm