検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 172 for Create (0.124 sec.)
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... found. Loading a template ¶ The recommended way to create a Template is by calling the factory methods of th ... nly parses your raw template code once -- when you create the Template object. From then on, it's stored int ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ncluding csrf_protect , cache_control and anything created using decorator_from_middleware . if tag changes ... ese changes are also required if you have manually created a database connection using DatabaseWrapper() fro ... es in the user Message model (via user.message_set.create ) is now deprecated and will be removed in Django ... eplace any instances of this: user . message_set . create ( 'a message' ) ...with the following: from django ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コレータ ¶ Sometimes (in fact, quite often) you can create functions to rapidly compute the ETag value or the ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for many locales, but sometimes you might want to create your own, because a format file doesn't exist for ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ist or are ambiguous. That's why you should always create aware datetime objects when time zone support is e ... やって aware な日時に変換しますか? Here you need to create the required ZoneInfo instance and attach it to th ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ancels an upload) from the admin emails, you would create a filter function: from django.http import Unreada ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 4800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ries to template rendering to business logic -- to create the page that your site's visitor sees. This is a ... をコマンドで作成する必要がある。 python manage . py createcachetable このコマンドにより、データベース内に1つの ... す。 複数のデータベースキャッシュが使用される場合、 createcachetable は1つのキャッシュごとに、対応する1つのテ ... ルを作成します。 複数のデータベースを使用する場合、 createcachetable は、データベースのルートの allow_migrate ...
https://man.plustar.jp/django/topics/cache.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 4800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Manager , QuerySet.as_manager() can be used to create an instance of Manager with a copy of a custom Que ... ersonQuerySet . as_manager () The Manager instance created by QuerySet.as_manager() will be virtually identi ... n a model and/or its parents, Django automatically creates the objects manager. The default manager on a cla ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss the form data if request . method == 'POST' : # create a form instance and populate it with data from the ... /thanks/' ) # if a GET (or any other method) we'll create a blank form else : form = NameForm () return rend ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 4744
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いずれを使うかを決定する仕組み 前のトピックへ How to create custom model fields 次のトピックへ How to implemen ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]