django/docs
Adrian Holovaty e73c734336 Added 'Can I use Django with a pre-existing database?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:40: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 #239 and #107 -- Changed model init() to use Field.get_default() if 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. 2005-08-01 16:26:39 +00:00
faq.txt Added 'Can I use Django with a pre-existing database?' to the FAQ 2005-08-01 21:40:13 +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 Changed docs/install.txt to note SQLite support and requirement for pysqlite 2.0.3 or higher 2005-07-28 18:21:46 +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 small typo in docs/overview.txt -- thanks, Trent 2005-08-01 21:37: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 #239 and #107 -- Changed model init() to use Field.get_default() if 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. 2005-08-01 16:26:39 +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 Additional clarification to [365] 2005-08-01 19:03:33 +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