summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
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
2013-02-23Made a small clarification in tutorial.Preston Holmes
2013-02-23Updated example to use staticfiles static template tag, thanks reinout for th...Tim Graham
2013-02-23Updated static file example in overview to use static template tag, refs #19675.Tim Graham
2013-02-23Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.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-29Fixed typos in docs and commentsTim Graham
2013-01-29Updated metrics on the documentation.Aymeric Augustin
2013-01-27Fixed two malformed links.Tim Graham
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-11Fixed #19437 - Clarified pip install instructions in contributing tutorial.Tim Graham
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-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
2012-12-15Fixed #9962 - Added a testing tutorial.Tim Graham
2012-12-13Removes PHP referencesBen Longden
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-11-17Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-14Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-11-13Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-10-31Fixed #19216 - Switched to user level installation in apps tutorial.Tim Graham
2012-10-30Fixed #16671 - Added a tutorial on reuseable appsTim Graham
2012-10-25Fixed #19180 - Clarified policy regarding older versions of the docs.Tim Graham
2012-10-15Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!Tim Graham
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz