検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 331 for Using (0.041 sec.)
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or performance in the upload handler, eventually causing it to become very slow simply by uploading 0-byte ... c.). RemoteUserMiddleware session hijacking ¶ When using the RemoteUserMiddleware and the RemoteUserBackend ... xed the "ORA-01843: not a valid month" errors when using Unicode with older versions of Oracle server ( #20 ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の繰り返しの定型コードを書くことになってしまいます ( Using a form in a view を参照)。これを避けるために、Djan ... . Textarea ) def send_email ( self ): # send email using the self.cleaned_data dictionary pass このとき、ビ ... st.user ¶ To track the user that created an object using a CreateView , you can use a custom ModelForm to d ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... checkers, rely on HEAD requests, you might prefer using require_safe instead of require_GET . Conditional ... take into account when building its cache key. See using vary headers . Caching ¶ The decorators in django. ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to develop with the same database that you plan on using in production. 公式にサポートされているデータベース ... 。詳細は PostgreSQL notes を見てください。 If you're using MySQL or MariaDB, you'll need a DB API driver like ... to create and alter tables in the database you're using; if you plan to manually create the tables, you ca ...
https://man.plustar.jp/django/topics/install.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 4199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le ( https://docutils.sourceforge.io/ ). Optional: Using the admindocs bookmarklets requires django.contrib ... ージを生成したビューのドキュメントにジャンプします。 Using this bookmarklet requires that XViewMiddleware is ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 4199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s() all the time. Looping over chunks() instead of using read() ensures that large files don't overwhelm yo ... dfile : do_something_with ( line ) Lines are split using universal newlines . The following are recognized ... ad handler that streams data into a temporary file using TemporaryUploadedFile . アップロードハンドラをカス ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4199
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 承されたモデル ¶ If you have a model that is defined using an abstract base class , you don't have to do anyt ... ed to uniquely identify an object instance without using the primary key value. Deserialization of natural ... d objects retain the same primary keys. If you are using dumpdata to generate serialized data, use the dump ... . If your natural key refers to another object (by using a foreign key or natural key to another object as ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データのマイグレーションと複数のデータベース ¶ When using multiple databases, you may need to figure out whe ... xecute parts of the migration inside a transaction using atomic() or by passing atomic=True to RunPython . ... 'third_party_app' , '0001_do_awesome' ), ] Prefer using dependencies over run_before when possible. You sh ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }} will be interpreted as a literal string and not using the value of the variable "bar", if one exists in ... フィルター ¶ You can modify variables for display by using filters . Filters look like this: {{ name|lower }} ... ilters return strings, so mathematical comparisons using filters will generally not work as you expect. len ... ンプレートですでにエスケープされているからです。 By using the same template name as you are inheriting from, ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... changes in this release (for developers currently using the 0.91 release) are a result of merging the 'mag ... of the day -- to help, or just to chat. Thanks for using Django! The Django Team July 2006 目次 Django 0.95 ...
https://man.plustar.jp/django/releases/0.95.html - [similar]