django/docs
Adrian Holovaty cae7ebe19f Changed docs/install.txt to note SQLite support and requirement for pysqlite 2.0.3 or higher
git-svn-id: http://code.djangoproject.com/svn/django/trunk@335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-28 18:21:46 +00:00
..
admin_css.txt
cache.txt
db-api.txt Fixed #166 -- Added an 'in' lookup type to the database API 2005-07-26 16:53:58 +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 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
overview.txt Fixed #163 -- Added 'pk' database API option, which is a shorthand for (primary_key)__exact 2005-07-26 16:11:43 +00:00
templates.txt
tutorial01.txt Fixed #143 -- Clarified the need for an environment variable in tutorial 1. Thanks, sdelatorre@gmail.com 2005-07-26 22:58: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 Fixed #163 -- Added 'pk' database API option, which is a shorthand for (primary_key)__exact 2005-07-26 16:11:43 +00:00
url_dispatch.txt
writing-apps-guide-outline.txt