summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2013-02-23[1.5.x] Made a small clarification in tutorial.Preston Holmes
2013-02-23[1.5.X] Updated example to use staticfiles static template tag, thanks reinou...Tim Graham
2013-02-23[1.5.X] Updated static file example in overview to use static template tag, r...Tim Graham
2013-02-23[1.5.X] Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-02-23[1.5.x] Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-07[1.5.x] Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-27[1.5.x] Fixed a malformed link.Tim Graham
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-11[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing tut...Tim Graham
2013-01-08[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.Tim Graham
2013-01-08[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
2013-01-06[1.5.x] Fixed #19571 -- Updated runserver output in the tutorialClaude Paroz
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-15[1.5.X] Fixed #19344 - Documented how to run django-admin in a virtualenv on ...Tim Graham
2012-12-15[1.5.X] Fixed #9962 - Added a testing tutorial.Tim Graham
2012-12-14[1.5.X] Removed PHP referencesBen Longden
2012-12-11[1.5.X] Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-11-17[1.5.X] Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-14[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-11-13[1.5.X] Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-10-31[1.5.X] Fixed #19216 - Switched to user level installation in apps tutorial.Tim Graham
2012-10-30[1.5.X] Fixed #16671 - Added a tutorial on reuseable appsTim Graham
2012-10-25[1.5.X] Fixed #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
2012-09-23Made a version condition less confusing.Aymeric Augustin
2012-09-10Removed an obsolete documentation page about admin style customization.Julien Phalip
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-07Merge pull request #351 from 1ntrud3r/patch-1Tim Graham
2012-09-07Merge pull request #341 from nmartini/masterTim Graham
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-09-07remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt
2012-09-07removed unused import from tutorial 3 documentation as per ticket #18915Nick Martini
2012-09-07remove unused import in decoupling URLs tutorial, closes #18915Dan Loewenherz
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ T...Angeline Tan
2012-08-02Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ...Tim Graham
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
2012-07-28Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.Tim Graham
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-07-06Fixed #18576 -- Added missing import in tutorial02Claude Paroz
2012-07-01Fixed #18493 - Added instructions to locate the Django source files to the tTim Graham
2012-06-30Fixed #17705 - Updated TabularInline image and doc in tutorial 2.Tim Graham
2012-06-30Fixed #17024 -- Added import statements in tutorial code sampleClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel