検索

phrase: max: clip:
target: order:
Results of 51 - 59 of about 59 for mode (0.094 sec.)
テンプレート — Django 4.0.6 ドキュメント 6244
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ebug' : a boolean that turns on/off template debug mode. If it is True , the fancy error page will display ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 読み込むことが可能になります。 アプリケーションは、"models.py" や "views.py" などと同じレベルに "templateta ... アウトは以下のようになります: polls / __init__ . py models . py templatetags / __init__ . py poll_extras . ... _escape() if the template context is in autoescape mode, to ensure correct HTML and protect you from XSS v ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... epts the same formats as the choices argument to a model field. See the model field reference documentatio ... the given value is a valid email address, using a moderately complex regular expression. エラーメッセージ ... eld . image <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=191x287 at 0x7F5985045C18> >>> image_fie ... . Defaults to json.JSONDecoder . 注釈 If you use a ModelForm , the encoder and decoder from JSONField will ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uthenticationMiddleware : An instance of AUTH_USER_MODEL representing the currently logged-in user. If the ... JsonResponse constructor by default. However, most modern browsers implement ECMAScript 5 which removes th ... binary content, for example a file open in binary mode like so: >>> from django.http import FileResponse ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ebug is a boolean that turns on/off template debug mode. If it is True , the template engine will store ad ... . So if you're using Django templates with Django model objects, any DoesNotExist exception will fail sil ... good example is the delete() method on each Django model object. The template system shouldn't be allowed ... ly-generated delete() and save() methods on Django model objects get alters_data=True automatically. Examp ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ments. Unicode ユーザー名の公式サポート ¶ The User model in django.contrib.auth originally only accepted A ... 効にすることができるようになりました。 The new InlineModelAdmin.classes attribute allows specifying classes ... ve the add permission, the object-tools block on a model's changelist will now be rendered (without the ad ... ier to add custom tools in this case. The LogEntry model now stores change messages in a JSON structure so ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... な機能 ¶ django.contrib.admin ¶ admin ビューは新たに model_admin または admin_site 属性を持ちます。 admin ch ... の URL が変更されました (デフォルトで /admin/<app>/<model>/<pk>/ にありましたが、新しく /admin/<app>/<model ... ダイレクトは削除される予定なので気をつけてください。 ModelAdmin.get_list_select_related() が追加され、 admin ... 加されました。 AdminSite.empty_value_display および ModelAdmin.empty_value_display が追加され、admin change ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 6112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me. This is sufficient for many use cases. In this mode, to obtain the current time, you would write: impo ... o は警告を出します: RuntimeWarning : DateTimeField ModelName . field_name received a naive datetime ( 2012 ... naive datetime" , RuntimeWarning , r 'django\.db\.models\.fields' , ) フィクスチャー ¶ aware な日時をシリ ... ne support is enabled, Django uses a more accurate model of local time. This shields you from subtle and u ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます 。 注釈 技術的には、これらのモデルは django.db.models.fields 内で定義されていまが、利便性のため django ... .db.models にインポートされています; 標準的な慣習では、 fro ... m django.db import models を使って、フィールドを models.<Foo>Field として参 ... but this will require implementing clean() on the model in order to programmatically supply any missing v ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 NEXT