- Language: en
176 results for template in version 2.2
-
Translation
- … template code. See below. Internationalization: in template code Translations in Django templates uses two template …
-
Django 1.9 release notes
- … Templates Template tags created with the simple_tag() helper can now store results in a template …
-
The Django admin site
- … templates used by the ModelAdmin views: ModelAdmin. add_form_template Path to a custom template …
-
Django 1.2 release notes
- … template languages. Class-based template loaders As part of the changes made to introduce Template …
-
Django 1.11 release notes
- … template engines, django.template.backends.django.Template.render() (returned from high-level template loader APIs such as loader.get_template() ) must …
-
The form rendering API
- … TEMPLATES setting). It loads templates first from the built-in form templates directory in django/forms/templates …
-
Settings
- … template engine to load templates from the templates subdirectory inside each installed application: TEMPLATES = [ { 'BACKEND …
-
Django 1.3 release notes
- … template tags A number of improvements have been made to Django’s built-in template …
-
Working with forms
- … template context expand it to HTML markup using template variables Rendering a form in a template …
-
Django 1.7 release notes
- … template() as always. It is now possible to include templates recursively. Template objects now have …