summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
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
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
Thanks Aymeric Augustin for the report and Jannis Leidel for the review.
2012-09-23Made a version condition less confusing.Aymeric Augustin
Fixed #18762 (again).
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
Refs #16023.
2012-09-07Merge pull request #351 from 1ntrud3r/patch-1Tim Graham
Remove unused imports in tutorial 4. refs #18915
2012-09-07Merge pull request #341 from nmartini/masterTim Graham
Updated text in tutorial 3 regarding removing unused import; refs #18915
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
Closes #17452.
2012-09-07remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt
After submitting ticket #18915, I noticed 2 additional occurrences of the issue.
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
The `include` function isn't used in polls/urls.py.
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
at the point where it bites most beginners. Refs #18787, #18762, #18756, #18723, #18705, #18689 and several duplicates.
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ ↵Angeline Tan
Troubleshooting page. This is to avoid confusion for beginners.
2012-08-02Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ↵Tim Graham
for the draft patch.
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
Thanks Claude Paroz for the patch.
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
This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments.
2012-07-06Fixed #18576 -- Added missing import in tutorial02Claude Paroz
Thanks jaaruiz at yahoo.com for the report.
2012-07-01Fixed #18493 - Added instructions to locate the Django source files to the tTim Graham
Thanks Claude Paroz for the draft patch.
2012-06-30Fixed #17705 - Updated TabularInline image and doc in tutorial 2.Tim Graham
Thanks xbito for the draft patch.
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
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.