summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2013-07-18[1.5.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham
Thanks crichard@ for the report. Backport of fd95dc9e27 from master
2013-07-09[1.5.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
Backport of ef3fddf26e from master
2013-06-28[1.5.x] Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
Backport of 5caced89e0ac2f942b68bc5f163d156a42880f16 from master.
2013-06-28Fixed #20670 -- Fixed project layout in reusable apps tutorial.jktravis
Backport of 70d3adf9f2ebfdfc9e64376b71b596ebb12d77f8 from master. Thanks to nicklasp for the report.
2013-06-20[1.5.x] Fixed error in last commit. Thanks Simon Charette.Tim Graham
Backport of 6ef199a08e from master
2013-06-20[1.5.x] Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts
Backport of df4a74d709 from master
2013-06-09[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ↵Tim Graham
ALLOWED_HOSTS Backport of 4e94c84e50 from master
2013-05-23[1.5.x] Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
Thanks diek@ for the suggestion. Backport of 9e65bd33db from master
2013-05-19[1.5.x] Added some links in /docs/intro/overview.txtTim Graham
Thanks Claes Ström for the patch. Backport of bdde7feb26 from master.
2013-05-11[1.5.X] Fixed #20249 - Removed a "feature" in the tutorial that doesn't ↵Tim Graham
actually work. Thanks bmispelon for the report and draft patch. Backport of 679a2ac843 from master
2013-05-06[1.5.x] Fixed #20177 - Corrected docs for ↵Tim Graham
django.test.utils.setup_test_environment. Thanks vlad.london.uk@ for the report. Backport of bc02a963db from master
2013-05-06[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in ↵Tim Graham
tutorial. Thanks monuszko for the report. Backport of 86d3079d57 from master
2013-05-04[1.5.x] Fixed #20309 -- admin.py is not automatically created in Django 1.5Claude Paroz
2013-04-24[1.5.x] Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel
Backport of db394e6ab2c1d3d53b8b8d691e995d0c3584b944 from master.
2013-04-24[1.5.x] Fixed the reusable apps docs to use a rst file extension for the ↵Jannis Leidel
README and follow PEP8 a bit more. Backport of 949b4e94588e73067f64b5b6d22e569a105baaf7 from master.
2013-04-23[1.5.x] Fixed #20307 -- Word repeated in tutorial.Thomas Thurman
Replaced "the the" in the tutorial with "the". Backport of f17aa99 from master.
2013-04-12[1.5.x] Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
Thanks gsavix for the suggestion and patch. Backport of aad5661c6c from master.
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. Backport of i6c730da1f from master.
2013-03-30[1.5.X] Fixed #19582 - Added a static files tutorial.Tim Graham
Thanks James Pic. Backport of c32fc79aa1 from master
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-03-18[1.5.x] Fixed #20051 -- Specified where to define `TEMPLATE_DIRS`.Matthew Wood
2013-03-12[1.5.x] Fixed #19965 - Added a warning that the tutorial is written for ↵Tim Graham
Python 2. Thanks itsallvoodoo for the patch. Backport of e1bafdbffa from master.
2013-03-10[1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz
Thanks senden9 at gmail.com for the report. Backport of 63c52dcbcd from master.
2013-02-23[1.5.x] Made a small clarification in tutorial.Preston Holmes
refs #19889
2013-02-23[1.5.X] Updated example to use staticfiles static template tag, thanks ↵Tim Graham
reinout for the suggestion, refs #19675. Backport of f3ae67a62f from master
2013-02-23[1.5.X] Updated static file example in overview to use static template tag, ↵Tim Graham
refs #19675. Thanks jezdez for the note. Backport of 9e959e8d58 from master
2013-02-23[1.5.X] Fixed #19675 - Added mention of static files to overview.Tim Graham
Thanks Dwight Gunning for the patch. Backport of a61dbd6219 from master
2013-02-23[1.5.x] Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
Thanks James Pic. Backport of 1b7fb29dfb from master.
2013-02-07[1.5.x] Fixed #19706 - Tweaks to the tutorial.Tim Graham
Thanks Daniele Procida. Backport of aa85ccf8ce from master.
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
Backport of ee26797cff from master
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
Thanks sergzach for the suggestion. Backport of 43f89e0ad6 from master
2013-01-11[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing ↵Tim Graham
tutorial. Backport of 9f9a7f03d7 from master
2013-01-08[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.Tim Graham
Refs #19571 Backport of 1884868adc from master
2013-01-08[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
Thanks rodrigorosa.lg and others for the report. Backport of 99315f709e from master
2013-01-06[1.5.x] Fixed #19571 -- Updated runserver output in the tutorialClaude Paroz
Backport of a890469d3 from master.
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
Backport of f56f6cfa58 from master
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master.
2012-12-15[1.5.X] Fixed #19344 - Documented how to run django-admin in a virtualenv on ↵Tim Graham
Windows. Thanks Hourann Bosci for the patch. Backport of 1e5b0fc4d0 from master
2012-12-15[1.5.X] Fixed #9962 - Added a testing tutorial.Tim Graham
Thank-you Daniele Procida for the first draft and shaibi, Aymeric, and others for the reviews. Backport of b052e6cc95 from master
2012-12-14[1.5.X] Removed PHP referencesBen Longden
Backport of 55a2d5b577 from master
2012-12-11[1.5.X] Fixed #19377 - Emphasized database host link in tutorialTim Graham
Backport of 0eed8ece32 from master
2012-11-17[1.5.X] Fixed #16779 - Added a contributing tutorialTim Graham
Thank-you Taavi Taijala for the draft patch! Backport of 7058b595b6 from master
2012-11-14[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
Thanks colinnkeenan for the report. Backport of 2dbfa66f4d from master
2012-11-13[1.5.X] Fixed #19260 - Added a comment to tutorial 1.Tim Graham
Thanks terwey for the suggestion. Backport of a72b8a2247 from master
2012-10-31[1.5.X] Fixed #19216 - Switched to user level installation in apps tutorial.Tim Graham
Thanks Nick Coghlan for the suggestion. Backport of dd0d2c0be5 from master
2012-10-30[1.5.X] Fixed #16671 - Added a tutorial on reuseable appsTim Graham
Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews. Backport of 08cf54990a from master
2012-10-25[1.5.X] Fixed #19180 - Clarified policy regarding older versions of the docs.Tim Graham
Backport of 5c143cb340 from master