検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 134 for INCLUDE (0.081 sec.)
Unicode data — Django 4.0.6 ドキュメント 5257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rea. There's no guarantee that the submission will include encoding information, which means the framework mi ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stalled. The <input> tag rendered by CharField now includes a minlength attribute if the field has a min_leng ... False to disable it. The required attribute isn't included on forms of formsets because the browser validati ... へのクエリを含むようになりました。 extends および include テンプレートタグが、文字列引数に対して相対パスをサ ... on for django.contrib.auth.models.User.username is included. If you have a custom user model inheriting from ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 HTML5 の input の種類とブラウザ検証 If your form includes a URLField , an EmailField or any integer field t ... an earlier example that uses these two methods: {# Include the hidden fields #} {% for hidden in form.hidden_ ... fields %} {{ hidden }} {% endfor %} {# Include the visible fields #} {% for field in form.visible ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng tests in different virtual environments. Django includes a basic tox.ini that automates some checks that o ... y39-postgres Running the JavaScript tests ¶ Django includes a set of JavaScript unit tests for functions in c ... instructions. Using another settings module ¶ The included settings module ( tests/test_sqlite.py ) allows y ... t use UTF-8 as a default charset, you will need to include a value for CHARSET in the test settings dictionar ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tMixin django.views.generic.base.View コンテキスト Includes the single object associated with the model speci ... ng Base views that only differ in that they do not include the MultipleObjectTemplateResponseMixin (for the a ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reusable app (or other piece of code) and want to include messaging functionality, but don't want to require ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s and apps to 1.0. The first part of this document includes the common changes needed to run with 1.0. If aft ... rt * urlpatterns = patterns ( '' , ( r '^admin/' , include ( 'django.contrib.admin.urls' )), # ... the rest o ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を見てください。 その他 ¶ ContentType.__str__() now includes the model's app_label to disambiguate models with ... tiveIntegerField and PositiveSmallIntegerField now include a check constraint to prevent negative values in t ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on_auth_hash() method, authenticated sessions will include the hash returned by this function. In the Abstrac ... their password. The default password change views included with Django, PasswordChangeView and the user_chan ... です。たとえば: urlpatterns = [ path ( 'accounts/' , include ( 'django.contrib.auth.urls' )), ] これは以下の UR ... ), but the password storage details are displayed. Included in the display of this information is a link to a ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leObjectMixin also overrides get_context_data() to include appropriate context variables for pagination (prov ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT