検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 69 for storage (0.069 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 6971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... used to traverse a given relation or customize the storage location of prefetch results. This enables things ... , django.forms.utils.ErrorList , and the internal storages of ValidationError . These containers which used ... ible; see ValidationError constructor and internal storage for more details. マイナーな機能 ¶ django.contrib. ... est. django.contrib.staticfiles ¶ The static files storage classes may be subclassed to override the permissi ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supported by Django. To use Argon2 as your default storage algorithm, do the following: Install the argon2-cf ... bcrypt with Django ¶ Bcrypt is a popular password storage algorithm that's specifically designed for long-te ... rm password storage. It's not the default used by Django since it requ ... with minimal effort. To use Bcrypt as your default storage algorithm, do the following: Install the bcrypt li ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6858
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ovides cookie- and session-based temporary message storage. django.contrib.messages.middleware Message middle ... ore exceptions django.core.files File handling and storage django.core.files.storage django.core.files.upload ...
https://man.plustar.jp/django/py-modindex.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld ( models . Field ): "Implements comma-separated storage of lists" def __init__ ( self , separator = "," , ... n't be used much. Sometimes, though, your database storage is similar in type to some other field, so you can ... example, since HandField uses strings for its data storage anyway, we can reuse some existing conversion code ... ovided by FileField , such as controlling database storage and retrieval, can remain unchanged, leaving subcl ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on itself to also delete the file from the backend storage. This opened the door to several potentially serio ... FileField will never delete files from the backend storage. If you need cleanup of orphaned files, you'll nee ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6645
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Clearly, memory isn't intended for permanent data storage, so don't rely on memory-based caching as your onl ... y data storage. Without a doubt, none of the Django caching backe ... nds should be used for permanent storage -- they're all intended to be solutions for cachin ... g, not storage -- but we point this out here because memory-based ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mageField now can take advantage of pluggable file-storage backends, allowing extensive customization of wher ... eplaced by the dispatcher, file-uploading and file-storage refactoring introduced in the Django 1.0 alpha rel ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew django.db.models.BinaryField model field allows storage of raw binary data in the database. GeoDjango form ... in assertRedirects() with their encoded versions. Storage of IP addresses in the comments app ¶ The comments ... lable on the internet. Although the cookie session storage signs the cookie-stored data to prevent tampering, ... cation of translator comments Quoting in reverse() Storage of IP addresses in the comments app Percent litera ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 3.1 where FileField instances with a callable storage were not correctly deconstructed ( #31941 ). Fixed ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6518
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y. django.contrib.staticfiles ¶ ManifestStaticFilesStorage now replaces paths to JavaScript source map refere ... s with their hashed counterparts. The new manifest_storage argument of ManifestFilesMixin and ManifestStaticF ... ilesStorage allows customizing the manifest file storage. キャ ... nd returns an iterator of tests. Calling FileSystemStorage.delete() with an empty name now raises ValueError ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT