- Language: en
251 results for set in version 1.10
-
Django 1.10 release notes
- … set() method added in Django 1.9: >>> e . related_set . set ([ obj1 , obj2 …
-
Django 1.7 release notes
- … set lastmod . django.contrib.sites The new django.contrib.sites.middleware.CurrentSiteMiddleware allows setting the current site on each request. django.contrib.staticfiles …
-
How to use sessions
- … set the SESSION_ENGINE setting to "django.contrib.sessions.backends.file" . You might also want to set …
-
Translation
- … set USE_I18N = False in your settings file. Then Django will make some optimizations so as not to load …
-
Clickjacking Protection
- … sets the header in all responses. A set of view decorators that can be used …
-
Django’s cache framework
- … setting in your settings file. Here’s an explanation of all available values for CACHES …
-
The Django admin site
- … setting. By default, this is set to 200 . ModelAdmin. list_per_page Set list_per_page …
-
Django 1.8 release notes
- … settings. The SMTP EmailBackend now supports setting the timeout parameter with the EMAIL_TIMEOUT setting …
-
Cross Site Request Forgery protection
- … setting is set, the referer is compared against it. This setting supports subdomains. For example …
-
The staticfiles app
- … setting is set to 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' the DEBUG setting is set to False you’ve collected …