検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 239 for example (0.115 sec.)
Generic editing ビュー — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... email using the self.cleaned_data dictionary pass Example myapp/views.py : from myapp.forms import ContactFo ... トがまだ作成されていない場合、値は None になります。 Example myapp/views.py : from django.views.generic.edit im ... セスできます。これは更新されているオブジェクトです。 Example myapp/views.py : from django.views.generic.edit im ... requirements, such as a confirmation checkbox, for example. template_name_suffix ¶ GET リクエストに描画された ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s Use this to specify the source SRS manually (for example, some shapefiles don't come with a '.prj' file). A ... ncoding of the strings in the OGR data source. For example, 'latin-1' , 'utf-8' , and 'cp437' are all valid e ... ransactions will occur at every step interval. For example, if step=1000 , a commit would occur after the 1,0 ... ed_packet setting in your MySQL configuration. For example, the default value may be something low like one m ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to register lookups on itself. The two prominent examples are Field , the base class of all model fields, a ... None ) ¶ Registers a new lookup in the class. For example DateField.register_lookup(YearExact) will register ... ct field references, aggregates, and Transform are examples that follow this API. A class is said to follow t ... eneration of the SQL string. See Func.as_sql() for example usage. as_vendorname ( compiler , connection ) ¶ W ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion credentials "safe" when they shouldn't be. For example, a URL like http://mysite.example.com\@attacker.co ... idered safe if the request's host is http://mysite.example.com , but redirecting to this URL sends the user t ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5025
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he same thing that you put in is more fragile. For example, you run the risk of returning a datetime that was ... ession fixation 攻撃が可能になってしまいます。 For example, an attacker could log into good.example.com and g ... heir account. If the attacker has control over bad.example.com , they can use it to send their session key to ... since a subdomain is permitted to set cookies on *.example.com . When you visit good.example.com , you'll be ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... created right after the first alpha is tagged. For example, immediately after Django 1.5 alpha 1 was tagged, ... y support as described in サポートバージョン . For example, after the release of Django 1.5, the branch stabl ... be committed until the final release happened. For example, shortly after the release of Django 1.3 the branc ... if you're exploring the repository's history, for example if you're trying to understand how some features w ...
https://man.plustar.jp/django/internals/git.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions around the execution of database queries. For example, wrappers can count queries, measure query duratio ... to some flow in your code. As mentioned above, an example of a wrapper is a query execution blocker. It coul ... cked here" . format ( alias )) For a more complete example, a query logger could look like this: import time ... ピックへ データベースアクセスの最適化 次のトピックへ Examples of model relationship API usage 関連キーワード wr ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror : handle_exception () add_children () In this example, even if generate_relationships() causes a databas ... ou manually restore the original field values. For example, given MyModel with an active field, this snippet ... but only if the transaction successfully commits. Examples might include a Celery task, an email notificatio ... ed to generate unique savepoint IDs. The following example demonstrates the use of savepoints: from django.db ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hose options in some data migrations later on (for example, if you've set custom validators). 対応するバックエ ... ion by setting the atomic attribute to False . For example: from django.db import migrations class Migration ... igration that requires something else to run - for example, you add a ForeignKey in your books app to your au ... abase tables, and doesn't have migrations yet (for example, you created it against a previous Django version) ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifferent users or different pieces of content. For example, Django was used at kusports.com to generate custo ... s accept file-like objects. Here's a "Hello World" example: import io from django.http import FileResponse fr ... r formats ¶ Notice that there isn't a lot in these examples that's PDF-specific -- just the bits using report ... for. Also see How to create CSV output for another example and some techniques you can use when generated tex ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT