summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2017-02-21[1.11.x] Used "0" ip shortcut for runserver example.Timothy Allen
Backport of 7d20a7d88a81a041af4b66296971834ee6fa3512 from master
2017-02-16[1.11.x] Clarified that creating a pull request for the tutorial isn't ↵Tim Graham
necessary. Backport of 57292725093eb470851b35174c10573bbf717117 from master
2017-02-09[1.11.x] Explained the shell's $ prefix in tutorial 1.Tim Graham
Thanks Luke Sneeringer for the suggestion. Backport of ad36e5480d6cafb4031e8eb0bacc3a07d2fe4609 from master
2017-01-28[1.11.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub ↵Subhrajyoti Sen
workflow. Backport of f5bf11c72b267d717dd4379ec80f9f7c5185f80f from master
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
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-10Fixed #26485 -- Fixed typo in docs/intro/tutorial07.Denis Afonso
2016-04-05Fixed #26448 -- Added details for running tests with a different database ↵krishbharadwaj
backend.
2016-03-28Fixed #26416 -- Fixed references to previous tutorial numbers in ↵Joshua Pereyda
docs/intro/reusable-apps.txt.
2016-03-09Fixed #26255 -- Fixed orphaned include() reference following tutorial ↵Tim Graham
reordering.
2016-03-09Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to ↵Tim Graham
reflect changes in tutorial 5.
2016-03-05Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham
2016-03-05Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald
2016-02-15Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski
Otherwise the migrations package won't be included in the tarball.
2016-02-04Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.Manish Rastogi
2016-02-01Clarified "same as above" tutorial comment.KimberleyLawrence
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2016-01-24Added Django version trove classifier to reusable apps tutorial.Tim Graham
2016-01-23Updated Python trove classifiers in reusable apps tutorial.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-02Added a missing import in tutorial 3.Mahendra Yadav
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
Thanks to Tim Graham for the review.
2015-12-31Refs #21927 -- Added note about include() to tutorial.Marten Kenbeek
2015-12-23Fixed #25854 -- Removed deprecated usage of template.render() with ↵Alasdair Nicol
RequestContext in docs.
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-14Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.Tim Graham
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵Johannes Hoppe
installed.