django/docs/topics
Chris Beaven 3ae9117c46 Fixes #7817 and #9456.
- The include tag now has a 'with' option to include to provide extra context
  vairables to the included template.

- The include tag now has an 'only' option to exclude the current context
  when rendering the included template.

- The with tag now accepts multiple variable assignments.

- The with, include and blocktrans tags now use a new keyword argument format
  for variable assignments (e.g. `{% with foo=1 bar=2 %}`).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18 02:50:26 +00:00
..
db Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
forms Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
http Corrected typo in middleware docs. Thanks to matt_c for the report. 2010-12-07 14:59:57 +00:00
i18n Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
auth.txt Fixed #14764 -- specified that a set is returned by User.get_..._permissions methods. Thanks MostAwesomeDude for the report. 2010-12-04 00:50:49 +00:00
cache.txt
class-based-views.txt
conditional-view-processing.txt
email.txt Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and used this to provide more and prettier detail in error emails. Thanks to boxed for the suggestion, and to Rob Hudson and Brodie Rao for their work on the patch. 2010-12-06 14:21:51 +00:00
files.txt Fixed #13162 and #11597 -- Improved the file handling documentation: Removed documentation of methods on django.core.files.File that did not exist, added documentation for undocumented methods and attributes that did exist, did a general cleanup of the text and organization, and added more metadata targets. Thanks to amenasse and tyrion.mx for the reports. 2010-12-05 07:35:10 +00:00
generic-views-migration.txt Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch. 2010-12-04 11:20:30 +00:00
generic-views.txt
index.txt
install.txt
logging.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt Fixed a couple of typos and small errors from r14696 and r14822. 2010-12-09 00:26:59 +00:00