summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2016-08-24[1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham
2016-07-14[1.9.x] Reworded a sentence in tutorial 7.Daniel Rice
2016-07-06[1.9.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-06[1.9.x] Improved grammar in tutorial01.Daniel Rice
2016-07-02[1.9.x] Fixed #26829 -- Simplified version detection command in tutorialMd. Sadaf Noor
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-09[1.9.x] Fixed typo in docs/intro/tutorial07.txtJohn Karahalis
2016-06-06[1.9.x] Documented known Python 3.5+ test failures in contributing tutorial.Tim Graham
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-03[1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.shaunagm
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-10[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.Denis Afonso
2016-03-28[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs...Joshua Pereyda
2016-03-09[1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial...Tim Graham
2016-03-09[1.9.x] Fixed #26339 -- Updated Question.was_published_recently() in tutorial...Tim Graham
2016-03-05[1.9.x] Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham
2016-03-05[1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald
2016-02-15[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski
2016-02-04[1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.Manish Rastogi
2016-02-01[1.9.x] Clarified "same as above" tutorial comment.KimberleyLawrence
2016-01-24[1.9.x] Added Django version trove classifier to reusable apps tutorial.Tim Graham
2016-01-23[1.9.x] Updated Python trove classifiers in reusable apps tutorial.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-02[1.9.x] Added a missing import in tutorial 3.Mahendra Yadav
2015-12-31[1.9.x] Refs #21927 -- Added note about include() to tutorial.Marten Kenbeek
2015-12-23[1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with Re...Alasdair Nicol
2015-12-14[1.9.x] Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.Tim Graham
2015-12-07[1.9.x] Clarified a docstring in tutorial05.Qile Wang
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-24[1.9.x] Optimized docs images and documented the process.Curtis Maloney
2015-10-23[1.9.x] Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-01[1.9.x] Made a couple tutorial corrections for Django 1.9.Tim Graham
2015-10-01[1.9.x] Removed an old note (Django 1.4-era) from the tutorial.Tim Graham
2015-09-25[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_uni...Tim Graham
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-07Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham
2015-09-07Fixed #25200 -- Updated tutorial screenshots for new admin theme.elky
2015-09-07Fixed #25358 -- Improved variable name for question in tutorial.Alasdair Nicol
2015-08-19Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-24Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol
2015-07-08Removed a confusing sentence in tutorial 5.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-15Fixed #24943 -- Updated contributing tutorial to use virtualenvMarkus Amalthea Magnuson
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-06Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.Markus Amalthea Magnuson