django/docs/topics/forms
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
..
formsets.txt Fixed #14897 -- fixed some synax highlighting in the formset documentation. Thanks to marcusf for the patch. 2010-12-13 19:37:18 +00:00
index.txt Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
media.txt Corrected some syntax issues in the docs. 2010-11-17 16:08:28 +00:00
modelforms.txt Fixed #14791 - Clarify additional note on save(). Thanks OldTroll. 2010-11-28 18:48:55 +00:00