mirror of
https://github.com/django/django.git
synced 2025-10-28 14:41:02 +03:00
- 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
|
||
|---|---|---|
| .. | ||
| db | ||
| forms | ||
| http | ||
| i18n | ||
| auth.txt | ||
| cache.txt | ||
| class-based-views.txt | ||
| conditional-view-processing.txt | ||
| email.txt | ||
| files.txt | ||
| generic-views-migration.txt | ||
| generic-views.txt | ||
| index.txt | ||
| install.txt | ||
| logging.txt | ||
| pagination.txt | ||
| serialization.txt | ||
| settings.txt | ||
| signals.txt | ||
| templates.txt | ||
| testing.txt | ||