django/docs
Adrian Holovaty f14c98e44c Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi
git-svn-id: http://code.djangoproject.com/svn/django/trunk@315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 14:41:13 +00:00
..
admin_css.txt Added screenshots to admin css docs 2005-07-19 15:39:15 +00:00
cache.txt Rolled a number of comments into documentation; thanks to all those who contributed. 2005-07-21 19:05:10 +00:00
db-api.txt Fixed #153 -- Changed docs to use new ordering syntax 2005-07-22 18:45:22 +00:00
faq.txt Cleaned up FAQ changes from [303] 2005-07-25 16:46:52 +00:00
forms.txt Copy-edited docs from [303] and [304] 2005-07-25 17:18:39 +00:00
generic_views.txt Removed 'use_numeric_months' parameter in generic date views (from [308]) in favor of something more powerful -- you can now provide month_format and day_format, which are format strings that specify how you expect the month and day to be formatted in the URL. 2005-07-26 03:48:41 +00:00
install.txt Fixed #103 -- Changed docs/install.txt to note there is no official version yet 2005-07-21 01:33:13 +00:00
model-api.txt Fixed #153 -- Changed docs to use new ordering syntax 2005-07-22 18:45:22 +00:00
modpython.txt Fixed spelling error and reworded mod_python PythonInterpreter section of docs 2005-07-21 19:42:51 +00:00
overview.txt Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given, Django will use all editable fields by default. This cuts down on redundancy. Also updated relevant docs to reflect the change. 2005-07-21 03:46:16 +00:00
templates.txt Rolled a number of comments into documentation; thanks to all those who contributed. 2005-07-21 19:05:10 +00:00
tutorial01.txt Fixed #169 -- Thanks, django@gimbo.org.uk 2005-07-23 15:47:06 +00:00
tutorial02.txt Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi 2005-07-26 14:41:13 +00:00
tutorial03.txt Fixed #153 -- Changed docs to use new ordering syntax 2005-07-22 18:45:22 +00:00
url_dispatch.txt Fixed typos in docs/url_dispatch from [282] 2005-07-21 19:45:36 +00:00
writing-apps-guide-outline.txt Moved django-docs to just plain docs 2005-07-13 18:54:07 +00:00