- Language: en
36 results for global in version 3.2
-
Django 1.9 release notes
- … global adapters and converters for datetimes Django no longer registers global adapters and converters for managing …
-
Settings
- … global setting (used if nothing is defined in your project’s settings.py ) remains 'America/Chicago' for backwards …
-
Authenticating against Django’s user database from Apache
- … GLOBAL} WSGIApplicationGroup %{GLOBAL} <Location "/secret" > AuthType Basic AuthName "Top Secret …
-
Translation
- … global namespace, as an alias for gettext() . In Django, we have chosen not to follow …
-
Templates
- … global variables available to the template using jinja2.Environment as described below. You can then call …
-
Django Utils
- … global path registry and uses those to build a cache key to check against. If there …
-
Admin actions
- … globally-disabled action for one particular model, list it explicitly in your ModelAdmin.actions list: # Globally …
-
Advanced testing topics
- … global pre-test setup. Looking for tests in any file below the current directory whose …
-
Django 1.7 release notes
- … global transactions (e.g. ATOMIC_REQUESTS set to True ), or Django’s old autocommit behavior, in a project …
-
Django settings
- … global settings as necessary. Note that a settings file should not import from global_settings …