django/docs
Malcolm Tredinnick 9af47730da Typo fixing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-10 10:50:04 +00:00
..
add_ons.txt Added note to docs/add_ons.txt about reading the source code. 2006-07-01 03:25:48 +00:00
admin_css.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
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 Proofread newest changes to docs/authentication.txt 2006-07-03 02:12:24 +00:00
cache.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
contributing.txt Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the user needs permission to create a database 2006-05-05 04:27:16 +00:00
csrf.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
db-api.txt Refs #2217 -- Updated DB API docs to discuss filtering using objects rather than IDs. Second attempt - forgot to save before commit last time. 2006-07-09 03:53:11 +00:00
design_philosophies.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
django-admin.txt Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise.net 2006-07-07 04:06:00 +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 Added 'How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?' to faq.txt 2006-06-29 03:57:19 +00:00
fastcgi.txt Added information about flup to docs/fastcgi.txt 2006-06-26 12:48:47 +00:00
flatpages.txt Fixed ReST error in docs/flatpages.txt 2006-05-02 02:01:19 +00:00
forms.txt Fixed small typo in docs/forms.txt. Thanks, Antonio Cavedoni 2006-07-06 14:23:37 +00:00
generic_views.txt Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, kanashii@kanashii.ca 2006-06-03 22:06:48 +00:00
i18n.txt Added USE_I18N setting, which lets you turn off internationalization overhead with a single setting. Defaults to True. Currently only affects the admin i18n JavaScript, but I'll be adding other optimizations. 2006-07-01 03:09:14 +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 MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
middleware.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
model-api.txt Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian 2006-07-10 04:16:26 +00:00
modpython.txt Added links to FastCGI docs from various places 2006-06-26 12:43:21 +00:00
outputting_csv.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
outputting_pdf.txt Fixed django.utils.httpwrappers call in docs/outputting_pdf.txt 2006-07-08 14:14:28 +00:00
overview.txt Fixed #1811 -- Fixed inconsistencies in docs/overview.txt 2006-05-09 15:31:03 +00:00
redirects.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
request_response.txt Fixed typo in docs/request_response.txt 2006-06-22 04:56:35 +00:00
serialization.txt Added a JSON serializer, a few more tests, and a couple more lines of docs. 2006-06-29 16:42:49 +00:00
sessions.txt Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement. 2006-07-07 22:25:32 +00:00
settings.txt Fixed #1977 -- Added clarification about TIME_ZONE setting. 2006-07-07 22:39:43 +00:00
sites.txt Fixed incorrect link in docs/sites.txt 2006-05-23 14:20:51 +00:00
static_files.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
syndication_feeds.txt Fixed #2158 -- Added title_template and description_template hooks to Feed class in syndication framework. 2006-06-26 23:19:03 +00:00
templates.txt Fixes #2202 -- Added ability to customize output of pluralize filter to handle irregular cases (walrus/walruses, cherry/cherries). Thanks to gid for the suggestion and the initial patch 2006-07-04 06:18:39 +00:00
templates_python.txt Typo fixing. 2006-07-10 10:50:04 +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 Fixed two typos in docs/url_dispatch.txt 2006-05-03 02:18:10 +00:00