検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 572 for up (0.608 sec.)
Django におけるセキュリティ — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django におけるセキュリティ ¶ このドキュメ ... ocuments by putting them in a different context group so that they cannot directly interact with the top ... document protected by COOP opens a cross-origin popup window, the popup's window.opener property will be ... の利用を検討してください。 If your site accepts file uploads, it is strongly advised that you limit these ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django オブジェクトのシリアル化 ¶ Django' ... nexistent = True ) Serialization formats ¶ Django supports a number of serialization formats, some of wh ... es to and from JSONL . yaml YAML (YAML Ain't a Markup Language) のシリアル化・デシリアライズを行います。 ... obj , YourCustomType ): return str ( obj ) return super () . default ( obj ) You can then pass cls=LazyE ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » はじめての Django アプリ作成、その 7 ¶ Th ... ョン , オブジェクト , ディレクトリ クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » django.contrib.auth ¶ このドキュメントでは ... くは password documentation を参照してください。 groups ¶ Group への多対多のリレーションシップです。 user ... ngo admin all return False for inactive users. is_superuser ¶ 真偽値です。明示的にアサインすることなく全 ... user permissions for this specific object. get_group_permissions ( obj = None ) ¶ ユーザがグループを通し ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » GDAL API ¶ GDAL stands for Geospatial Dat ... transformation of vector spatial data and minimal support for GDAL's features with respect to raster (im ... lthough the module is named gdal , GeoDjango only supports some of the capabilities of OGR and GDAL's ra ... is a wrapper for the OGR data source object that supports reading data from a variety of OGR-supported ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » クロスサイトリクエストフォージェリ (CSRF) ... the cache middleware if it is used as instructed ( UpdateCacheMiddleware goes before all other middlewar ... ews , use , not , protect , This クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » フォームとフィールドの検証 ¶ フォームのバ ... バリデータを使う ¶ Django's form (and model) fields support use of utility functions and classes known as ... se the parent's handling of required fields, etc. super () . validate ( value ) for email in value : val ... as before. ... def clean ( self ): cleaned_data = super () . clean () cc_myself = cleaned_data . get ( " ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 3.0 リリースノート ¶ 2019年12月2日 ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Python バージョン間の互換性 ¶ Django 3.0 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.0.11). ... We highly recommend and only officially support the latest release of each series. The Django ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 3.2 release notes ¶ April 6, 2021 ... compatible changes you'll want to be aware of when upgrading from Django 3.1 or earlier. We've begun the ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... い。 Django 3.2 is designated as a long-term support release . It will receive security updates for ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 2760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ビルトインのクラスベースのジェネリックビュ ... s . EmailField () headshot = models . ImageField ( upload_to = 'author_headshots' ) def __str__ ( self ) ... e implementation first to get a context context = super () . get_context_data ( ** kwargs ) # Add in a Q ... e implementation first to get a context context = super () . get_context_data ( ** kwargs ) # Add in the ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]