django1/docs/topics
Tom Scholl c9917f4c83 [1.6.x] Fixed docs for EmailMessage extra_headers attribute
The EmailMessage documentation describes the initialization parameters
and states they 'can be set at any time prior to calling the send()
method.'. However, the 'headers' parameter's corresponding attribute is
called 'extra_headers'.

Backport of cab72a439b from master
2013-11-08 18:39:53 -05:00
..
auth [1.6.x] Removed no longer relevant word 2013-11-07 09:32:26 -05:00
class-based-views [1.6.x] Fixed #21264 -- Incorrect RST usage in docs 2013-10-14 08:15:50 -04:00
db [1.6.x] Minor edits to docs/topics/db/queries.txt. 2013-10-11 15:35:48 -04:00
forms [1.6.x] Improvement on InlineFormSet doc, refs #21006 2013-10-15 09:58:51 -04:00
http [1.6.x] Added a warning regarding session security and subdomains. 2013-10-18 09:44:29 -04:00
i18n [1.6.x] Removed obsolete locale restriction admonition 2013-11-08 16:53:12 +01:00
testing [1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt 2013-10-22 12:06:16 -04:00
cache.txt [1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-25 21:11:17 -03:00
conditional-view-processing.txt [1.6.x] Fixed typo in docs/topics/conditional-view-processing.txt 2013-08-27 09:22:31 -04:00
email.txt [1.6.x] Fixed docs for EmailMessage extra_headers attribute 2013-11-08 18:39:53 -05:00
files.txt Fixed #20604 - Fixed file example in docs. 2013-06-14 21:28:17 -04:00
index.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
install.txt [1.6.x] Re-added link to SQLite notes from DB section of install doc. 2013-10-07 07:42:28 -03:00
localflavor.txt [1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. Backport from master. 2013-07-29 12:05:47 +02:00
logging.txt [1.6.x] Reworded a paragraph in the logging docs. 2013-09-16 17:52:13 -03:00
pagination.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
python3.txt [1.6.x] Removed implication that six is part of Python stdlib. 2013-09-23 18:30:18 -04:00
security.txt [1.6.x] Added a warning regarding session security and subdomains. 2013-10-18 09:44:29 -04:00
serialization.txt small typo, example pk=27 but description pk=24 2013-05-16 15:21:18 +08:00
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
signing.txt [1.6.x] Documented the limitation on sep argument to Signer 2013-10-30 08:27:19 -04:00
templates.txt [1.6.x] Misc doc cleanups. 2013-07-29 07:06:29 -04:00