django/docs
Malcolm Tredinnick f9c4ce5123 Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also
added database.txt documentation; currently only describing Django-related
features of MySQL versions.

As of this commit, there are four known test failures due to (a) no transaction
support with MyISAM storage engine and (b) MySQLdb automatically creating
decimal types for Django's "float" field.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4724 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-14 12:08:19 +00:00
..
add_ons.txt Created django.contrib.localflavor, for country- and culture-specific functionality. Moved django/newforms/extras/usa.py into there 2007-02-15 05:53:44 +00:00
admin_css.txt Fixed #2845 -- Corrected a few spelling errors in the docs and changed a 2006-09-29 02:30:42 +00:00
apache_auth.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
api_stability.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
authentication.txt Removed a stray colon in authentication.txt. 2007-02-28 22:01:52 +00:00
cache.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
contributing.txt Fixed #3685 -- Added note about keeping contributors' names in AUTHORS. Thanks, 2007-03-09 05:47:39 +00:00
csrf.txt Negligible spacing changes to docs/csrf.txt to be consistent 2006-12-18 03:59:45 +00:00
databases.txt Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also 2007-03-14 12:08:19 +00:00
db-api.txt Fixed #3333 -- Made db-api.txt links relative, in line with the other docs. 2007-03-08 08:50:33 +00:00
design_philosophies.txt Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt 2007-01-29 00:25:14 +00:00
distributions.txt Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of Django in Debian/Fedora/etc. Thanks to Marc Fargas and Ubernostrum for the patches. 2007-02-26 23:23:01 +00:00
django-admin.txt Added option to pretty-print dumped fixture output 2007-03-02 02:28:44 +00:00
documentation.txt Added paragraph to docs/documentation.txt about removing comments from frozen docs 2006-08-11 20:31:43 +00:00
email.txt Fixed #3488: send_mail no longer uses settings in function default arguments. Thanks to Per Jonsson for the patch. 2007-02-25 16:29:09 +00:00
faq.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
fastcgi.txt Added a note about serving admin media to the alternative server setup 2007-03-12 12:23:53 +00:00
flatpages.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
forms.txt Fixed #1049 -- Documented the need to implement flatten_data() in some cases for custom 2007-03-12 12:40:03 +00:00
generic_views.txt Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Schlemm. 2007-02-26 05:07:54 +00:00
i18n.txt Fixed #3084 -- Fixed typo pointed out by Simon Greenhill. 2007-03-12 10:52:21 +00:00
install.txt Fixed #3602: a few small doc fixes. Thanks, Jeremy Dunck 2007-02-28 19:28:30 +00:00
legacy_databases.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
middleware.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
model-api.txt Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used for 2007-03-09 09:32:39 +00:00
modpython.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
newforms.txt Fixed typo in docs/newforms.txt. Thanks, Jeff Hilyard 2007-02-15 20:55:37 +00:00
outputting_csv.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
outputting_pdf.txt Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek Lee-Wo 2007-02-10 03:39:14 +00:00
overview.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
redirects.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
release_notes_0.95.txt Fixed a small typo. 2006-09-28 11:38:19 +00:00
request_response.txt Copy edited new docs in docs/request_response.txt from [4534] 2007-02-18 04:42:15 +00:00
serialization.txt Proofread changes to docs/serialization.txt from [3795] 2006-09-25 17:44:07 +00:00
sessions.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
settings.txt Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch from 2007-03-07 12:23:01 +00:00
sitemaps.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
sites.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
static_files.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
syndication_feeds.txt Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch 2007-02-10 08:36:39 +00:00
templates.txt Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. 2007-02-28 16:18:55 +00:00
templates_python.txt Fixed documentation from [4558] to be correct. 2007-02-23 20:50:53 +00:00
testing.txt Fixed typo. 2007-03-02 08:59:21 +00:00
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt Fixed #2592: Added a warning to tutorial 1 about not naming your project "site" or "django" or anything else similarly boneheaded. 2007-02-26 20:51:21 +00:00
tutorial02.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
tutorial03.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
tutorial04.txt Fixed #2565: added a note about the laziness of querysets in tutorial 4. Thanks, Ubernostrum. 2007-02-27 04:27:47 +00:00
url_dispatch.txt Fixed #3598: Added a note about the precedence of URL matches versus extra kwargs in URL patterns. Thanks, Ubernostrum. 2007-02-27 20:11:26 +00:00