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
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
generic-views-migration.txt
generic-views.txt
index.txt
install.txt Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for the report. 2010-11-27 21:47:08 +00:00
logging.txt
pagination.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
serialization.txt
settings.txt Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Robert Coup for the patch. 2010-08-28 02:40:57 +00:00
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