summaryrefslogtreecommitdiff
path: root/docs/intro
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham2013-08-151-9/+0
* [1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham2013-08-041-6/+0
* [1.6.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham2013-07-181-1/+1
* [1.6.x] Fixed #18261 -- Clarified 'project root directory'SusanTan2013-07-091-2/+2
* [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz2013-07-051-0/+2
* Stopped branding Python 3 support as experimental.Aymeric Augustin2013-07-011-3/+2
* [1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham2013-06-302-45/+5
* Fixed missing slash in reusable apps tutorial.Baptiste Mispelon2013-06-281-1/+1
* Fixed error in last commit. Thanks Simon Charette.Tim Graham2013-06-201-1/+1
* Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts2013-06-201-3/+3
* Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham2013-06-091-0/+7
* Fixed #20482 - Added a file reference in tutorial 3.Tim Graham2013-05-231-1/+1
* Added some links in /docs/intro/overview.txtTim Graham2013-05-191-17/+23
* Merge pull request #1129 from frog32/masterMarc Tamlyn2013-05-195-0/+29
|\
| * Add missing imports to the examples in the 'First Steps'leandrafinger2013-05-185-0/+29
* | Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales2013-05-181-2/+2
|/
* Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham2013-05-112-70/+77
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-101-2/+3
* Fixed Sphinx error in tutorial 1.Carl Meyer2013-05-071-2/+1
* Fixed inconsistent punctuation in tutorial 5.Carl Meyer2013-05-071-3/+3
* Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham2013-05-061-0/+7
* Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.Tim Graham2013-05-061-0/+1
* Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin2013-04-291-1/+1
* Pointed to the docs version switcher in tutorial 1.Aymeric Augustin2013-04-281-1/+2
* Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel2013-04-241-1/+1
* Fixed the reusable apps docs to use a rst file extension for the README and f...Jannis Leidel2013-04-241-15/+17
* Fixed #20307 -- Word repeated in tutorial.Thomas Thurman2013-04-231-1/+1
* Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz2013-04-221-9/+15
* Added 'polls' sub directory under static and reorganized to more accurately r...jktravis2013-04-211-4/+5
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-2/+2
* Updated tutorial INSTALLED_APPS section (removed contrib.sites)Claude Paroz2013-04-201-4/+1
* Fixed #20247 - Added some missing paths in the tutorial.Tim Graham2013-04-122-8/+8
* Updated some 'Dive Into Python' linksClaude Paroz2013-04-012-4/+7
* Fixed #19897 - Updated static files howto.Tim Graham2013-03-292-2/+2
* Fixed #19582 - Added a static files tutorial.Tim Graham2013-03-294-10/+139
* Fix minor typo in tutorialChristos Kontas2013-03-231-1/+1
* Added missing markup to docs.Tim Graham2013-03-221-2/+2
* Fixed #19965 - Added a warning that the tutorial is written for Python 2.Tim Graham2013-03-121-3/+6
* Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz2013-03-101-1/+1
* Removed mentions of regressiontests.Ramiro Morales2013-03-031-4/+4
* Made a small clarification in tutorial.Preston Holmes2013-02-231-1/+2
* Updated example to use staticfiles static template tag, thanks reinout for th...Tim Graham2013-02-231-1/+1
* Updated static file example in overview to use static template tag, refs #19675.Tim Graham2013-02-231-2/+3
* Fixed #19675 - Added mention of static files to overview.Tim Graham2013-02-231-2/+3
* Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham2013-02-233-9/+8
* Updated tutorial 1 to reflect changes in default project template.Tim Graham2013-02-101-11/+4
* Fixed #19706 - Tweaks to the tutorial.Tim Graham2013-02-075-98/+116
* Simplified default project template.Aymeric Augustin2013-02-048-131/+87
* Avoided ambiguous output when runserver port is already in use.Aymeric Augustin2013-02-011-1/+1
* Attempted to reduce version mismatch problems in the tutorial.Aymeric Augustin2013-01-311-4/+6