summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
AgeCommit message (Collapse)Author
2006-04-30magic-removal: Replaced __repr__() with __str__() in docsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-29magic-removal: Fixed #1704, #1682, #1693, #1694, #1695, #1696 -- Made ↵Adrian Holovaty
corrections to tutorials. Thanks, Malcolm and crew git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-23magic-removal: Small improvements to docs/tutorial01.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-15magic-removal: Began to refactor tutorialAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-09magic-removal: Started reworking docs/tutorial01.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-09magic-removal: Fixed a layout problem in tutorial 1.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-08magic-removal: Fixes #1599, Refs #1464 -- Updated all tutorials for new ↵Russell Keith-Magee
syntax, changes in manage.py, etc. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-17magic-removal: Fixed #1464 -- Updated tutorial01 for magic-removal. Thanks, ↵Adrian Holovaty
Jeremy D. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15magic-removal: Merged to [1964]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15magic-removal: Merged to [1960]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11magic-removal: Merged to [1903]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-16magic-removal: Merged to [1686]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. ↵Adrian Holovaty
Thanks, jhernandez git-svn-id: http://code.djangoproject.com/svn/django/trunk@1465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-18Fixed #838 -- Removed unused link in tutorial01.txt. Thanks, paoloAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16Changed 'django-admin.py startapp' application template to use views.py ↵Adrian Holovaty
instead of views package, for simplicity. Updated tutorial to reflect the change. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a ↵Adrian Holovaty
middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30Fixed typo in docs/tutorial01.txt. Thanks, Aggelos OrfanakosAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-27Fixed #150 -- Clarified DATABASE_NAME description in docs/tutorial01.txt for ↵Adrian Holovaty
SQLite. Thanks, lstep@adelux.fr git-svn-id: http://code.djangoproject.com/svn/django/trunk@703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-29Fixed small typo in docs/tutorial01.txt -- thanks, pb@e-scribe.comAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to ↵Adrian Holovaty
use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models git-svn-id: http://code.djangoproject.com/svn/django/trunk@549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-21Fixed #380 -- Clarified tutorial 1. Thanks, ssteinerAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-21Fixed #381 -- Clarified tutorial 1. Thanks, ssteinerAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15Changed docs/tutorial01.txt to be clearer about PYTHONPATH environment ↵Adrian Holovaty
variable -- thanks for the suggestion, Ken Kinder git-svn-id: http://code.djangoproject.com/svn/django/trunk@501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15Changed docs/tutorial01.txt to use a tree format instead of 'ls' output -- ↵Adrian Holovaty
thanks for the suggestion, Ken Kinder git-svn-id: http://code.djangoproject.com/svn/django/trunk@500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-11Improved docs/tutorial01.txt thanks to reader suggestionsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10Added link to docs/django-admin from tutorial01Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-05Changed 'django-admin startapp' so that it doesn't create the 'urls' ↵Adrian Holovaty
directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. git-svn-id: http://code.djangoproject.com/svn/django/trunk@415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01Fixed #239 and #107 -- Changed model init() to use Field.get_default() if ↵Adrian Holovaty
the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set. git-svn-id: http://code.djangoproject.com/svn/django/trunk@360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26Fixed #143 -- Clarified the need for an environment variable in tutorial 1. ↵Adrian Holovaty
Thanks, sdelatorre@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for ↵Adrian Holovaty
(primary_key)__exact git-svn-id: http://code.djangoproject.com/svn/django/trunk@316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-23Fixed #169 -- Thanks, django@gimbo.org.ukAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% ↵Jacob Kaplan-Moss
perfect. git-svn-id: http://code.djangoproject.com/svn/django/trunk@288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21Fixed #141 -- thanks sdelatorre@gmail.comJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20Added clarification about 'django-admin.py sqlclear' to docs/tutorial01Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20Fixed small problem in [250]Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20Added "philosophy" sections to tutorials so they can be styled differentlyJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20Added '--settings' option to django-admin. This specifies which settings ↵Adrian Holovaty
module to use, if you don't want to deal with setting the DJANGO_SETTINGS_MODULE environment variable. Refactored django-admin to use optparse. Updated the tutorials to use '--settings' instead of environment variables, which can be confusing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19Fixed #67 -- Human-readable name is now optional in model fields. If a ↵Adrian Holovaty
second positional argument isn't given, Django will use the first argument, converting underscores to spaces. This change is fully backwards-compatible. git-svn-id: http://code.djangoproject.com/svn/django/trunk@212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Fixed #50 -- Fixed small bug in tutorial1 directory-listing example. Thanks, ↵Adrian Holovaty
sirpete@iki.fi! git-svn-id: http://code.djangoproject.com/svn/django/trunk@163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Fixed inevitable ReST bugs in [150]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Fixed inevitable ReST bugs in [149]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Fixed inevitable ReST bugs in [148]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Added notes to documentation that MySQL support has not been comprehensively ↵Adrian Holovaty
tested. Thanks, Simon! git-svn-id: http://code.djangoproject.com/svn/django/trunk@148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Changed tutorial01 to clarify how to set an environment variable in Windows. ↵Adrian Holovaty
Thanks, JZ! git-svn-id: http://code.djangoproject.com/svn/django/trunk@146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Fixed mistake in tutorial01 -- it mentioned expiration date by mistake. ↵Adrian Holovaty
Thanks for the pointer, Barryp! git-svn-id: http://code.djangoproject.com/svn/django/trunk@143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Finished tutorial02 and added a link to it from tutorial01Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Changed tutorial01 so that it explicitly says: Make sure you've already ↵Adrian Holovaty
created the database git-svn-id: http://code.djangoproject.com/svn/django/trunk@104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Added link to installation guide from docs/tutorial01.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Renamed docs/tutorial.txt to docs/tutorial01.txt in preparation for the long ↵Adrian Holovaty
list of extremely helpful tutorials git-svn-id: http://code.djangoproject.com/svn/django/trunk@99 bcc190cf-cafb-0310-a4f2-bffc1f526a37