django/docs
Adrian Holovaty 9a090b2c1f Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that attribute in docs/newforms.txt examples. Perfectionism appreciated, trickyb
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06 05:16:35 +00:00
..
man
add_ons.txt
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
authentication.txt Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.txt. Thanks, Collin Grady 2007-08-06 05:13:06 +00:00
cache.txt
contributing.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
csrf.txt Negligible spacing changes to docs/csrf.txt to be consistent 2006-12-18 03:59:45 +00:00
databases.txt
databrowse.txt
db-api.txt
design_philosophies.txt Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt 2007-01-29 00:25:14 +00:00
distributions.txt
django-admin.txt
documentation.txt Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py 2007-05-02 20:27:37 +00:00
email.txt
faq.txt Fixed #5074 -- Added link to audio clip of 'Django' pronunciation 2007-08-06 04:36:43 +00:00
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's 2007-07-05 11:08:40 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt Improved docs/templates.txt section on the 'regroup' tag 2007-07-15 21:16:32 +00:00
templates_python.txt
testing.txt
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
tutorial02.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
tutorial03.txt Refs #5089 -- Added file name to poll detail template examples in the tutorial. 2007-08-05 04:39:52 +00:00
tutorial04.txt
unicode.txt
url_dispatch.txt Fixed #5078 -- Fixed several broken links to the syndication documentation. 2007-08-04 03:19:14 +00:00
webdesign.txt