diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 00:11:29 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 00:11:29 +0000 |
| commit | 786e5477b70e34a502d1b0dd8fbf59926699e480 (patch) | |
| tree | 2778a2e490ddaff6c5e45de8f4007afe0e953d1c /docs/templates_python.txt | |
| parent | 7573756e18b813a3aa388ff031e3167aa4665c15 (diff) | |
Removed 'Only in Django development version' messages from the docs, because frozen docs for version 0.90 are now available
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 04be6853f7..02d943baf1 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -276,11 +276,6 @@ optional, third positional argument, ``processors``. In this example, the 'foo': 'bar', }, [ip_address_processor]) -Note: The concept of template-context processors is new in the Django -development version. In Django 0.90, ``DjangoContext`` automatically populates -the context with all of the values explained below, but it's not possible to -add and remove processors. - Here's what each of the default processors does: .. _HttpRequest object: http://www.djangoproject.com/documentation/request_response/#httprequest-objects @@ -534,8 +529,6 @@ filters are registered. So, near the top of your module, put the following:: Writing custom template filters ------------------------------- -**This section applies to the Django development version.** - Custom filters are just Python functions that take one or two arguments: * The value of the variable (input) -- not necessarily a string. @@ -595,8 +588,6 @@ will use the function's name as the filter name. Writing custom template tags ---------------------------- -**This section applies to the Django development version.** - Tags are more complex than filters, because tags can do anything. A quick overview |
