django/docs
Adrian Holovaty 674773bb90 Cleaned up some small formatting in docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-02 18:06:41 +00:00
..
add_ons.txt Added docs/sites.txt -- documentation on the sites framework 2006-05-22 04:48:44 +00:00
admin_css.txt
apache_auth.txt Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO_SETTINGS_MODULE via a PythonOption instead of SetEnv 2006-05-31 02:09:07 +00:00
authentication.txt Cleaned up some small formatting in docs/authentication.txt 2006-06-02 18:06:41 +00:00
cache.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
contributing.txt
csrf.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
db-api.txt Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txt 2006-06-02 04:04:04 +00:00
design_philosophies.txt
django-admin.txt Fixed #1638 -- Documented shortcomings of development server in docs/django-admin.txt 2006-06-02 05:40:31 +00:00
email.txt Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using 2006-05-13 17:18:42 +00:00
faq.txt
flatpages.txt Fixed ReST error in docs/flatpages.txt 2006-05-02 02:01:19 +00:00
forms.txt
generic_views.txt Fixed #697 -- Added make_object_list parameter to archive_year generic view. Thanks, jhf@hex.no 2006-06-01 04:21:26 +00:00
i18n.txt Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh 2006-05-16 21:28:06 +00:00
install.txt Changed the link the "official tarball" to refer to the 0.91 release and added 2006-05-17 02:39:52 +00:00
legacy_databases.txt
middleware.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
model-api.txt Fixed #1966 -- Documented list_per_page Admin option 2006-06-02 04:54:28 +00:00
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed #1811 -- Fixed inconsistencies in docs/overview.txt 2006-05-09 15:31:03 +00:00
redirects.txt
request_response.txt
sessions.txt Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies. 2006-06-01 22:25:06 +00:00
settings.txt Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and added technical message IDs of the same names. Thanks, ramiro 2006-06-02 04:20:32 +00:00
sites.txt Fixed incorrect link in docs/sites.txt 2006-05-23 14:20:51 +00:00
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templates_python.txt 2006-06-02 05:06:36 +00:00
transactions.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
tutorial01.txt Fixed #1724 -- updated the output from the shell commands to match what we now 2006-05-18 12:41:24 +00:00
tutorial02.txt Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman 2006-05-31 02:16:49 +00:00
tutorial03.txt Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai 2006-05-31 14:29:11 +00:00
tutorial04.txt Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr 2006-05-16 20:45:20 +00:00
url_dispatch.txt