summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
AgeCommit message (Collapse)Author
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
Thanks Hourann Bosci for the patch.
2012-12-13Removes PHP referencesBen Longden
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-11-13Fixed #19260 - Added a comment to tutorial 1.Tim Graham
Thanks terwey for the suggestion.
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-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
Thanks rmattb for the report and the patch.
2012-05-22Fixed #18167 -- Gave advice on checking Django version in the tutorial.Claude Paroz
Thanks smuss for the initial patch.
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no ↵Anssi Kääriäinen
objects were found. Thanks brondsem for the report, Szymon Pyzalski for the patch and oinopion for review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵Claude Paroz
the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ↵Aymeric Augustin
improvements. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-02Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid ↵Aymeric Augustin
unexpected string concatenation when adding another app. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ↵Aymeric Augustin
references. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵Carl Meyer
internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from ↵Luke Plant
[16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to ↵Carl Meyer
avoid sys.path hacks. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-09Fixed #16782 -- Corrected a broken cross-reference to the database engine ↵Gabriel Hurley
setting in the tutorial. Thanks to mjumbewu for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-23Fixed #16669 -- Made the startproject instruction formatting easier to read ↵Julien Phalip
and more consistent with other formatting in the tutorial part 1. Thanks to Daniel Lawrence and Aymeric Augustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-22Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis.Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-11Fixed #14863 - Add contrib.messages and staticfiles to list of default ↵Timo Graham
INSTALLED_APPS in tutorial. thanks tgm for report and adamv for patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-19Fixed #14728 -- Broadened warning about django-admin.py missing .py suffix ↵Carl Meyer
to include more than just Ubuntu, since at least Fedora also does this. Thanks to giallu for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-17Remove an obsolete admonition in tutorial one (referencing 0.96 functionality)Chris Beaven
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-08Small rewording of tutorial01.txt changes from [14066]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10Fixed typo in tutorial 01.Carl Meyer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-10Fixed #13927 -- Advises that the Ubuntu package manager drops the .py ↵Gabriel Hurley
extension from django-admin.py. Thanks to islands for the report and d0ugal for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵Russell Keith-Magee
documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09Fixed #14255 -- factor project name out of app imports in tutorial. Thanks ↵Simon Meers
to adamend for the report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08Fixed #12114 -- Clarified the existence of the reverse relation _set in the ↵Russell Keith-Magee
tutorial. Thanks to panfist for the suggestion, and dwillis for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-01Fixed #12745: The maxlength -> max_length change happened in 2007, we can ↵James Bennett
probably stop mentioning it in the tutorial now. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes ↵Gary Wilson Jr
#12219, refs #12427). git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-14Fixed #11959 -- Updated the tutorial to ensure that the admin site continues ↵Russell Keith-Magee
to work after URLpatterns are introduced. Thanks to carljm for the report and draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-12Fixed #11628 -- Corrected the tutorial, removing instructions to update the ↵Russell Keith-Magee
year where that isn't required. Thanks to tommstein for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. ↵Russell Keith-Magee
Thanks to jjinux for the review notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-26Fixed #11205 -- Made the links to the str method description look the same ↵Karen Tracey
as the links to the unicode method description in the tutorial part 1. Having one be fully qualified while the other was not was odd-looking. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528. Thanks to all the respective authors of those tickets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-11Fixed #9018Simon Willison
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-11Small documentation tweaks, fixes #9000 - thanks, ramiroSimon Willison
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx ↵Jacob Kaplan-Moss
"versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37