django/docs
Malcolm Tredinnick 95d7cb27d0 Fixed #3366 -- Part 1 of the email code refactoring and feature extension. This
part refactors email sending into a more object-oriented interface in order to
make adding new features possible without making the API unusable. Thanks to
Gary Wilson for doing the design thinking and initial coding on this.

Includes documentation addition, but it probably needs a rewrite/edit, since
I'm not very happy with it at the moment.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-03 11:35:11 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt
csrf.txt
databases.txt
databrowse.txt
db-api.txt
design_philosophies.txt
distributions.txt Fixed #4097 -- Updated distribution information for Fedora and Gentoo, based on 2007-04-21 04:18:15 +00:00
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt Edited docs/install.txt changes from [5085] 2007-04-26 14:58:18 +00:00
legacy_databases.txt
middleware.txt
model-api.txt
modpython.txt Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@smirnov.ca 2007-04-09 01:06:09 +00:00
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
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt
testing.txt
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt Changed all references to tutorial1/ to be tutorial01/ (and similarly for 2007-04-20 09:15:30 +00:00
tutorial04.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
url_dispatch.txt
webdesign.txt