検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 98 for read (0.102 sec.)
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rialization will fail with a ValueError exception. Read also the W3C's explanation of HTML, XHTML, XML and ... tee that the serialized primary key value is not already in use, and do not need to ensure that deserializ ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab-unix").on("click", functio ... emplate.backends.django.DjangoTemplates' to configure a Django template engine. When APP_DIRS is True , Dj ... for details. 'file_charset' : the charset used to read template files on disk. It defaults to 'utf-8' . ' ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been configured by the database administrator as a read replica of dbprimary , so in normal activity, any ... in, this is a minimal example; your tests may require additional settings to run. Since the tests package ... .2: The enable_faulthandler and timing arguments were added. New in Django 4.0: The logger and shuffle arg ... uments were added. 属性 ¶ DiscoverRunner. test_suite ¶ The class ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
索引 — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -nostatic runserver コマンドラインオプション --nothreading runserver コマンドラインオプション --null ogrin ... appendlist() (QueryDict のメソッド) AppRegistryNotReady apps (django.apps モジュール) apps.AdminConfig (d ... ForeignKey の属性) (ManyToManyField の属性) db_for_read() db_for_write() db_index (Field の属性) db_table ... bjectMixin のメソッド) (ModelAdmin のメソッド) get_readonly_fields() (ModelAdmin のメソッド) get_redirect_ ...
https://man.plustar.jp/django/genindex.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 録できるようになります。 背景 For a ton of examples, read the source code for Django's default filters and t ... , > , ' , " or & ) into the result that were not already present. In this case, you can let Django take ca ... aracters to the result (aside from any that were already present), you should mark your filter with is_saf ... will escape the output whenever the input is not already marked as "safe". By default, is_safe is False , ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CONTENT_TYPE setting will be removed. HttpRequest.xreadlines() will be removed. Support for the context ar ... The session key django_language will no longer be read for backwards compatibility. Geographic Sitemaps w ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ust be an iterable containing (actual value, human readable name) tuples. fields.E006 : db_index must be N ... abling HTTP Strict Transport Security . Be sure to read the documentation first; enabling HSTS carelessly ... not a field of <model> . admin.E034 : The value of readonly_fields must be a list or tuple. admin.E035 : T ... he value of readonly_fields[n] is not a callable, an attribute of < ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .sessions - to your INSTALLED_APPS setting. Configure a DjangoTemplates backend in your TEMPLATES setting ... import admin from .models import Author , Editor , Reader from myproject.admin_site import custom_admin_si ... te @admin . register ( Author , Reader , Editor , site = custom_admin_site ) class Pers ... て) フォーム上で表示されます。 fields は ModelAdmin.readonly_fields で定義される値を持つことができ、読み込み ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 's value avoids a race condition . If two Python threads execute the code in the first example above, one ... thread could retrieve, increment, and save a field's valu ... it from the database. The value that the second thread saves will be based on the original value; the wor ... k of the first thread will be lost. If the database is responsible for u ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b_date for published items if it hasn't been set already. if self . status == 'published' and self . pub_d ... te is the primary key field for the model. You can read and set this value, just as you would for any othe ... ary-key values manually, make sure not to use an already-existing primary-key value! If you create a new o ... bject with an explicit primary-key value that already exists in the database, Django will assume you're ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT