summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
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
2012-06-07Fixed #17933 -- Added a missing label to the docs.Aymeric Augustin
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
2012-05-22Fixed #18167 -- Gave advice on checking Django version in the tutorial.Claude Paroz
2012-05-11Fixed #18281 -- Misleading wording in the tutorial.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-27Updated docs/intro/whatsnext.txt to reference Git instead of SVNAdrian Holovaty
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-21Reworded the 'Set up a database' section of the installation docs.Claude Paroz
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-23Bump the version in a docs example.Alex Gaynor
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-02-24Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.Timo Graham
2012-02-18Fixed #17706 - Improved short description example in Tutorial 2; thanks xbito...Timo Graham
2012-02-18Fixed #16618 -- Corrected the admin interface's breadcrumbs in the tutorials'...Julien Phalip
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-12Fixed #17538 -- corrected the section in tutorial 3 about the handler404 defa...Carl Meyer