検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 238 for data (0.065 sec.)
contrib packages — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... A framework for managing "flat" HTML content in a database. See the flatpages documentation . Requires th ... ables storage, manipulation and display of spatial data. See the GeoDjango documentation for more. humaniz ... documentation . sessions ¶ A framework for storing data in anonymous sessions. See the sessions documentat ... lets you operate multiple websites off of the same database and Django installation. It gives you hooks fo ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sNotExist , which is the base class for all Django database API DoesNotExist exceptions, has silent_variab ... mething like this: I will now delete this valuable data . {{ data . delete }} To prevent this, set an alte ... rs_data attribute on the callable variable. The template s ... ystem won't call a variable if it has alters_data=True set, and will instead replace the variable wi ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to avoid the required HTML attribute when initial data exists ( #27037 ). Fixed annotations with database ... ns skip inconsistent history checks on non-default databases if database routers aren't in use or if no ap ... ps can be migrated to the database ( #27054 , #27110 , #27142 ). Removed duplicat ... to be generalized like that ( #26998 ). Added the database alias to the InconsistentMigrationHistory mess ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s aren't specified. The ability to replicate input data on the GDALBand.data() method was added. Band data ... be updated with repeated values efficiently. Added database functions IsValid and MakeValid , as well as t ... filtering and repairing invalid geometries on the database side. Added raster support for all spatial loo ... に利用します)。 データベースバックエンド ¶ Temporal data subtraction was unified on all backends. If the da ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elds on the corresponding models, including across database-level relationships. This is implemented by pa ... regular-expression lookups supported by the Django database API -- expose sensitive information such as us ... ances whereby a running a test suite on a multiple database configuration could cause the original source ... database (i.e., the actual production database) to be dropped, causing catastrophic loss of d ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o uses this parser for deserializing XML-formatted database fixtures. The fixture deserializer is not inte ... nded for use with untrusted data, but in order to err on the side of safety in Djan ... se any issues with the typical round-trip from dumpdata to loaddata , but if you feed your own XML documen ... ts to the loaddata management command, you will need to ensure they d ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ace may occur in Django itself. Bugfixes ¶ Fixed a data loss possibility in the admin changelist view when ... ating permissions for proxy models with a multiple database setup if the default entry was empty ( #31021 ... ). Fixed a data loss possibility in the select_for_update() . When ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om asgiref.sync import async_to_sync async def get_data ( ... ): ... sync_get_data = async_to_sync ( get_d ... ata ) @async_to_sync async def get_other_data ( ... ): ... The async function is run in the even ... ded in Django is that many libraries, specifically database adapters, require that they are accessed in th ... hat is calling it, so you should avoid passing raw database handles or other thread-sensitive references a ...
https://man.plustar.jp/django/topics/async.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4736
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t:) requests . post ( 'https://example.com/send' , data = { 'body' : body }) You can avoid such problems b ... de: requests . post ( 'https://example.com/send' , data = { 'body' : str ( body )}) If you don't like the ... pt オブジェクトや結合配列を含みます。例えば: const data = { count : 10 , total : 50 }; const formats = nge ... e are %(count)s of a total of %(total)s objects' , data . count ); const string = interpolate ( formats , ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 4695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » How to integrate Django with a legacy database ¶ Django は新しいアプリケーションを開発するのに ... えてあげる必要があります。そのために、設定ファイルの DATABASES を編集して、 'default' 接続の以下のキーに対し ... hat can create models by introspecting an existing database. You can view the output by running this comma ... un the migrate command to install any extra needed database records such as admin permissions and content ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]