summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
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
2013-08-04Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-18Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-06-20Fixed error in last commit. Thanks Simon Charette.Tim Graham
2013-06-20Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-05-23Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-11Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-07Fixed Sphinx error in tutorial 1.Carl Meyer
2013-05-07Fixed inconsistent punctuation in tutorial 5.Carl Meyer
2013-05-06Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham
2013-05-06Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.Tim Graham
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-24Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel
2013-04-24Fixed the reusable apps docs to use a rst file extension for the README and f...Jannis Leidel
2013-04-23Fixed #20307 -- Word repeated in tutorial.Thomas Thurman
2013-04-22Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-04-21Added 'polls' sub directory under static and reorganized to more accurately r...jktravis
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
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-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-23Fix minor typo in tutorialChristos Kontas
2013-03-22Added missing markup to docs.Tim Graham
2013-03-12Fixed #19965 - Added a warning that the tutorial is written for Python 2.Tim Graham
2013-03-10Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz
2013-03-03Removed mentions of regressiontests.Ramiro Morales