summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between docu...Jacob Kaplan-Moss
2010-08-18[1.2.X] Fixed #14111 -- Updated Sphinx version recommendation in documentatio...Jannis Leidel
2010-08-18[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.Karen Tracey
2010-07-05[1.2.X] Fixed #13880 - added 2.7 to list of supported versions of PythonLuke Plant
2010-05-10Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 for the ...Russell Keith-Magee
2010-03-08Fixed #12114 -- Clarified the existence of the reverse relation _set in the t...Russell Keith-Magee
2010-03-08Fixed #12811 -- Modified Tutorial 2 to indicate that the templating language ...Russell Keith-Magee
2010-02-24Fixed #12958 -- Fixed typo I introduced in r12527. Thanks, mitchf.Justin Bronn
2010-02-23Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn
2010-02-22Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.Justin Bronn
2010-02-01Fixed #12745: The maxlength -> max_length change happened in 2007, we can pro...James Bennett
2010-01-10Fixed #11222 -- Clarified location of admin templates in tutorial02. Thanks, ...Adrian Holovaty
2010-01-10Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazisAdrian Holovaty
2010-01-10Fixed #12350 -- Fixed typo in tutorial04. Thanks, mortenseAdrian Holovaty
2010-01-10Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortenseAdrian Holovaty
2010-01-10Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timoAdrian Holovaty
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...Jacob Kaplan-Moss
2009-10-14Fixed #11959 -- Updated the tutorial to ensure that the admin site continues ...Russell Keith-Magee
2009-09-12Fixed #11628 -- Corrected the tutorial, removing instructions to update the y...Russell Keith-Magee
2009-07-28Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks ...Russell Keith-Magee
2009-07-15Fixed #11469 -- Removed suspicion that Django developers have trouble countin...Russell Keith-Magee
2009-06-18Fixed #10978 -- Clarified that the include statement is part of the urlpatter...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-06-17Fixed #11328 -- Added missing imports in the sample urls.py from Tutorial 3. ...Russell Keith-Magee
2009-06-10Fixed #10801 -- Reverted a portion of [10371]. Practicality beats purity in t...Russell Keith-Magee
2009-05-26Fixed #11205 -- Made the links to the str method description look the same as...Karen Tracey
2009-05-17Fixed #10855: Reference doc on creating superusers in the tutorial at the poi...Karen Tracey
2009-05-17Fixed #10925 -- Clarified the location of some code referenced in the tutoria...Karen Tracey
2009-05-09Added admin URLs back to the urls.py example in the tutorial - had a complain...Simon Willison
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-03-31Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.Gary Wilson Jr
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-30Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupli...Gary Wilson Jr
2009-02-24Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Ga...Jacob Kaplan-Moss
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-12-09Another place where we talked about Python versions.James Bennett
2008-11-01Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.Karen Tracey
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-11-01Fixed #9491 -- Added a missing 'the' in what to read next. Thanks mh983.Karen Tracey
2008-10-05Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.Malcolm Tredinnick
2008-09-16Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zheAdrian Holovaty
2008-09-14Fixed #9059: Corrected some markup in tutorial 4 that incorrectly identified ...Russell Keith-Magee
2008-09-14Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the re...Russell Keith-Magee
2008-09-11Edited docs changes from [9010] and [9011]Adrian Holovaty
2008-09-11Fixed #9018Simon Willison
2008-09-11Clarified the bit in the tutorial about creating your first admin.py - fixes ...Simon Willison