検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 481 for To (0.105 sec.)
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってく ... な機能 ¶ django.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute and ModelAdmin.get_autoco ... ing a Select2 search widget for ForeignKey and ManyToManyField . django.contrib.auth ¶ The default itera ... he PBKDF2 password hasher is increased from 36,000 to 100,000. django.contrib.gis ¶ Added MySQL support ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for building the WHERE clause of a database query. To learn how to use lookups, see クエリを作成する ; t ... o learn how to create new lookups, see How to write custom lookup ... isters lookups, and the Query Expression API , a set of methods that a class has to implement to be regi ... e all Django builtin lookups are derived: Lookup : to lookup a field (e.g. the exact of field_name__exac ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Signals — Django 4.0.6 ドキュメント 4890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... work. In a nutshell, signals allow certain senders to notify a set of receivers that some action has tak ... interested in the same events. Django provides a set of built-in signals that let user code get notified ... ango.db.models.signals.m2m_changed Sent when a ManyToManyField on a model is changed. django.core.signal ... h signal. You can also define and send your own custom signals ; see below. Listening to signals ¶ To re ...
https://man.plustar.jp/django/topics/signals.html - [similar]
Full text search — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 参考 For a high-level overview of searching, see the topic documentation . The search lookup ¶ A common wa ... y to use full text search is to search a single term ag ... body_text__search = 'Cheese' ) [<Entry: Cheese on Toast recipes>, <Entry: Pizza Recipes>] This creates ... a to_tsvector in the database from the body_text field ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be modified, it isn't in a form that makes it easy to perform modifications. However, it can sometimes b ... e beneficial to allow decorators or middleware to modify a respons ... constructed by the view. For example, you may want to change the template that is used, or put additiona ... l data into the context. TemplateResponse provides a way to do ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってく ... ートしません。 The Django 1.11.x series is the last to support Python 2. The next major release, Django 2 ... s if you used db_index on the model field or index_together on the model Meta class. It can be subclasse ... d to support different index types, such as GinIndex . ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4882
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。この動作を有効化したい各データベースの設定で、 ATOMIC_REQUESTS を True にセットしてください。 これは、 ... ションをロールバックします。 ビューのコード (通常は atomic() コンテキストマネージャー) の中で、セーブポイン ... ce, this feature wraps every view function in the atomic() decorator described below. あなたのビューの実 ... テンプレートレスポンスのレンダリングを実行します。 ATOMIC_REQUESTS が有効な場合、ビューがトランザクション ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 4866
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 内部 URL に使われる場合は、 <form> 要素の内部で csrf_token タグを使用してください。 < form method = "post" ... > {% csrf_token %} この方法は、外部の URL を対象にする POST フォ ... 原因となります。 一致するビュー機能の中で、 {% csrf_token %} が適切に動作するように、 RequestContext がレ ... が用意されており、各 XMLHttpRequest に対して、 X-CSRFToken という独自ヘッダーに CSRF トークンの値を設定する ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rt utility ¶ The LayerMapping class provides a way to map the contents of vector spatial data files (e.g ... . shapefiles) into GeoDjango models. This utility grew out of the aut ... hor's personal needs to eliminate the code repetition that went into pulli ... ng geometries and fields out of a vector layer, converting to another coordinate ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ource , and is a C++ library, ported from the Java Topology Suite . GEOS implements the OpenGIS Simple F ... r SQL spatial predicate functions and spatial operators. GEOS, now an OSGeo project, was initially devel ... oped and maintained by Refractions Research of Victoria, Canada. Features ¶ GeoDjango implements a high ... ry, its features include: A BSD-licensed interface to the GEOS geometry routines, implemented purely in ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]