検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 438 for For (0.084 sec.)
Model Meta options — Django 4.0.6 ドキュメント 5569
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'myapp' If you want to represent a model with the format app_label.object_name or app_label.model_name y ... _manager_name ¶ The attribute name of the manager, for example, 'objects' , to use for the model's _base_ ... . db_table ¶ The name of the database table to use for the model: db_table = 'music_album' Table names ¶ ... del's class name, with an underscore between them. For example, if you have an app bookstore (as created ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5569
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e gettext_lazy() as the default translation method for a particular file. Without _() in the global names ... pecific translations reorder the placeholder text. For example, an English translation may be "Today is N ... れはテンプレート内でも動作します。詳しくは Comments for translators in templates を参照してください。 no-o ... using ngettext() , make sure you use a single name for every extrapolated variable included in the litera ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of retrieving the change message. Selected objects for fields in ModelAdmin.raw_id_fields now have a link ... to object's change form. Added "No date" and "Has date" choices for DateF ... ードされました。 django.contrib.auth ¶ Added support for the Argon2 password hash . It's recommended over P ... a third-party library. The default iteration count for the PBKDF2 password hasher has been increased by 2 ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » フォームセット (Formset) ¶ class BaseFormSet ¶ フォームセットとは、同じ ... うなフォームを考えましょう。 >>> from django import forms >>> class ArticleForm ( forms . Form ): ... titl ... e = forms . CharField () ... pub_date = forms . DateField ... 複数の記事を作成できるようにしたいとします。 ArticleForm からフォームセットを生成するには、次のようにします ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se follow these coding standards when writing code for inclusion in Django. Pre-commit checks ¶ pre-commi ... t is a framework for managing pre-commit hooks. These hooks help to ide ... ntify simple issues before committing code for review. By checking for these ... issues before code review it allows the reviewer to focus on th ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l database Installing Geospatial libraries Details for each of the requirements and installation instruct ... e provided in the sections below. In addition, platform-specific instructions are available for: macOS Wi ... are necessary. If binary packages aren't available for your platform, installation from source may be req ... please refer to Django's installation instructions for details on how to install. Spatial database ¶ Post ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as a black box, with exactly known inputs, testing for specific outputs. The API for the RequestFactory i ... These methods accept all the same arguments except for follow . Since this is just a factory for producin ... es must be supplied by the test itself if required for the view to function properly. カスタマイズ例 ¶ Th ... s response = my_view ( request ) # Use this syntax for class-based views. response = MyView . as_view ()( ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unctionality. Django also provides special support for those frameworks; see the section on LiveServerTes ... tCase for more details. 包括的なテストスイートを実現するには ... きます。これには、クライアントを作る時に次のように enforce_csrf_checks 引数を渡します。 >>> from django.tes ... t import Client >>> csrf_client = Client ( enforce_csrf_checks = True ) リクエストの作成 ¶ リクエス ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Signals — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 参考 See the documentation on the signal dispatcher for information regarding how to register for and rece ... our model, you must call the parent class' methods for these signals to be sent. Note also that Django st ... receiver by specifying its full application label. For example, an Question model defined in the polls ap ... ionary of keyword arguments passed to __init__() . For example, the tutorial has this line: q = Question ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... UTF-16. If you use a more restrictive encoding -- for example, latin1 (iso8859-1) -- you won't be able t ... o store certain characters in the database, and information will be lost. MySQL users, refer to the MySQ ... L manual for details on how to set or alter the database charac ... . PostgreSQL users, refer to the PostgreSQL manual for details on creating databases with the correct enc ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT