検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 238 for data (0.127 sec.)
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 4542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tgreSQL 10+ when adding a foreign key and changing data in the same migration ( #31106 ). Fixed a regressi ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 4542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 9.5+, so the possibility of newlines entering your data only existed if you are using this validator outsi ...
https://man.plustar.jp/django/releases/3.1.10.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e file is saved as part of saving the model in the database, so the actual file name used on disk cannot b ... ... car . save () 注釈 While ImageField non-image data attributes, such as height , width , and size are ... available on the instance, the underlying image data cannot be used without reopening the image. For ex ...
https://man.plustar.jp/django/topics/files.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 4542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... できます。 Note that request.FILES will only contain data if the request method was POST , at least one file ... request has the attribute enctype="multipart/form-data" . Otherwise, request.FILES will be empty. Most of ... the time, you'll pass the file data from request into the form as described in Binding ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntities. """ from functools import wraps class SafeData : def __html__ ( self ): """ Return the html repre ... other template engines to understand Django's SafeData. """ return self [ドキュメント] class SafeString ( ... str , SafeData ): """ A str subclass that has been specifically m ... per () . __add__ ( rhs ) if isinstance ( rhs , SafeData ): return SafeString ( t ) return t def __str__ ( ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eepcopy() to class attributes in TestCase.setUpTestData() will be removed. BaseCommand.requires_system_che ... itional argument. Support for SimpleTestCase.allow_database_queries and TransactionTestCase.multi_db will ... _login() will be removed. django.test.runner.setup_databases() will be removed. django.utils.translation.s ... ng the {% include %} template tag will be removed. DatabaseIntrospection.get_indexes() will be removed. Th ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のコンテキストオブジェクトを保持します。 get_context_data ( ** kwargs ) ¶ Returns context data for displayin ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... riginated from trusted domains can be used to POST data back. It deliberately ignores GET requests (and ot ... ting an arbitrary CSRF token pair (cookie and POST data) a vulnerability? ¶ No, this is by design. Without ... ting an arbitrary CSRF token pair (cookie and POST data) a vulnerability? Is it a problem that Django's CS ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
API Reference — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplateResponse and SimpleTemplateResponse Unicode data django.urls utility functions django.urls function ...
https://man.plustar.jp/django/ref/index.html - [similar]
Paginator — Django 4.0.6 ドキュメント 4512
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vides a few classes that help you manage paginated data -- that is, data that's split across several pages ... 属性 Page class メソッド 属性 例外 前のトピックへ Database Functions 次のトピックへ リクエストとレスポンス ...
https://man.plustar.jp/django/ref/paginator.html - [similar]