検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 59 for mode (0.029 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 7834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s storage classes and specify the file_permissions_mode and/or directory_permissions_mode parameters, resp ... , * args , ** kwargs ): kwargs [ 'file_permissions_mode' ] = 0o640 kwargs [ 'directory_permissions_mode' ] ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 7440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ext manager to manage context for thread sensitive mode This context manager controls which thread pool ex ... ecutor is used when in thread sensitive mode. By default, a single thread pool executor is shar ... on context. Optionally used # for thread sensitive mode. thread_sensitive_context : "contextvars.ContextVa ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7440
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if the query itself had been manipulated. Django's model field classes are aware of their own types and mo ... atabase-level type before querying. However, three model field classes did not correctly convert their arg ... efore querying. Additionally, developers of custom model fields are now warned via documentation to ensure ... elect_for_update() could be executed in autocommit mode, outside of a transaction. Before Django 1.6, Djan ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.10.2 release notes — Django 4.0.6 ドキュメント 7309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sh in MySQL database validation where SELECT @@sql_mode doesn't return a result ( #27180 ). Allowed combin ... th a '/' when APPEND_SLASH=False ( #27238 ). Fixed model form default fallback for CheckboxSelectMultiple ... /time fields were listed as changed in the admin's model history messages ( #27302 ). 目次 Django 1.10.2 r ...
https://man.plustar.jp/django/releases/1.10.2.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 7309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジシステムの働きについて説明します。 Using files in models ¶ When you use a FileField or ImageField , Djang ... use to deal with that file. Consider the following model, using an ImageField to store a photo: from djang ... o.db import models class Car ( models . Model ): name = models . Ch ... arField ( max_length = 255 ) price = models . DecimalField ( max_digits = 5 , decimal_places ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... IT'] = False , the connection wasn't in autocommit mode but Django pretended it was. Fixed a regression in ... field misalignment issue with select_related() and model inheritance ( #21413 ). Fixed join promotion for ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... built-in support for schema migrations. It allows models to be updated, changed, and deleted by creating ... migration files that represent the model changes and which can be run on any development, ... provides an easy way to autodetect changes to your models and make migrations for them. django.db.models.s ... ignals.pre_syncdb and django.db.models.signals.post_syncdb have been deprecated, to be ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories ... () . When using related fields pointing to a proxy model in the of argument, the corresponding model was n ... following a regression in Django 2.0, when copying model instances with a cached fields value ( #31863 ). ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories ... () . When using related fields pointing to a proxy model in the of argument, the corresponding model was n ... following a regression in Django 2.0, when copying model instances with a cached fields value ( #31863 ). ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en filter against the annotation. Enumerations for model field choices ¶ Custom enumeration types TextChoi ... r the admin_order_field attribute on properties in ModelAdmin.list_display . The new ModelAdmin.get_inline ... ows specifying the inlines based on the request or model instance. Select2 ライブラリのバージョンが 4.0.3 ... nd line argument isn't provided in non-interactive mode. REQUIRED_FIELDS now supports ManyToManyField s. T ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 6 NEXT