summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
AgeCommit message (Expand)Author
2014-08-26[1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-08-02[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samplesErik Romijn
2014-07-01[1.7.x] Included irc link in paragraph to allow for l10nClaude Paroz
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-05-05[1.7.x] Reordered tutorial 1 so that the database is configured first.Tom
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-16[1.7.x] Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #22129 -- Added steps for creating superusers to tutorial.Greg Chapple
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2013-12-30Fixed a broken link in docs/intro/tutorial01.txt.Tim Graham
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-11-27Update tutorial part 1 to discuss migrations properlyAndrew Godwin
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-10-14Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-17Updated examples in the docs after eade315d.Aymeric Augustin
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-07Fixed Sphinx error in tutorial 1.Carl Meyer
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-28Pointed to the docs version switcher in tutorial 1.Aymeric Augustin
2013-04-22Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-04-20Updated tutorial INSTALLED_APPS section (removed contrib.sites)Claude Paroz
2013-04-12Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
2013-03-23Fix minor typo in tutorialChristos Kontas
2013-03-12Fixed #19965 - Added a warning that the tutorial is written for Python 2.Tim Graham
2013-02-10Updated tutorial 1 to reflect changes in default project template.Tim Graham
2013-02-07Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-01Avoided ambiguous output when runserver port is already in use.Aymeric Augustin
2013-01-31Attempted to reduce version mismatch problems in the tutorial.Aymeric Augustin
2013-01-08Added sphinx substitutions in place of hardcoded version numbers.Tim Graham
2013-01-08Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
2013-01-06Fixed #19571 -- Updated runserver output in the tutorialClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
2012-12-13Removes PHP referencesBen Longden
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham