summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2014-04-18[1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham
2014-04-16[1.7.x] Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
2014-04-08[1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txtTim Graham
2014-03-09Substituted 'shortcut function' for 'factory method' in tutorialJeremy Dunck
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #22129 -- Added steps for creating superusers to tutorial.Greg Chapple
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-16Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz
2014-02-14Added missing snippet to show filename in docsAlasdair Nicol
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
2014-01-03Fixed #21728 -- Corrected an inadvertent path change in docs/intro/contributi...Tianyi Wang
2013-12-31Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
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-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-18Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham
2013-12-14Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-05Fixed #21562 -- Warned against using the same app name as a django contrib app.Alasdair Nicol
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-11-19Recommended setuptools in the reuseable app tutorial.Dražen Lučanin
2013-11-10Fixed typo in tutorial 2; refs #21418.Tim Graham
2013-11-09Fixed doc typo.Tim Graham
2013-11-09Fixed #21378 -- Updated tutorial02 for how to override admin site header.Vajrasky Kok
2013-10-22Fixed indentation of example in tutuorial 2.Phil Elson
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-14Fixed #21027 -- Updated tutorial 5 docs to link to management shell command p...Max Vizard
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-10-01Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
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-13Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.Tim Graham
2013-09-10Fixed #21083 - Fixed spelling in tutorial.Tim Graham
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-28Fixed #20983 -- Updated package classifiers in reuseable apps tutorial.Tim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-15Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger