- Language: en
7 results for constant in the development version
-
Django 1.3 release notes
- … constants or variables as arguments – for example: {% extends "base.html" %} allows you to specify …
-
Django 2.1 release notes
- … constant is removed. The get_lookup() and get_lookups() methods of the Lookup Registration API may be suitable …
-
Django 1.7 release notes
- … constant. Previously it was stored with the key django_language and the LANGUAGE_SESSION_KEY constant …
-
Django version 0.95 release notes
- … constants now appear in the module namespace they were defined in. (Previously everything was magically …
-
Porting your apps from Django 0.96 to 1.0
- … constant moved from django.contrib.auth into the settings module. Instead of using from django.contrib.auth import LOGIN …
-
Django 4.0 release notes
- … constant is moved from django.template.base to django.utils.translation.template . The real_apps argument of the undocumented django.db.migrations.state.ProjectState …
-
Django 6.0 release notes - UNDER DEVELOPMENT
- … constants for clarity and safety. For example: from django.utils.csp import CSP SECURE_CSP = { "default …