summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
AgeCommit message (Expand)Author
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
2012-11-13Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ T...Angeline Tan
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
2012-05-22Fixed #18167 -- Gave advice on checking Django version in the tutorial.Claude Paroz
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-01-02Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid unexpected...Aymeric Augustin
2011-12-31Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin