- Language: en
24 results for constant in version 4.1
-
Form fields
- … constant, you can also pass any callable: >>> import datetime >>> class …
-
System check framework
- … constantly warned about not having enabled SECURE_SSL_REDIRECT . Use SILENCED_SYSTEM_CHECKS to silence …
-
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 Exceptions
- … constant is used as a key in dictionaries that otherwise map fields to their respective …
-
Templates
- … constants directly in jinja2.Environment . The original use case for adding context processors for Jinja2 involved …
-
Multiple databases
- … constant for the name of the alternate database. using = 'other' def save_model …
-
Django version 0.95 release notes
- … constants now appear in the module namespace they were defined in. (Previously everything was magically …
-
Query Expressions
- … constants, variables, and even other expressions. Some examples from django.db.models import Count , F , Value from …
-
GDAL API
- … constant between 0 (Unknown) and 11. If as_string is True , the data type is returned …
-
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 …